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