mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Merge pull request #328 from lukaspj/feature/guiRenderTargetVizCtrl
Implementation of guiRenderTargetVizCtrl
This commit is contained in:
commit
bbfa55c206
8 changed files with 339 additions and 3 deletions
|
|
@ -253,6 +253,9 @@ class Camera: public ShapeBase
|
|||
DECLARE_DESCRIPTION( "Represents a position, direction and field of view to render a scene from." );
|
||||
static F32 getMovementSpeed() { return smMovementSpeed; }
|
||||
bool isCamera() const { return true; }
|
||||
|
||||
//Not yet implemented
|
||||
GFXTexHandle getCameraRenderTarget() { return GFXTexHandle(); }
|
||||
};
|
||||
|
||||
typedef Camera::CameraMotionMode CameraMotionMode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue