vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vrecko
Vrecko - the Virtual Reality Engine
Dynamic Art module
L-system plant modeler - module for Vrecko
Head Up Display module
Space Partitioning - module for Vrecko
Todo List
Deprecated List
Namespaces
Classes
Files
File List
include
base
helpers
vrecko
vreckoAP
ArtificialWorld
behindO
Boids
CableEditor
CameraMovement
CameraPath
CarSim
ConnectEditor
ConstrainedMovement
DynamicArt
EditorController
EditorQAbilities
FFDEditor
Filter
games
Garden
GUI
HeadTracking
HelloWorld
HUD
InputConnector
LightsEditor
Menu
Nature
Clouds
BoundingVol.h
Cloud.h
Cloud2DPlacement.h
Clouds.h
CloudsManager.h
GenClouds.h
math_aux.h
OSGCloudWrap.h
OSGskybox.h
Texture.h
Grass
Terrain
Weather
_AP_Atmospheric.h
AP_Nature.h
navigation
ObjectUtils
ODE
RoomEdit
ShootingSimulation
SpacePartitioning
TextOutput
vreckoDP
vreckoUtils
src
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
BoundingVol.h
Go to the documentation of this file.
1
11
#ifndef _VRECKO_CLOUDS_BOUNDINGVOL_H
12
#define _VRECKO_CLOUDS_BOUNDINGVOL_H
13
14
#include <osg/Vec3f>
15
20
class
AABoundingBox
21
{
22
23
public
:
24
// Attributes
25
osg::Vec3f
min
;
// min x, y, z values of the object.
26
osg::Vec3f
max
;
// max x, y, z values of the object.
27
float
radius
,
28
side
,
29
halfside
;
30
};
31
32
#endif
include
vreckoAP
Nature
Clouds
BoundingVol.h
Generated on Tue Feb 19 2013 10:23:44 for vrecko by
1.8.3.1