A callback for removing the event listener.
Default distance from a user's eyes to the floor
Default far plane
Default near plane
Computes a 4x4 transformation matrix from a reference frame with an east-up-south axes centered at the provided origin to the provided ellipsoid's fixed reference frame. The local axes are defined as: The x axis points in the local east direction. The y axis points in the points in the direction of the ellipsoid surface normal which passes through the position.. The z axis points in the local south direction.
Alias of getEntityOrientationInReferenceFrame
Alias of getEntityPositionInReferenceFrame
A {@link TerrainProvider} that produces terrain geometry by tessellating height maps retrieved from Mapzen (which are publicly hosted on S3).
Object with the following properties:
Convert an Entity's position and orientation properties to a new reference frame. The properties must be constant properties.
The entity to convert.
The time which to retrieve the pose up the reference chain.
a boolean indicating success or failure. Will be false if either property is not constant, or if either property cannot be converted to the new frame.
Get array of ancestor reference frames of a Cesium Entity, ordered from farthest ancestor to the passed frame, excluding the passed frame.
A Cesium Entity to get ancestor reference frames.
Get the value of the Orientation property at the provided time and in the provided reference frame.
The entity to get position.
The time for which to retrieve the value.
The desired referenceFrame of the result.
The object to store the value into.
The modified result parameter.
Gets the value of the Position property at the provided time and in the provided reference frame.
The entity to get position.
The time for which to retrieve the value.
The desired referenceFrame of the result.
The object to store the value into.
The modified result parameter.
Get array of ancestor reference frames of a Cesium Entity, ordered from farthest ancestor which has a valid pose to the passed frame, excluding the passed frame.
A Cesium Entity to get ancestor reference frames.
Create a SerializedEntityPose from a source entity.
The entity which the serialized pose represents.
The time which to retrieve the pose.
An EntityPose object with orientation, position and referenceFrame.
Create an ArgonSystem instance. If we are running within a REALITY_MANAGER, this function will create an ArgonSystem which has the [[REALITY_AUGMENTOR]] role. If we are not running within a REALITY_MANAGER, this function will create an ArgonSystem which has the REALITY_MANAGER role.
Initialize an ArgonSystem with the REALITY_VIEWER role
Parse URL to an object describing details of the URL with href, protocol, hostname, port, pathname, search, hash, host.
A URL needed to be parsed.
An object showing parsed URL with href, protocol, hostname, port, pathname, search, hash, host.
If urlParser does not have a value, throw error message "resolveURL requires DOM api". If inURL is undefined, throw error message "expected inURL". Otherwise, assign value of inURL to urlParser.href.
A URL needed to be resolved.
A URL ready to be parsed.
Generated using TypeDoc
A callback for message events.