Add some comments, see #43

This commit is contained in:
kaetemi 2013-06-26 15:55:39 +02:00
parent 7672ab2812
commit cbd72f73ff

View file

@ -99,18 +99,25 @@ public:
/// Gets the current camera matrix
virtual void getCurrentMatrix(NL3D::UCamera *camera) const;
/// At the start of a new render target
virtual bool beginClear();
// virtual void *getRenderTarget() const;
virtual void endClear();
/// The 3D scene
virtual bool beginScene();
virtual void endScene();
/// Interface within the 3D scene
virtual bool beginInterface3D();
virtual void endInterface3D();
/// 2D Interface
virtual bool beginInterface2D();
virtual void endInterface2D();
/// Get the HMD orientation
virtual NLMISC::CQuat getOrientation() const;