Maps a Three.js world position to world coordinates in the parent Three scene.
Three.js Vector3 in world coordinates
Optionalout: Vector3Optional Vector3 to store the result in parent world coords
The world Vector3
Maps a Three.js world position to local coordinates on the parent Three mesh surface.
Three.js Vector3 in world coordinates
Optionalout: Vector3Optional Vector3 to store the result in local mesh coords
The local Vector3
Maps a Three.js world position to UV coordinates.
Three.js Vector3 in world coordinates
Optionalout: Vector2Optional Vector2 to store the UV result
The UV Vector2
Parent Three context for coordinate mapping from ThreeScene to parent Three scene. Only available inside a ThreeRenderTexture context.