DepthVideoModule
/** A module which applies a depth-map video to the depth of a DepthMapMesh.
Expects single-channel depth video, but colour video can also be used. For colour video, only the red channel updates the target mesh.
In most cases (apart from LayerStacks), a DepthMapProjection can be used instead with a regular VariableVideoModule.
Category: Mappings
Base class: VariableVideoModule
Properties
targetDepthMapMesh : DepthMapMesh
The depth map mesh updated by the video texture
Category: Depth
UserName: Target depth map mesh