Allow me to rephrase my question.

I tried to draw an infinite plane that lies at y=0 (the 'ground') in my 
project. I tried using simple geometry primitive (a very wide rectangle) but of 
course this just give the impression of infinity. Once the camera moved pass 
the rectangle boundary, the ground ends.

I figured that i can use osg::InfinitePlane for this purpose, but after I tried 
it it draws nothing. Then I read the docs says that i cannot use InfinitePlane 
with ShapeDrawable.

Any advice on this? Or some other ways to achieve my purpose?

Thanks

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=11771#11771





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to