-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Description
Description
Can TransformControls and other controls add type='TransformControls' or isTransformControls property? It would be convenient for raycaster and other functions to filter.
Solution
class TransformControls add type='TransformControls' or isTransformControls = true
Alternatives
The default type of TransformControls is Object3D. By overriding and writing the type, you can avoid this.
Additional context
No response