Irrlicht 3D Engine
Loading...
Searching...
No Matches
ECullingTypes.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2012 Nikolaus Gebhardt
2
// This file is part of the "Irrlicht Engine".
3
// For conditions of distribution and use, see copyright notice in irrlicht.h
4
5
#ifndef __E_CULLING_TYPES_H_INCLUDED__
6
#define __E_CULLING_TYPES_H_INCLUDED__
7
8
#include "
irrTypes.h
"
9
10
namespace
irr
11
{
12
namespace
scene
13
{
14
16
enum
E_CULLING_TYPE
17
{
18
EAC_OFF
= 0,
19
EAC_BOX
= 1,
20
EAC_FRUSTUM_BOX
= 2,
21
EAC_FRUSTUM_SPHERE
= 4,
22
EAC_OCC_QUERY
= 8
23
};
24
26
const
c8
*
const
AutomaticCullingNames
[] =
27
{
28
"false"
,
29
"box"
,
// camera box against node box
30
"frustum_box"
,
// camera frustum against node box
31
"frustum_sphere"
,
// camera frustum against node sphere
32
"occ_query"
,
// occlusion query
33
0
34
};
35
36
}
// end namespace scene
37
}
// end namespace irr
38
39
40
#endif
// __E_CULLING_TYPES_H_INCLUDED__
41
irrTypes.h
irr::scene::E_CULLING_TYPE
E_CULLING_TYPE
An enumeration for all types of automatic culling for built-in scene nodes.
Definition
ECullingTypes.h:17
irr::scene::EAC_FRUSTUM_BOX
@ EAC_FRUSTUM_BOX
Definition
ECullingTypes.h:20
irr::scene::EAC_BOX
@ EAC_BOX
Definition
ECullingTypes.h:19
irr::scene::EAC_OCC_QUERY
@ EAC_OCC_QUERY
Definition
ECullingTypes.h:22
irr::scene::EAC_FRUSTUM_SPHERE
@ EAC_FRUSTUM_SPHERE
Definition
ECullingTypes.h:21
irr::scene::EAC_OFF
@ EAC_OFF
Definition
ECullingTypes.h:18
irr::scene::AutomaticCullingNames
const c8 *const AutomaticCullingNames[]
Names for culling type.
Definition
ECullingTypes.h:26
irr
Everything in the Irrlicht Engine can be found in this namespace.
Definition
aabbox3d.h:13
irr::c8
char c8
8 bit character variable.
Definition
irrTypes.h:31
Irrlicht Engine
Documentation © 2003-2012 by Nikolaus Gebhardt. Generated on Wed Feb 28 2024 11:45:25 for Irrlicht 3D Engine by
Doxygen
1.9.8