XRCPUDepthInformation class
Secure context: This feature is available only in secure
contexts (HTTPS), in some or all supporting browsers.
The interface contains depth information from the CPU (returned
by XRFrame.getDepthInformation()
).
XRDepthInformation
XRCPUDepthInformation
This interface inherits properties from its parent, XRDepthInformation.
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- XRCPUDepthInformation()
-
factory
Properties
- data → ByteBuffer
-
Available on XRCPUDepthInformation, provided by the PropsXRCPUDepthInformation extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - normDepthBufferFromNormView → XRRigidTransform
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - rawValueToMeters → double
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width → int
-
Available on XRDepthInformation, provided by the PropsXRDepthInformation extension
no setter
Methods
-
getDepthInMeters(
double x, double y) → double -
Available on XRCPUDepthInformation, provided by the PropsXRCPUDepthInformation extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited