Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Enums.h
Go to the documentation of this file.
1/*
2--------------------------------------------------------------------------------
3This source file is part of Hydrax.
4Visit ---
5
6Copyright (C) 2008 Xavier Vergu�n Gonz�lez <xavierverguin@hotmail.com>
7 <xavyiy@gmail.com>
8
9This program is free software; you can redistribute it and/or modify it under
10the terms of the GNU Lesser General Public License as published by the Free Software
11Foundation; either version 2 of the License, or (at your option) any later
12version.
13
14This program is distributed in the hope that it will be useful, but WITHOUT
15ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
17
18You should have received a copy of the GNU Lesser General Public License along with
19this program; if not, write to the Free Software Foundation, Inc., 59 Temple
20Place - Suite 330, Boston, MA 02111-1307, USA, or go to
21http://www.gnu.org/copyleft/lesser.txt.
22--------------------------------------------------------------------------------
23*/
24
25#ifndef _Hydrax_Enums_H_
26#define _Hydrax_Enums_H_
27
28#include "Prerequisites.h"
29
32
35
36namespace Hydrax
37{
53
73}
74
77
78#endif
TextureQuality
Texture quality enumeration(2^n)
Definition Enums.h:41
@ TEX_QUA_256
Definition Enums.h:49
@ TEX_QUA_2
Definition Enums.h:42
@ TEX_QUA_32
Definition Enums.h:46
@ TEX_QUA_4
Definition Enums.h:43
@ TEX_QUA_128
Definition Enums.h:48
@ TEX_QUA_64
Definition Enums.h:47
@ TEX_QUA_16
Definition Enums.h:45
@ TEX_QUA_512
Definition Enums.h:50
@ TEX_QUA_8
Definition Enums.h:44
@ TEX_QUA_1024
Definition Enums.h:51
HydraxComponent
Hydrax flags to select components wich we want to use.
Definition Enums.h:58
@ HYDRAX_COMPONENTS_NONE
Definition Enums.h:70
@ HYDRAX_COMPONENTS_ALL
Definition Enums.h:71
@ HYDRAX_COMPONENT_DEPTH
Definition Enums.h:61
@ HYDRAX_COMPONENT_SMOOTH
Smooth transitions and caustics components need depth component.
Definition Enums.h:63
@ HYDRAX_COMPONENT_UNDERWATER
Definition Enums.h:65
@ HYDRAX_COMPONENT_SUN
Definition Enums.h:59
@ HYDRAX_COMPONENT_UNDERWATER_GODRAYS
Definition Enums.h:68
@ HYDRAX_COMPONENT_UNDERWATER_REFLECTIONS
Underwater reflections and god rays need underwater component.
Definition Enums.h:67
@ HYDRAX_COMPONENT_FOAM
Definition Enums.h:60
@ HYDRAX_COMPONENT_CAUSTICS
Definition Enums.h:64