I can only get the wheels to show up if I add
carNode.attachChild(wheel);
in the setupWheel
method, just before return vw;
.
Should the wheels show up without this addition?
I can only get the wheels to show up if I add
carNode.attachChild(wheel);
in the setupWheel
method, just before return vw;
.
Should the wheels show up without this addition?