HI,

I try to bind a transform node to my child,

TransformPtr trans = Transform::create();
NodePtr node = makeSphere(2,2);
beginEditCP(node);
   node->setCore(trans);
endEditCP(node);
beginEditCP(_root);//root is a nodeptr
   _root->addChild(node);
endEditCP(_root); But nothing showed. Is there sth.wrong?
Best.


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to