MRVolumeEntity

MRVolumeEntity ⇐ MREntity

Representation of a visible region in 3D space. Models and other entities can move throughout the space and leave the space, yet will only be rendered in the visual area of the volume. From a conceptual perspective it is considered a ‘clipping volume’.

Kind: global class
Extends: MREntity

mrVolumeEntity.MRVolumeEntity

Kind: instance class of MRVolumeEntity

new exports.MRVolumeEntity()

Creates the volume as a base THREE.js object3D

mrVolumeEntity.connected()

(async) handles creating clipping geometry around the entire volume for visible restrictions.

Kind: instance method of MRVolumeEntity