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
src
External
ogrenewt
OgreNewt_MaterialID.cpp
Go to the documentation of this file.
1
#include "
External/ogrenewt/OgreNewt_Stdafx.h
"
2
#include "
External/ogrenewt/OgreNewt_MaterialID.h
"
3
#include "
External/ogrenewt/OgreNewt_World.h
"
4
5
namespace
OgreNewt
6
{
7
8
9
MaterialID::MaterialID
(
const
World
* world )
10
{
11
m_world = world;
12
id
= NewtonMaterialCreateGroupID( m_world->
getNewtonWorld
() );
13
}
9
MaterialID::MaterialID
(
const
World
* world ) {
…
}
14
15
MaterialID::MaterialID
(
const
World
* world,
int
ID )
16
{
17
m_world = world;
18
id
= ID;
19
}
15
MaterialID::MaterialID
(
const
World
* world,
int
ID ) {
…
}
20
21
22
MaterialID::~MaterialID
()
23
{
24
}
22
MaterialID::~MaterialID
() {
…
}
25
26
27
28
}
29
OgreNewt_MaterialID.h
OgreNewt_Stdafx.h
OgreNewt_World.h
OgreNewt::MaterialID::~MaterialID
~MaterialID()
destructor
Definition
OgreNewt_MaterialID.cpp:22
OgreNewt::MaterialID::MaterialID
MaterialID(const World *world)
constructor
Definition
OgreNewt_MaterialID.cpp:9
OgreNewt::World
represents a physics world.
Definition
OgreNewt_World.h:142
OgreNewt::World::getNewtonWorld
NewtonWorld * getNewtonWorld() const
retrieves a pointer to the NewtonWorld
Definition
OgreNewt_World.h:284
OgreNewt
main namespace.
Definition
OgreNewt_BasicFrameListener.h:30
Generated by
1.9.8