OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BroadphaseType
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java
80
private
BroadphaseType
broadphaseType
=
BroadphaseType
.DBVT;
123
this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f),
BroadphaseType
.DBVT);
126
public PhysicsSpace(
BroadphaseType
broadphaseType
) {
127
this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f),
broadphaseType
);
131
this(worldMin, worldMax,
BroadphaseType
.AXIS_SWEEP_3);
134
public PhysicsSpace(Vector3f worldMin, Vector3f worldMax,
BroadphaseType
broadphaseType
) {
[
all
...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
PhysicsSpace.java
99
private
BroadphaseType
broadphaseType
=
BroadphaseType
.DBVT;
139
this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f),
BroadphaseType
.DBVT);
142
public PhysicsSpace(
BroadphaseType
broadphaseType
) {
143
this(new Vector3f(-10000f, -10000f, -10000f), new Vector3f(10000f, 10000f, 10000f),
broadphaseType
);
147
this(worldMin, worldMax,
BroadphaseType
.AXIS_SWEEP_3);
150
public PhysicsSpace(Vector3f worldMin, Vector3f worldMax,
BroadphaseType
broadphaseType
) {
[
all
...]
Completed in 2837 milliseconds