How would I go about going from a mesh’s world/local position to its screen Position?
new THREE.Vector3().project( camera );
Position vector must be in world space.
1 Like
How would I go about going from a mesh’s world/local position to its screen Position?
new THREE.Vector3().project( camera );
Position vector must be in world space.