Support scene graph node search
Reported by lindsay.kay (at xeolabs) | April 22nd, 2010 @ 09:45 AM
Once a scene graph has been created, allow XPATH-style queries on it.
Perhaps like this:
var node = myScene.find("*//lookAt");
to find all SceneJS.lookAt nodes.
Comments and changes to this ticket
-
lindsay.kay (at xeolabs) May 2nd, 2010 @ 08:34 AM
- Milestone set to V0.7.4
-
lindsay.kay (at xeolabs) May 8th, 2010 @ 09:09 AM
- Milestone cleared.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
SceneJS provides easy access to WebGL through a simple and declarative JavaScript API. The SceneJS API is functional, which enables its scene definitions to be really compact and expressive, while hooking into other JavaScript code just that little bit more smoothly.