Hi,
Is there a way in three.js to project a 3d model onto a plane.
The aim is to create a orthographic representation of a 3d model on planes set at top, front, right, left and bottom of the model.
Any pointers or help would be great!
Hi,
Is there a way in three.js to project a 3d model onto a plane.
The aim is to create a orthographic representation of a 3d model on planes set at top, front, right, left and bottom of the model.
Any pointers or help would be great!
This is the closest thing I could recalled: Three-mesh-bvh: A plugin for fast geometry raycasting and spatial queries! - #43 by gkjohnson
Thanks, look very interesting!