| java.lang.Object javax.media.j3d.OrderedChildInfo
OrderedChildInfo | class OrderedChildInfo extends Object (Code) | | List of orderedGroup children that needs to be added/removed for
the next frame. Note that the order in which they are removed and
added should be maintained after the renderer is done to get the
correct order of rendering.
|
childId | int childId(Code) | | Child index at which this operation takes place
|
orderedId | int orderedId(Code) | | Ordered index at which this operation takes place
|
type | int type(Code) | | Type of operation, could be add/remove or set
|
|
|