altEngine
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
portal_camera.h
Go to the documentation of this file.
1
#include "
include.h
"
2
3
#ifndef PORTAL_CAMERA_H
4
#define PORTAL_CAMERA_H
5
6
class
PortalCamera
7
{
8
public
:
9
PortalCamera
(
Entity
*
entity
,
Graphics
&gfx,
float
scale,
float
zNear,
float
zFar,
bool
inf);
10
void
destroy
(
Graphics
&gfx);
11
12
Entity
*
entity
;
13
unsigned
int
fbo
;
14
unsigned
int
quad_tex
;
15
unsigned
int
depth_tex
;
16
matrix4
portal_projection
;
17
};
18
19
#endif
Generated on Tue Nov 21 2017 19:18:54 for altEngine by
1.8.2