Closed baalexander closed 11 years ago
No, the root object references the object in the scene graph you are becoming a child of. While this can be the scene (the root of the tree), it can also be another object in the graph.
Ah, that may explain the issue I'm seeing where the marker isn't displaying at the right layer (I'm trying to replicate the pose marker without nav2d for show). Thanks.
Dude, that guy lives in SF. His work was displayed at the coffee shop near my apartment. Eric Joyner.
I just sent that to Chad, how is that not the sum of my internship?! SF area, robots, donut.
Line 94 of the built file references
this.rootObject.addChild(robotMarker);
. Should that bestage.addChild(robotMarker);
?