Stay organized with collections Save and categorize content based on your preferences.
Constants that represent the type of a Property.
Constants Inherited Methods From class java.lang.Object boolean final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Constants public static final int RECENTER_TRANSFORMThe current transform that maps from "sensor" space to the recentered "start" space. Apps can optionally undo or extend this transform to perform custom recentering logic with the returned pose, but all poses supplied during frame submission are assumed to be in start space. Type: mat4f (represented by float[16])
Constant Value: 2
public static final int SAFETY_CYLINDER_ENTER_RADIUSDistance from safety cylinder axis at which the user's state transitions from outside to inside, generating a SAFETY_REGION_ENTER
event. This value is guaranteed to be less than SAFETY_CYLINDER_EXIT_RADIUS
. Type: float
Constant Value: 4
public static final int SAFETY_CYLINDER_EXIT_RADIUSDistance from safety cylinder axis at which the user's state transitions from inside to outside, generating a SAFETY_REGION_EXIT
event. This value is guaranteed to be greater than SAFETY_CYLINDER_ENTER_RADIUS
. Type: float
Constant Value: 5
public static final int SAFETY_REGIONThe type of safety region, if any, currently employed by the headset's tracker. Type: int (Properties.SafetyRegionType
)
Constant Value: 3
public static final int TRACKING_FLOOR_HEIGHTThe height of the floor, if available, relative to the current start space origin. In general, for tracking systems with an eye level origin, this value will be negative. Type: float
Constant Value: 1
public static final int TRACKING_STATUSAll rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Properties.PropertyType` defines constants representing the type of a VR property, such as tracking status, safety region, and floor height."],["These constants are used to access specific properties of the VR system through the API."],["The table lists each constant with its corresponding description and associated data type."],["Developers can utilize these properties to enhance VR experiences and ensure user safety."],["`RECENTER_TRANSFORM`, `SAFETY_CYLINDER_ENTER_RADIUS`, `SAFETY_CYLINDER_EXIT_RADIUS`, `SAFETY_REGION`, `TRACKING_FLOOR_HEIGHT`, and `TRACKING_STATUS` are the primary constants within `Properties.PropertyType`."]]],["`PropertyType` defines constants representing property types related to VR tracking and safety. Key properties include `RECENTER_TRANSFORM`, mapping sensor to recentered space; `SAFETY_CYLINDER_ENTER_RADIUS` and `SAFETY_CYLINDER_EXIT_RADIUS`, defining transitions in/out of a safety zone; `SAFETY_REGION`, indicating the safety region type; `TRACKING_FLOOR_HEIGHT`, giving floor height relative to start space; and `TRACKING_STATUS`, for the head tracker's status. Each constant has an associated type and constant value.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4