public interface ColladaRenderable
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
Box getLocalExtent(ColladaTraversalContext tc)
tc - The traversal context to use when determining the extent.IllegalArgumentException - if either the traversal context is null.void preRender(ColladaTraversalContext tc, DrawContext dc)
tc - the current COLLADA traversal context.dc - the current draw context.IllegalArgumentException - if either the traversal context or the draw context is null.void render(ColladaTraversalContext tc, DrawContext dc)
tc - the current COLLADA traversal context.dc - the current draw context.IllegalArgumentException - if either the traversal context or the draw context is null.