[osg-users] Compiling OSG applications on Ubuntu 12.04 = OK

2012-06-17 Thread Vijay Patil
flags. Specifically one has to be careful about the order of your application objects and osg shared libraries, to make linker happy. -- Vijay Patil ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org

Re: [osg-users] Utility functions

2008-09-09 Thread Vijay Patil
); mtleft-setMatrix(m); /* Add geode to matrix transform object. */ mtleft-addChild(geode.get()); return mtleft.get(); } -- Vijay Patil ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org

Re: [osg-users] Collision of Spheres

2008-09-04 Thread Vijay Patil
be larger than the first one. It's also pretty easy to make a visitor that will add a graphical representation of all bounding volumes of a scene. Yes I think so. IIRC there was a thread with lots of attachment about this. Will look into it. Thanks again. -- Vijay Patil

Re: [osg-users] Collision of Spheres

2008-09-04 Thread Vijay Patil
; } } } I tried this and it's working fine. Attached is complete code listing. Next step for me would to study physics behind elastic collision and implement correct deflection. -- Vijay Patil /* Description: Learning collision detection. * * Compile and Execute: * $ g++ -L

[osg-users] Collision of Spheres

2008-09-03 Thread Vijay Patil
; } } } Attached is complete code listing. -- Vijay Patil /* Description: Learning collision detection. * * Compile and Execute: * $ g++ -L/usr/local/lib -losg -losgDB -losgViewer shape.cpp -o collision * $ ./collision * * */ #includeosgViewer/Viewer #includeosg/ShapeDrawable #includeosg

[osg-users] algoanimation: OSG Demo Application

2008-07-18 Thread Vijay Patil
(for this fantastic software) and specifically to Paul Martz for the quick start guide. Perhaps I should add a link to tutorial section in OSG wiki. Thanks. -- Vijay Patil ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org