I’m not seeing Camera.project in the three.js documentation, so I’m not totally clear on what the function does – three.js docs – can you link to the documentation?
Edit – found it: Vector3.project() : three.js docs
and
I think perhaps you should look at the reference
and specifically the Camera section functions and the Matrix functions, such as:
Sets the position of the camera through setting the eye position, the center of the scene, and which axis is facing upward. Moving the eye position and the direction it is pointing (the center of the …
Is your question related to this?
Hi, I’m new to the forum. I’ve appended a jpeg to illustrate my question, sorry for its amateurish appearance. My question: in the given setup, how do I calculate the equation of the image plane from 3 points – pp1, pp2, pp3? I understand how to solve for the 3D plane in real world points that are behind the projected points but not from its projected points.
[quessetup]
See also PMatrix3D.invert:
http://processing.github.io/processing-javadocs/core/processing/core/PMatrix3D.html#invert--
1 Like