Class NodeQueue
- java.lang.Object
-
- jadex.extension.envsupport.observer.graphics.jmonkey.util.NodeQueue
-
public class NodeQueue extends java.lang.Object
NodeQueue. We use it to reduce the EffectNodes in the Scene. So there can be ony as many Effects the same time as the Maxsize.
-
-
Constructor Summary
Constructors Constructor Description NodeQueue(int maxsize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jme3.scene.Node
push(com.jme3.scene.Node node)
-