We Recommend

C++ The Core Language C++ The Core Language
C++: The Core Language is for C programmers transitioning to C++. It's designed to get readers up to speed quickly by covering an essential subset of the language. The subset consists of features without which it's just not C++, and a handful of others that make it a reasonably useful language.


Posted By

buscarini on 07/19/06


Tagged

osg iluminacion viewer


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

copyleft


Desactivar la iluminación de la cabeza en osg


Published in: C++ 


  1. viewer->setUpViewer(osgProducer::Viewer::TRACKBALL_MANIPULATOR|
  2. osgProducer::Viewer::DRIVE_MANIPULATOR |
  3. osgProducer::Viewer::FLIGHT_MANIPULATOR |
  4. osgProducer::Viewer::TERRAIN_MANIPULATOR |
  5. osgProducer::Viewer::UFO_MANIPULATOR |
  6. osgProducer::Viewer::STATE_MANIPULATOR |
  7. osgProducer::Viewer::SKY_LIGHT_SOURCE |
  8. osgProducer::Viewer::STATS_MANIPULATOR |
  9. osgProducer::Viewer::VIEWER_MANIPULATOR |
  10. osgProducer::Viewer::ESCAPE_SETS_DONE);

Report this snippet 

You need to login to post a comment.