Searched defs:Spatial (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DSpatial.java57 * <code>Spatial</code> defines the base class for scene graph nodes. It
60 * {@link Geometry} are subclasses of <code>Spatial</code>.
66 public abstract class Spatial implements Savable, Cloneable, Collidable, Asset { class in inherits:Savable,Cloneable,Collidable,Asset
68 private static final Logger logger = Logger.getLogger(Spatial.class.getName());
83 * Camera planes whether or not this Spatial should be culled.
125 * Spatial's bounding volume relative to the world.
153 * Spatial's parent, or null if it has none.
165 public Spatial() { method in class:Spatial
176 * Constructor instantiates a new <code>Spatial</code> object setting the
183 public Spatial(Strin method in class:Spatial
[all...]

Completed in 356 milliseconds