
Instance-Symbol child inheritance broken for WithConfigs and Socket nodes
Reported by lindsay.kay (at xeolabs) | August 7th, 2010 @ 06:49 AM | in V0.7.7
Sub-nodes of an Instance node are supposed to be temporarily inherited by the right-most leaf node of the target Symbol's subtree - algorithm described here: http://scenejs.wikispaces.com/Instancing+Algorithm
This was broken for SceneJS.WithConfigs and SceneJS.Socket, which were using the old broken technique of passing the child array down through the scene traversal context stack. Result was that children were lost on descent into these nodes' children.
Fix them to use the new callback trick.
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.