2002-07-15 19:44:21 +08:00
|
|
|
echo osgversion
|
|
|
|
osgversion
|
2004-11-19 06:43:50 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgunittests
|
|
|
|
osgunittests matrix
|
|
|
|
osgunittests qt
|
|
|
|
osgunittests sizeof
|
2002-12-05 20:13:30 +08:00
|
|
|
|
2004-11-19 00:21:08 +08:00
|
|
|
echo osglauncher
|
|
|
|
osglauncher
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osganimate
|
|
|
|
osganimate
|
2004-08-01 16:26:44 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgautotransform
|
|
|
|
osgautotransform
|
2003-08-27 05:17:22 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgbillboard
|
|
|
|
osgbillboard
|
2002-07-15 19:44:21 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgcallback
|
|
|
|
osgcallback cow.osg
|
2003-03-25 21:57:16 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgcameragroup
|
|
|
|
osgcameragroup cessnafire.osg
|
|
|
|
|
|
|
|
echo osgclip
|
|
|
|
osgclip cow.osg
|
|
|
|
|
|
|
|
echo osgcubemap
|
|
|
|
osgcubemap cessna.osg
|
|
|
|
|
2005-04-14 19:28:23 +08:00
|
|
|
# echo osgdepthshadow
|
|
|
|
# osgdepthshadow
|
2004-10-01 17:19:30 +08:00
|
|
|
|
|
|
|
echo osgdistortion
|
|
|
|
osgdistortion cow.osg
|
Added convinence methods to osgProducer::Viewer:
/** compute, from normalized mouse coords, for sepecified Camera, the pixel coords relative to that Camera's RenderSurface.*/
bool computePixelCoords(float x,float y,unsigned int cameraNum,float& pixel_x,float& pixel_y);
/** compute, from normalized mouse coords, for sepecified Camera, the near and far points in worlds coords.*/
bool computeNearFar(float x,float y,unsigned int cameraNum,osg::Vec3& near, osg::Vec3& far);
/** compute, from normalized mouse coords, for sepecified Camera, intersections with the scene.*/
bool computeIntersections(float x,float y,unsigned int cameraNum,osgUtil::IntersectVisitor::HitList& hits);
/** compute, from normalized mouse coords, for all Cameras, intersections with the scene.*/
bool computeIntersections(float x,float y,osgUtil::IntersectVisitor::HitList& hits);
2003-04-16 22:17:49 +08:00
|
|
|
|
2005-04-14 19:28:23 +08:00
|
|
|
#echo osgforest
|
|
|
|
#osgforest
|
2003-09-26 05:54:33 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgfxbrowser
|
|
|
|
osgfxbrowser dumptruck.osg
|
|
|
|
|
|
|
|
echo osggeometry
|
|
|
|
osggeometry
|
2003-04-07 18:20:34 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osghangglide
|
|
|
|
osghangglide
|
2002-07-15 19:44:21 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osghud
|
|
|
|
osghud dumptruck.osg
|
2002-07-15 19:44:21 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgimpostor
|
|
|
|
osgimpostor
|
2002-07-15 19:44:21 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgkeyboard
|
|
|
|
osgkeyboard
|
2003-04-07 18:20:34 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgkeyboardmouse
|
|
|
|
osgkeyboardmouse
|
2002-07-18 18:49:37 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osglight
|
|
|
|
osglight glider.osg
|
2003-01-23 20:18:22 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osglightpoint
|
2005-04-26 21:15:27 +08:00
|
|
|
#osglightpoint
|
2004-10-01 17:19:30 +08:00
|
|
|
|
|
|
|
echo osglogo
|
|
|
|
osglogo
|
|
|
|
|
|
|
|
echo osgmotionblur
|
2004-09-01 17:54:36 +08:00
|
|
|
osgmotionblur cow.osg
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgmultitexture
|
|
|
|
osgmultitexture cessnafire.osg
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgoccluder
|
|
|
|
osgoccluder glider.osg
|
2002-10-30 21:27:15 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgparticle
|
|
|
|
osgparticle
|
2002-10-08 05:23:37 +08:00
|
|
|
|
2005-04-04 16:47:21 +08:00
|
|
|
echo osgparticleeffects
|
|
|
|
osgparticleeffects
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgpick
|
|
|
|
osgpick fountain.osg
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgpointsprite
|
|
|
|
osgpointsprite
|
2002-07-10 21:33:25 +08:00
|
|
|
|
2004-11-19 00:21:08 +08:00
|
|
|
echo osgplanets
|
|
|
|
osgplanets
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgprerender
|
2002-07-15 19:44:21 +08:00
|
|
|
osgprerender dumptruck.osg
|
2002-07-10 21:33:25 +08:00
|
|
|
|
2005-04-14 19:28:23 +08:00
|
|
|
#echo osgprerendercubemap
|
|
|
|
#osgprerendercubemap
|
2002-11-20 15:46:25 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgreflect
|
|
|
|
osgreflect cessna.osg
|
2002-11-19 20:25:38 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgscalarbar
|
|
|
|
osgscalarbar
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgscribe
|
|
|
|
osgscribe cow.osg
|
2002-10-17 21:48:46 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgsequence
|
2004-11-15 20:05:27 +08:00
|
|
|
osgsequence cow.osg dumptruck.osg cessna.osg glider.osg
|
2002-05-04 00:47:16 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgshaders
|
|
|
|
osgshaders
|
2002-07-18 18:49:37 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgshadowtexture
|
|
|
|
osgshadowtexture cessna.osg
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgshape
|
|
|
|
osgshape
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgsimplifier
|
|
|
|
osgsimplifier -s 0.1 cessna.osg
|
2002-07-15 19:44:21 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgsimulation
|
|
|
|
osgsimulation
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgspheresegment
|
|
|
|
osgspheresegment
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-11-15 20:05:27 +08:00
|
|
|
echo osgspotlight
|
|
|
|
osgspotlight
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgstereoimage
|
2002-09-25 04:04:20 +08:00
|
|
|
osgstereoimage Images/dog_left_eye.jpg Images/dog_right_eye.jpg
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2002-10-02 23:28:17 +08:00
|
|
|
echo osgteapot
|
|
|
|
osgteapot
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgtesselate
|
|
|
|
osgtesselate
|
|
|
|
|
2002-07-15 19:44:21 +08:00
|
|
|
echo osgtext
|
2002-04-22 17:50:32 +08:00
|
|
|
osgtext
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgtexture1D
|
|
|
|
osgtexture1D dumptruck.osg
|
2002-08-27 18:06:57 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgtexture2D
|
2003-05-20 22:05:19 +08:00
|
|
|
osgtexture2D
|
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgtexture3D
|
|
|
|
osgtexture3D
|
|
|
|
|
2003-05-20 22:05:19 +08:00
|
|
|
echo osgtexturerectangle
|
|
|
|
osgtexturerectangle
|
2002-08-27 18:06:57 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgvertexprogram
|
|
|
|
osgvertexprogram
|
2002-04-22 17:50:32 +08:00
|
|
|
|
2004-10-01 17:19:30 +08:00
|
|
|
echo osgwindows
|
|
|
|
osgwindows cow.osg
|