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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DBatchNode.java54 * BatchNode holds geometrie that are batched version of all geometries that are in its sub scenegraph.
69 public class BatchNode extends Node implements Savable { class in inherits:Node,Savable
71 private static final Logger logger = Logger.getLogger(BatchNode.class.getName());
89 public BatchNode() { method in class:BatchNode
93 public BatchNode(String name) { method in class:BatchNode
250 if (child instanceof BatchNode) {
269 * Sets the material to the all the batches of this BatchNode
283 * Returns the material that is used for the first batch of this BatchNode
287 * @return the material that is used for the first batch of this BatchNode
300 // * Sets the material to the a specific batch of this BatchNode
[all...]

Completed in 60 milliseconds