Changeset 4071 for OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
- Timestamp:
- 04/20/05 21:53:07 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcatch/osgcatch.cpp
r4026 r4071 698 698 _group = new osg::Group; 699 699 700 #if 1701 700 std::string player_one = "Catch/girl.png"; 702 701 std::string player_two = "Catch/boy.png"; 703 #else 704 std::string player_one = "Catch/gwen.png"; 705 std::string player_two = "Catch/caitlin.png"; 706 #endif 702 707 703 _player1.setCharacter(player_one,"girl", _originBaseLine + osg::Vec3(0.0f,-1.0f,0.0f), _widthBaseLine, 0.4f); 708 704 _player1.setLives(player_one,_originBaseLine+osg::Vec3(0.0f,-0.5f,0.0f), osg::Vec3(0.0f,0.0f,100.0f),3); … … 833 829 osg::ref_ptr<osg::Node> rootNode = seh->createScene(); 834 830 835 osgDB::writeNodeFile(*rootNode,"test.osg");831 //osgDB::writeNodeFile(*rootNode,"test.osg"); 836 832 837 833 // set the scene to render
