Function: showOnlyInRightEye()
showOnlyInRightEye<
T
>(obj
):T
Defined in: src/stereo/utils.ts:25
Sets the given object and all its children to only be visible in the right eye.
Type Parameters
T
T
extends Object3D
<Object3DEventMap
>
Parameters
obj
T
Object to show only in the right eye.
Returns
T
The original object.