Public Member Functions | |
| virtual void | close () |
| TeIntrusivePtr< TeCamera > | camera (const Common::String &cname) |
| TeIntrusivePtr< TeModel > | model (const Common::String &mname) |
| TeIntrusivePtr< TeCamera > | currentCamera () |
| int | currentCameraIndex () const |
| Common::String | currentCameraName () const |
| virtual void | draw () |
| virtual bool | load (const TetraedgeFSNode &node) |
| void | removeModel (const Common::String &mname) |
| void | setCurrentCamera (const Common::String &cname) |
| void | setCurrentCameraIndex (uint index) |
| virtual void | update () |
| Common::Array< TeIntrusivePtr< TeModel > > & | models () |
Protected Member Functions | |
| Common::Array< TeIntrusivePtr< TeCamera > > & | cameras () |