~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgWrappers/osg/State.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2010-05-03 21:42:01 UTC
  • mfrom: (1.1.9 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100503214201-iy060qxb94vsfv87
Tags: 2.8.3-3
* Added README.source. Thanks Manuel Montecelo.
* Removed FindGDAL.cmake file supplied by upstream since it does not
  detect current libgdal1-1.6.0. The script provided by CMake works
  fine.
* Removed openthreads-doc since OpenThreads documentation is shared with
  OpenSceneGraph's, hence this package was empty.
* Now ccache handling is being done automatically by CMake.
* Drop conflict dependencies with previous versions to let them coexist
  with current ones (Closes: #580079 #580081).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#undef OUT
32
32
#endif
33
33
 
 
34
TYPE_NAME_ALIAS(std::vector< const osg::StateSet * >, osg::State::StateSetStack)
 
35
 
34
36
BEGIN_ENUM_REFLECTOR(osg::State::CheckForGLErrors)
35
37
        I_DeclaringFile("osg/State");
36
38
        I_EnumLabel(osg::State::NEVER_CHECK_GL_ERRORS);
38
40
        I_EnumLabel(osg::State::ONCE_PER_ATTRIBUTE);
39
41
END_REFLECTOR
40
42
 
41
 
TYPE_NAME_ALIAS(std::vector< const osg::StateSet * >, osg::State::StateSetStack)
42
 
 
43
43
BEGIN_OBJECT_REFLECTOR(osg::State)
44
44
        I_DeclaringFile("osg/State");
45
45
        I_BaseType(osg::Referenced);