Changeset 3764 for OpenSceneGraph/trunk/examples/osglogicop/osglogicop.cpp
- Timestamp:
- 01/05/05 18:14:38 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogicop/osglogicop.cpp
r3762 r3764 37 37 static const int _ops_nb=16; 38 38 int _ops_index; 39 static const unsigned int_operations[_ops_nb];39 static const osg::LogicOp::Opcode _operations[_ops_nb]; 40 40 static const char* _ops_name[_ops_nb]; 41 41 42 42 }; 43 const unsigned intTechniqueEventHandler::_operations[_ops_nb]={43 const osg::LogicOp::Opcode TechniqueEventHandler::_operations[_ops_nb]={ 44 44 osg::LogicOp::CLEAR, 45 45 osg::LogicOp::SET,
