class-description NEWS COMMUNITY STORE TUTORIALS SIGN UP LOGIN LOGOUT ROKOJORI NEWSLETTER SIGN UP LOGIN LOGOUT NEWS COMMUNITY STORE TUTORIALS TOGGLE FULLSCREEN VOLLBILD AN/AUS Object XRServer
Server for AR and VR features.

The AR/VR server is the heart of our Advanced and Virtual Reality solution and handles all the processing.

Signal interface_added<>( StringName interface_name=, interface_name:StringName=, ):Signal

Emitted when a new interface has been added.

Signal interface_removed<>( StringName interface_name=, interface_name:StringName=, ):Signal

Emitted when an interface is removed.

Signal reference_frame_changed<>():Signal

Emitted when the reference frame transform changes.

Signal tracker_added<>( StringName tracker_name=, tracker_name:StringName=, int type=, type:int=, ):Signal

Emitted when a new tracker has been added. If you don't use a fixed number of controllers or if you're using XRAnchor3Ds for an AR solution, it is important to react to this signal to add the appropriate XRController3D or XRAnchor3D nodes related to this new tracker.

Signal tracker_removed<>( StringName tracker_name=, tracker_name:StringName=, int type=, type:int=, ):Signal

Emitted when a tracker is removed. You should remove any XRController3D or XRAnchor3D points if applicable. This is not mandatory, the nodes simply become inactive and will be made active again when a new tracker becomes available (i.e. a new controller is switched on that takes the place of the previous one).

Signal tracker_updated<>( StringName tracker_name=, tracker_name:StringName=, int type=, type:int=, ):Signal

Emitted when an existing tracker has been updated. This can happen if the user switches controllers.

Enum TrackerType<>():Enum

TRACKER_HEAD = 1

The tracker tracks the location of the players head. This is usually a location centered between the players eyes. Note that for handheld AR devices this can be the current location of the device.


TRACKER_CONTROLLER = 2

The tracker tracks the location of a controller.


TRACKER_BASESTATION = 4

The tracker tracks the location of a base station.


TRACKER_ANCHOR = 8

The tracker tracks the location and size of an AR anchor.


TRACKER_HAND = 16

The tracker tracks the location and joints of a hand.


TRACKER_BODY = 32

The tracker tracks the location and joints of a body.


TRACKER_FACE = 64

The tracker tracks the expressions of a face.


TRACKER_ANY_KNOWN = 127

Used internally to filter trackers of any known type.


TRACKER_UNKNOWN = 128

Used internally if we haven't set the tracker type yet.


TRACKER_ANY = 255

Used internally to select all trackers.

Enum RotationMode<>():Enum

RESET_FULL_ROTATION = 0

Fully reset the orientation of the HMD. Regardless of what direction the user is looking to in the real world. The user will look dead ahead in the virtual world.


RESET_BUT_KEEP_TILT = 1

Resets the orientation but keeps the tilt of the device. So if we're looking down, we keep looking down but heading will be reset.


DONT_RESET_ROTATION = 2

Does not reset the orientation of the HMD, only the position of the player gets centered.

bool camera_locked_to_origin<>():bool

If set to true, the scene will be rendered as if the camera is locked to the XROrigin3D.

Note: This doesn't provide a very comfortable experience for users. This setting exists for doing benchmarking or automated testing, where you want to control what is rendered via code.

XRInterface primary_interface<>():XRInterface

The primary XRInterface currently bound to the XRServer.

Transform3D world_origin<>():Transform3D

The current origin of our tracking space in the virtual world. This is used by the renderer to properly position the camera with new tracking data.

Note: This property is managed by the current XROrigin3D node. It is exposed for access from GDExtensions.

float world_scale<>():float

The scale of the game world compared to the real world. By default, most AR/VR platforms assume that 1 game unit corresponds to 1 real world meter.

void add_interface<>( XRInterface interface=, interface:XRInterface=, ):void

Registers an XRInterface object.

void add_tracker<>( XRTracker tracker=, tracker:XRTracker=, ):void

Registers a new XRTracker that tracks a physical object.

void center_on_hmd<>( RotationMode rotation_mode=, rotation_mode:RotationMode=, bool keep_height=, keep_height:bool=, ):void

This is an important function to understand correctly. AR and VR platforms all handle positioning slightly differently.

For platforms that do not offer spatial tracking, our origin point (0, 0, 0) is the location of our HMD, but you have little control over the direction the player is facing in the real world.

For platforms that do offer spatial tracking, our origin point depends very much on the system. For OpenVR, our origin point is usually the center of the tracking space, on the ground. For other platforms, it's often the location of the tracking camera.

This method allows you to center your tracker on the location of the HMD. It will take the current location of the HMD and use that to adjust all your tracking data; in essence, realigning the real world to your player's current position in the game world.

For this method to produce usable results, tracking information must be available. This often takes a few frames after starting your game.

You should call this method after a few seconds have passed. For example, when the user requests a realignment of the display holding a designated button on a controller for a short period of time, or when implementing a teleport mechanism.

void clear_reference_frame<>():void

Clears the reference frame that was set by previous calls to center_on_hmd().

XRInterface find_interface<>( String name=, name:String=, ):XRInterface

Finds an interface by its name. For example, if your project uses capabilities of an AR/VR platform, you can find the interface for that platform by name and initialize it.

Transform3D get_hmd_transform<>():Transform3D

Returns the primary interface's transformation.

XRInterface get_interface<>( int idx=, idx:int=, ):XRInterface

Returns the interface registered at the given idx index in the list of interfaces.

int get_interface_count<>():int

Returns the number of interfaces currently registered with the AR/VR server. If your project supports multiple AR/VR platforms, you can look through the available interface, and either present the user with a selection or simply try to initialize each interface and use the first one that returns true.

Array get_interfaces<>():Array

Returns a list of available interfaces the ID and name of each interface.

Transform3D get_reference_frame<>():Transform3D

Returns the reference frame transform. Mostly used internally and exposed for GDExtension build interfaces.

XRTracker get_tracker<>( StringName tracker_name=, tracker_name:StringName=, ):XRTracker

Returns the positional tracker with the given tracker_name.

Dictionary get_trackers<>( int tracker_types=, tracker_types:int=, ):Dictionary

Returns a dictionary of trackers for tracker_types.

void remove_interface<>( XRInterface interface=, interface:XRInterface=, ):void

Removes this interface.

void remove_tracker<>( XRTracker tracker=, tracker:XRTracker=, ):void

Removes this tracker.




All social media brands are registrated trademarks and belong to their respective owners.





CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
CONTACT IMPRINT TERMS OF USE PRIVACY © ROKOROJI ® 2021 rokojori.com
We are using cookies on this site. Read more... Wir benutzen Cookies auf dieser Seite. Mehr lesen...