xeolabs / xeogl

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

How to access to click in the model space coordinates of a point??Thank you #177

Closed hifeng97 closed 7 years ago

hifeng97 commented 7 years ago

Thank you for your answer

xeolabs commented 7 years ago

Maybe the picking examples are useful: https://github.com/xeolabs/xeogl/blob/master/examples/interaction_picking_triangles.html

API docs on picking: http://xeogl.org/docs/classes/Scene.html#method_pick

hifeng97 commented 7 years ago

@xeolabs Thank you,The model has been loaded, and how to add the model on this basis. I have Scene

hifeng97 commented 7 years ago

Thank you. I found the solution