Home | History | Annotate | Download | only in util

Lines Matching full:geometry

105             } else if (spatial instanceof Geometry) {
113 ? createSingleDynamicMeshShape((Geometry) spatial, realRootNode)
114 : createSingleMeshShape((Geometry) spatial, realRootNode);
170 } else if (spatial instanceof Geometry) {
171 return createSingleMeshShape((Geometry) spatial, spatial);
175 throw new IllegalArgumentException("Supplied spatial must either be Node or Geometry!");
185 if (spatial instanceof Geometry) {
186 return createSingleDynamicMeshShape((Geometry) spatial, spatial);
190 throw new IllegalArgumentException("Supplied spatial must either be Node or Geometry!");
196 if (spatial instanceof Geometry) {
197 return createSingleBoxShape((Geometry) spatial, spatial);
201 throw new IllegalArgumentException("Supplied spatial must either be Node or Geometry!");
210 private static MeshCollisionShape createSingleMeshShape(Geometry geom, Spatial parent) {
238 private static HullCollisionShape createSingleDynamicMeshShape(Geometry geom, Spatial parent) {