Changeset 69 in flair-src for trunk/lib/FlairSimulator/src/Model.cpp
- Timestamp:
- Sep 2, 2016, 5:48:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Model.cpp
r15 r69 19 19 #include "Simulator.h" 20 20 #include "Simulator_impl.h" 21 #include "FollowMeCamera.h" 21 22 #include <DoubleSpinBox.h> 22 23 … … 63 64 aabbox3d<f32> *Model::Box() const { return &(pimpl_->box); } 64 65 65 AnimPoursuite *Model::getCamera(void) const { return pimpl_->animator; }66 FollowMeCamera *Model::getFollowMeCamera(void) const { return pimpl_->camera; } 66 67 67 68 void Model::setTriangleSelector(ITriangleSelector *selector) { … … 71 72 } 72 73 73 void Model::setCameraFarValue(float zf) { pimpl_->camera-> setFarValue(zf); }74 void Model::setCameraFarValue(float zf) { pimpl_->camera->getCameraSceneNode()->setFarValue(zf); } 74 75 #endif 75 76
Note:
See TracChangeset
for help on using the changeset viewer.