public class ColladaScene extends ColladaAbstractObject implements ColladaRenderable
| Modifier and Type | Field and Description |
|---|---|
protected ColladaInstanceVisualScene |
instanceVisualScene
Cached value of the instance_visual_scene field.
|
protected boolean |
sceneFetched
Flag to indicate that the scene has been fetched from the hash map.
|
CHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description |
|---|
ColladaScene(String ns)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColladaInstanceVisualScene |
getInstanceVisualScene()
Indicates the value of the instance_visual_scene field.
|
Box |
getLocalExtent(ColladaTraversalContext tc)
Returns this renderable's model coordinate extent.
|
void |
preRender(ColladaTraversalContext tc,
DrawContext dc)
Pre-Render this element.
|
void |
render(ColladaTraversalContext tc,
DrawContext dc)
Render this element.
|
getRootallocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected ColladaInstanceVisualScene instanceVisualScene
protected boolean sceneFetched
public ColladaScene(String ns)
ns - the qualifying namespace URI. May be null to indicate no namespace qualification.protected ColladaInstanceVisualScene getInstanceVisualScene()
public Box getLocalExtent(ColladaTraversalContext tc)
ColladaAbstractObjectgetLocalExtent in interface ColladaRenderablegetLocalExtent in class ColladaAbstractObjecttc - The traversal context to use when determining the extent.public void preRender(ColladaTraversalContext tc, DrawContext dc)
preRender in interface ColladaRenderabletc - the current COLLADA traversal context.dc - the current draw context.public void render(ColladaTraversalContext tc, DrawContext dc)
render in interface ColladaRenderabletc - the current COLLADA traversal context.dc - the current draw context.