My Project
SallyAPI::Core::CCamera Class Reference

Camera. More...

#include <Camera.h>

List of all members.

Public Member Functions

 CCamera (int screenWidth, int screenHeight)
 Constructor.
 ~CCamera ()
 Destructor.
void SetupGUI2DCamera ()
 Sets up the graphical user interface 2 d camera.
void SetupGUI3DCamera ()
 Sets up the graphical user interface 3 d camera.
void StartRender ()
 Starts a render.
RECT SetupScissorRect (RECT &rect)
 Sets up the scissor rectangle.
void DisableScissorRect ()
 Disables the scissor rectangle.
RECT GetScissorRect ()
 Gets the scissor rectangle.

Detailed Description

Camera.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CCamera::CCamera ( int  screenWidth,
int  screenHeight 
)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
screenWidthWidth of the screen.
screenHeightHeight of the screen.

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

Disables the scissor rectangle.

Author:
Christian Knobloch
Date:
23.05.2011

Gets the scissor rectangle.

Author:
Christian Knobloch
Date:
19.08.2011
Returns:
The scissor rectangle.

Sets up the graphical user interface 2 d camera.

Author:
Christian Knobloch
Date:
02.04.2011

Sets up the graphical user interface 3 d camera.

Author:
Christian Knobloch
Date:
02.04.2011
RECT CCamera::SetupScissorRect ( RECT &  rect)

Sets up the scissor rectangle.

Author:
Christian Knobloch
Date:
19.08.2011
Parameters:
[in,out]rectThe rectangle.
Returns:
.

Starts a render.

Author:
Christian Knobloch
Date:
03.04.2011

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines