Ignore:
Timestamp:
09/02/16 17:48:40 (8 years ago)
Author:
Sanahuja Guillaume
Message:

refonte camera simu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/FlairSimulator/src/unexported/Model_impl.h

    r15 r69  
    3838namespace simulator {
    3939class Simulator;
    40 class AnimPoursuite;
     40class FollowMeCamera;
    4141}
    4242}
     
    5252class IMetaTriangleSelector;
    5353class ISceneNodeAnimatorCollisionResponse;
    54 class ICameraSceneNode;
    5554}
    5655}
     
    9493  irr::core::aabbox3d<irr::f32> box;
    9594  void SynchronizationPoint();
    96   irr::scene::ICameraSceneNode *camera;
    97   flair::simulator::AnimPoursuite *animator;
     95  flair::simulator::FollowMeCamera *camera;
    9896  irr::scene::ITriangleSelector *selector;
    9997#endif
Note: See TracChangeset for help on using the changeset viewer.