EXPERIMENTAL Indicates if the element is detached from geometry. This property can be used with a CSS selector to modify the appearance of the element when its detached.
EXPERIMENTAL Disables detached testing for this element. Defaults to disabled. When enabled, the elements position will be tested against the current depth buffer. If the position is detached, then the detached
attribute will be set.
Disables interaction events from children.
The local matrix of this element.
Indicates if the element is hidden by geometry. This property can be used with a CSS selector to modify the appearance of the element when its occluded.
Disables occlusion testing for this element. Defaults to enabled. When enabled, the elements position will be tested against the current depth buffer. If the position is occluded, then the occluded
attribute will be set.
The local 3D position of where this element is located.
The local 3D position of where this element is located, as a JSON string. JSON representation can either be in the format of [x, y, z]
or {"x": 0, "y": 0, "z": 0}
.
The local rotation of this element.
The local quaternion rotation of this element, as a JSON string. JSON representation can either be [x, y, z, w]
or {"x": 0, "y": 0, "z": 0, "w": 1}
.
The local rotation of this element in Euler angles.
The local rotation of this element in Euler angles, as a JSON string. JSON representation can either be [x, y, z, order]
or {"x": 0, "y": 0, "z": 0, "order": "xyz"}
.
The local scale of this element.
The local scale of this element, as a JSON string. JSON string representation can either be in the format of [x, y, z]
or {"x": 0, "y": 0, "z": 0}
.
Disables the billboarding behavior of the element. When billboarding is enabled, the element will always be oriented towards the screen.