mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-07 15:59:02 +00:00
parent
91be2d64bd
commit
d1bf069708
1 changed files with 7 additions and 0 deletions
|
@ -99,18 +99,25 @@ public:
|
||||||
/// Gets the current camera matrix
|
/// Gets the current camera matrix
|
||||||
virtual void getCurrentMatrix(NL3D::UCamera *camera) const;
|
virtual void getCurrentMatrix(NL3D::UCamera *camera) const;
|
||||||
|
|
||||||
|
/// At the start of a new render target
|
||||||
virtual bool beginClear();
|
virtual bool beginClear();
|
||||||
|
// virtual void *getRenderTarget() const;
|
||||||
virtual void endClear();
|
virtual void endClear();
|
||||||
|
|
||||||
|
/// The 3D scene
|
||||||
virtual bool beginScene();
|
virtual bool beginScene();
|
||||||
virtual void endScene();
|
virtual void endScene();
|
||||||
|
|
||||||
|
/// Interface within the 3D scene
|
||||||
virtual bool beginInterface3D();
|
virtual bool beginInterface3D();
|
||||||
virtual void endInterface3D();
|
virtual void endInterface3D();
|
||||||
|
|
||||||
|
/// 2D Interface
|
||||||
virtual bool beginInterface2D();
|
virtual bool beginInterface2D();
|
||||||
virtual void endInterface2D();
|
virtual void endInterface2D();
|
||||||
|
|
||||||
|
|
||||||
|
/// Get the HMD orientation
|
||||||
virtual NLMISC::CQuat getOrientation() const;
|
virtual NLMISC::CQuat getOrientation() const;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue