Hello Folks,
Greetings
My query goes like this.....
Consider that I have done the following
iChild = (Node) iParentNode.find(100); //the ID of the child is 100
setRenderingEnable(true);
Rendering mode is retained mode.
When the world is rendered, where will this node(iChild),
be placed w.r.t World Coordinate axis???
Does it happen that this particular node (iChild) appear,
at its default translational values, as being set in the
m3g file???
i.e
Say iChild.getTranslation();
gave me (-44.0f, 23.0f, -10.0f)
does it happen that for the first time iChild is placed @
(-44.0f, 23.0f, -10.0f) w.r.t world coordinate axis when rendered??
thanks
