xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Consolidate getElementBy* and generateRay on xml3d element #138

Closed csvurt closed 9 years ago

csvurt commented 9 years ago

We want to consolidate the three getElement related functions on the xml3d element into one getElementByPoint function.

csvurt commented 9 years ago

We don't want to consolidate the three getElement related functions on the xml3d element into one getElementByPoint function. It's useful to be able to pick object by rays that aren't dependent on the camera's view.