BGE update: helper functions for VideoTexture render to texture feature.

This commit is contained in:
Benoit Bolsee
2008-11-26 17:38:54 +00:00
parent 650ac62919
commit 15e193f253
5 changed files with 12 additions and 7 deletions

View File

@@ -137,6 +137,7 @@ public:
virtual void SetRenderArea();
virtual void SetStereoMode(const StereoMode stereomode);
virtual RAS_IRasterizer::StereoMode GetStereoMode();
virtual bool Stereo();
virtual bool InterlacedStereo();
virtual void SetEye(const StereoEye eye);