SO3Engine
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
v
w
x
Functions
Variables
Typedefs
a
b
c
d
f
m
p
s
Enumerations
Enumerator
b
c
e
f
h
l
m
n
p
r
s
t
x
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
s
t
u
v
w
Enumerations
a
c
d
e
f
g
h
l
n
p
r
s
v
w
Enumerator
a
b
c
d
e
f
h
l
m
n
o
p
r
s
t
v
Related Symbols
a
c
d
h
i
o
p
s
x
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
Functions
_
b
c
d
f
g
h
i
l
m
n
r
s
t
v
w
z
Variables
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
w
Typedefs
Enumerator
include
External
ogrenewt
OgreNewt.h
Go to the documentation of this file.
1
/*
2
OgreNewt library
3
4
connects Ogre with the Newton Game Dynamics physics library
5
6
7
by Walaber (http://walaber.com)
8
some changes by melven
9
10
main header file.
11
12
current version: 2.07.1
13
14
Newton version: at least 2.07 (beta)
15
16
Ogre version: Shoggoth (1.6.x)
17
18
*/
19
20
#ifndef _INCLUDE_OGRENEWT_
21
#define _INCLUDE_OGRENEWT_
22
23
24
#include "
OgreNewt_World.h
"
25
#include "
OgreNewt_Collision.h
"
26
#include "
OgreNewt_Body.h
"
27
#include "
OgreNewt_CollisionPrimitives.h
"
28
#include "
OgreNewt_CollisionSerializer.h
"
29
#include "
OgreNewt_MaterialID.h
"
30
#include "
OgreNewt_MaterialPair.h
"
31
#include "
OgreNewt_ContactCallback.h
"
32
#include "
OgreNewt_ContactJoint.h
"
33
//#include "OgreNewt_Vehicle.h"
34
#include "
OgreNewt_RayCastVehicle.h
"
35
#include "
OgreNewt_PlayerController.h
"
36
#include "
OgreNewt_RayCast.h
"
37
#include "
OgreNewt_ConvexCast.h
"
38
39
#include "
OgreNewt_Joint.h
"
40
#include "
OgreNewt_BasicJoints.h
"
41
42
#include "
OgreNewt_Tools.h
"
43
#include "
OgreNewt_BodyInAABBIterator.h
"
44
#include "
OgreNewt_Debugger.h
"
45
182
#endif
183
OgreNewt_BasicJoints.h
OgreNewt_Body.h
OgreNewt_BodyInAABBIterator.h
OgreNewt_Collision.h
OgreNewt_CollisionPrimitives.h
OgreNewt_CollisionSerializer.h
OgreNewt_ContactCallback.h
OgreNewt_ContactJoint.h
OgreNewt_ConvexCast.h
OgreNewt_Debugger.h
OgreNewt_Joint.h
OgreNewt_MaterialID.h
OgreNewt_MaterialPair.h
OgreNewt_PlayerController.h
OgreNewt_RayCast.h
OgreNewt_RayCastVehicle.h
OgreNewt_Tools.h
OgreNewt_World.h
Generated by
1.9.8