|
CubeTwister 2.0alpha141 2011-10-13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectidx3d.idx3d_CoreObject
idx3d.idx3d_Node
public class idx3d_Node
idx3d_Node objects divide into group node objects and leaf node objects. idx3d_Group node objects serve to group their child node objects together according to the group node's semantics. Leaf nodes specify the geometric elements that idx3d uses in rendering; specifically, geometric objects, and lights.
| Field Summary | |
|---|---|
static java.util.Enumeration |
EMPTY_ENUMERATION
An enumeration that is always empty. |
idx3d_Group |
parent
Parent object. |
| Fields inherited from class idx3d.idx3d_CoreObject |
|---|
matrix, normalmatrix |
| Constructor Summary | |
|---|---|
idx3d_Node()
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.util.Enumeration |
children()
Enumerates the children of this node. |
idx3d_Group |
getParent()
|
void |
invalidate()
Invalidate this node and all its parent nodes. |
boolean |
isValid()
Returns true if this node is valid for rendering with the render pipeline. |
void |
validate()
Validates this node and all its children. |
| Methods inherited from class idx3d.idx3d_CoreObject |
|---|
getPos, resetTransform, rotate, rotate, rotateSelf, rotateSelf, scale, scale, scaleSelf, scaleSelf, setPos, setPos, setTransform, shift, shift, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public idx3d_Group parent
public static final java.util.Enumeration EMPTY_ENUMERATION
| Constructor Detail |
|---|
public idx3d_Node()
| Method Detail |
|---|
public final idx3d_Group getParent()
public void invalidate()
public boolean isValid()
public void validate()
public java.util.Enumeration children()
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||