| |
|
| java.lang.Object javax.media.j3d.RenderAtom
RenderAtom | class RenderAtom extends Object implements ObjectUpdate(Code) | | A RenderAtom is a wrapper for a GeometryAtom in a given RenderBin.
|
HAS_SEPARATE_LOCALE_VWC_BOUNDS | static int HAS_SEPARATE_LOCALE_VWC_BOUNDS(Code) | | |
IN_DIRTY_ORIENTED_RAs | static int IN_DIRTY_ORIENTED_RAs(Code) | | |
IN_RENDERBIN | static int IN_RENDERBIN(Code) | | Indicates whether or not this object is in
the render bin.
|
IN_SORTED_POS_DIRTY_TRANSP_LIST | static int IN_SORTED_POS_DIRTY_TRANSP_LIST(Code) | | |
IS_ORIENTED | static int IS_ORIENTED(Code) | | |
NEED_SEPARATE_LOCALE_VWC_BOUNDS | static int NEED_SEPARATE_LOCALE_VWC_BOUNDS(Code) | | |
ON_LOCALE_VWC_BOUNDS_UPDATELIST | static int ON_LOCALE_VWC_BOUNDS_UPDATELIST(Code) | | |
ON_UPDATELIST | static int ON_UPDATELIST(Code) | | |
PRIMARY | static int PRIMARY(Code) | | |
SEPARATE_DLIST_PER_GEO | static int SEPARATE_DLIST_PER_GEO(Code) | | |
SEPARATE_DLIST_PER_RINFO | static int SEPARATE_DLIST_PER_RINFO(Code) | | |
dlistIds | int[] dlistIds(Code) | | Used when depth sorted transparecy is turned on
one dlist per rinfo
|
envSet | EnvironmentSet envSet(Code) | | Environment set that this renderAtom belongs to, used
to compare the new env set with the old one when the
scoping/bounds of a light/fog changes
|
lastVisibleTime | long lastVisibleTime(Code) | | The last time this atom was reported visible
|
rListInfo | RenderAtomListInfo[] rListInfo(Code) | | Next and Previous references for the list of RenderAtoms
groupType is a mask set to true if this renderAtom is part of the displaylist array
of the renderMolecule
One per geometry in the geometryArr in the geometryAtom, since
each geometry in the geometryAtom can end up in a different
atomList(primary, secondary, seperatedlist) of the renderMoceule
|
hasSeparateLocaleVwcBounds | boolean hasSeparateLocaleVwcBounds()(Code) | | |
inDepthSortList | boolean inDepthSortList()(Code) | | |
inDirtyOrientedRAs | boolean inDirtyOrientedRAs()(Code) | | |
inRenderBin | boolean inRenderBin()(Code) | | |
isOpaque | boolean isOpaque()(Code) | | This returns whether or not this atom goes into the opaque
light bin
|
isOriented | boolean isOriented()(Code) | | |
needSeparateLocaleVwcBounds | boolean needSeparateLocaleVwcBounds()(Code) | | |
onLocaleVwcBoundsUpdateList | boolean onLocaleVwcBoundsUpdateList()(Code) | | |
onUpdateList | boolean onUpdateList()(Code) | | |
setRenderBin | synchronized void setRenderBin(boolean value)(Code) | | This sets the inRenderBin flag
|
updateLocaleVwcBounds | void updateLocaleVwcBounds()(Code) | | |
updateObject | public void updateObject()(Code) | | |
updateOrientedTransform | void updateOrientedTransform()(Code) | | |
|
|
|