xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

how to get world point when i do a custom click #226

Closed comger closed 6 years ago

comger commented 6 years ago
Description of the problem

how to get world point when i do a custom click? like clientToWorld or screenToWorld; and how to project the world point by camera when camera change.

xeogl version
Browser
OS
Hardware Requirements
xeolabs commented 6 years ago

http://xeolabs.com/articles/xeogl-picking

comger commented 6 years ago

thanks, is so nice! I got how to pick the worldPos, but how to change the worldPos when camera change?