Skip navigation links

Package com.jme3.scene

The com.jme3.input package contains the scene graph implementation in jMonkeyEngine.

See: Description

Package com.jme3.scene Description

The com.jme3.input package contains the scene graph implementation in jMonkeyEngine.

The scene graph is the most important package in jME, as it is the API used to manage scene elements so that they can be rendered. The Spatial class provides a common base class for all scene graph elements. The Node class provides the "branches" in the graph, used to organize elements in a tree hierarchy. The Geometry is the leaf class that will contain a Mesh object (geometry data such as vertex positions, normals, etc) and a Material object containing information on how the geometry should be shaded.

Skip navigation links