Home
last modified time | relevance | path

Searched refs:createShape (Results 1 – 24 of 24) sorted by relevance

/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DSimplexCollisionShape.java32 createShape(); in SimplexCollisionShape()
39 createShape(); in SimplexCollisionShape()
45 createShape(); in SimplexCollisionShape()
50 createShape(); in SimplexCollisionShape()
69 createShape(); in read()
72 protected void createShape() { in createShape() method in SimplexCollisionShape
74 objectId = createShape(vector1, vector2, vector3, vector4); in createShape()
77 objectId = createShape(vector1, vector2, vector3); in createShape()
80 objectId = createShape(vector1, vector2); in createShape()
83 objectId = createShape(vector1); in createShape()
[all …]
DCapsuleCollisionShape.java62 createShape(); in CapsuleCollisionShape()
75 createShape(); in CapsuleCollisionShape()
104 createShape(); in read()
107 protected void createShape(){ in createShape() method in CapsuleCollisionShape
108 objectId = createShape(axis, radius, height); in createShape()
127 private native long createShape(int axis, float radius, float height); in createShape() method in CapsuleCollisionShape
DCylinderCollisionShape.java62 createShape(); in CylinderCollisionShape()
73 createShape(); in CylinderCollisionShape()
96 createShape(); in read()
99 protected void createShape() { in createShape() method in CylinderCollisionShape
100 objectId = createShape(axis, halfExtents); in createShape()
119 private native long createShape(int axis, Vector3f halfExtents); in createShape() method in CylinderCollisionShape
DConeCollisionShape.java33 createShape(); in ConeCollisionShape()
40 createShape(); in ConeCollisionShape()
61 createShape(); in read()
64 protected void createShape() { in createShape() method in ConeCollisionShape
65 objectId = createShape(axis, radius, height); in createShape()
80 private native long createShape(int axis, float radius, float height); in createShape() method in ConeCollisionShape
DSphereCollisionShape.java59 createShape(); in SphereCollisionShape()
76 createShape(); in read()
79 protected void createShape() { in createShape() method in SphereCollisionShape
80 objectId = createShape(radius); in createShape()
89 private native long createShape(float radius); in createShape() method in SphereCollisionShape
DPlaneCollisionShape.java34 createShape(); in PlaneCollisionShape()
51 createShape(); in read()
54 protected void createShape() { in createShape() method in PlaneCollisionShape
55 objectId = createShape(plane.getNormal(), plane.getConstant()); in createShape()
64 private native long createShape(Vector3f normal, float constant); in createShape() method in PlaneCollisionShape
DBoxCollisionShape.java60 createShape(); in BoxCollisionShape()
78 createShape(); in read()
81 protected void createShape() { in createShape() method in BoxCollisionShape
82 objectId = createShape(halfExtents); in createShape()
89 private native long createShape(Vector3f halfExtents); in createShape() method in BoxCollisionShape
DHullCollisionShape.java26 createShape(); in HullCollisionShape()
31 createShape(); in HullCollisionShape()
58 createShape(); in read()
61 protected void createShape() { in createShape() method in HullCollisionShape
78 objectId = createShape(bbuf); in createShape()
84 private native long createShape(ByteBuffer points); in createShape() method in HullCollisionShape
DGImpactCollisionShape.java99 createShape(); in createCollisionMesh()
132 createShape(); in read()
135 protected void createShape() { in createShape() method in GImpactCollisionShape
152 objectId = createShape(meshId); in createShape()
158 private native long createShape(long meshId); in createShape() method in GImpactCollisionShape
DHeightfieldCollisionShape.java93 createShape(); in createCollisionHeightfield()
96 protected void createShape() { in createShape() method in HeightfieldCollisionShape
106 …objectId = createShape(heightStickWidth, heightStickLength, bbuf, heightScale, minHeight, maxHeigh… in createShape()
112 …private native long createShape(int heightStickWidth, int heightStickLength, ByteBuffer heightfiel… in createShape() method in HeightfieldCollisionShape
143 createShape(); in read()
DMeshCollisionShape.java96 createShape(); in createCollisionMesh()
127 createShape(); in read()
130 protected void createShape() { in createShape() method in MeshCollisionShape
145 objectId = createShape(meshId); in createShape()
151 private native long createShape(long meshId); in createShape() method in MeshCollisionShape
DCompoundCollisionShape.java58 objectId = createShape();//new CompoundShape(); in CompoundCollisionShape()
130 private native long createShape(); in createShape() method in CompoundCollisionShape
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
DSimplexCollisionShape.java32 createShape(); in SimplexCollisionShape()
39 createShape(); in SimplexCollisionShape()
45 createShape(); in SimplexCollisionShape()
50 createShape(); in SimplexCollisionShape()
69 createShape(); in read()
72 protected void createShape() { in createShape() method in SimplexCollisionShape
DCylinderCollisionShape.java64 createShape(); in CylinderCollisionShape()
75 createShape(); in CylinderCollisionShape()
98 createShape(); in read()
101 protected void createShape() { in createShape() method in CylinderCollisionShape
DConeCollisionShape.java35 createShape(); in ConeCollisionShape()
42 createShape(); in ConeCollisionShape()
63 createShape(); in read()
66 protected void createShape() { in createShape() method in ConeCollisionShape
DHullCollisionShape.java25 createShape(this.points); in HullCollisionShape()
30 createShape(this.points); in HullCollisionShape()
54 createShape(this.points); in read()
57 protected void createShape(float[] points) { in createShape() method in HullCollisionShape
DSphereCollisionShape.java59 createShape(); in SphereCollisionShape()
76 createShape(); in read()
79 protected void createShape() { in createShape() method in SphereCollisionShape
DPlaneCollisionShape.java33 createShape(); in PlaneCollisionShape()
50 createShape(); in read()
53 protected void createShape() { in createShape() method in PlaneCollisionShape
DBoxCollisionShape.java60 createShape(); in BoxCollisionShape()
78 createShape(); in read()
81 protected void createShape() { in createShape() method in BoxCollisionShape
DCapsuleCollisionShape.java78 createShape(); in CapsuleCollisionShape()
107 createShape(); in read()
110 protected void createShape(){ in createShape() method in CapsuleCollisionShape
DMeshCollisionShape.java77 createShape(); in createCollisionMesh()
109 createShape(); in read()
112 protected void createShape() { in createShape() method in MeshCollisionShape
DGImpactCollisionShape.java79 createShape(); in createCollisionMesh()
113 createShape(); in read()
116 protected void createShape() { in createShape() method in GImpactCollisionShape
DHeightfieldCollisionShape.java89 createShape(); in createCollisionHeightfield()
92 protected void createShape() { in createShape() method in HeightfieldCollisionShape
130 createShape(); in read()
/external/jmonkeyengine/
DNOTICE17372 * Method: createShape
17412 * Method: createShape
17425 * Method: createShape
17468 * Method: createShape
17584 * Method: createShape
17662 * Method: createShape
17667 * Method: createShape
17672 * Method: createShape
17788 * Method: createShape
17884 * Method: createShape
[all …]