Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/Effect.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/Effect.cpp
r12292 r13041 30 30 // Write Effect's properties. 31 31 out->writeBool(getEnabled()); 32 32 33 33 out->writeInt(getSelectedTechnique()); 34 34 } … … 51 51 // Read Effect's properties 52 52 setEnabled(in->readBool()); 53 53 54 54 selectTechnique(in->readInt()); 55 55 }
