Changeset 6937
- Timestamp:
- May 20, 2010, 4:34:49 PM (15 years ago)
- Location:
- code/branches/presentation3/src/orxonox/graphics
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/graphics/CMakeLists.txt
r6926 r6937 6 6 MeshLodInformation.cc 7 7 Model.cc 8 AnimatedModel.cc 8 9 ParticleEmitter.cc 9 10 ParticleSpawner.cc -
code/branches/presentation3/src/orxonox/graphics/Model.h
r6926 r6937 62 62 { return this->bCastShadows_; } 63 63 64 pr ivate:64 protected: 65 65 void changedMesh(); 66 66 void changedShadows();
Note: See TracChangeset
for help on using the changeset viewer.