Optional "info" property on SceneJS.Node
Reported by lindsay.kay (at xeolabs) | June 14th, 2010 @ 07:15 AM | in V0.7.6
Provide the ability to attach an optional info string to nodes, useful for debugging:
var myNode = new SceneJS.Node({ info: "This is my new node" });
var infoStr = myNode.getInfo();
myNode.setInfo("Replacement info");
No comments found
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.