|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppearanceRenderable | |
---|---|
org.j3d.aviatrix3d | A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. |
org.j3d.aviatrix3d.pipeline.graphics | Implementations of the various pipeline pieces. |
org.j3d.aviatrix3d.rendering | Interfaces used to describe the scene graph structure to rendering and sorting routines of the pipeline. |
Uses of AppearanceRenderable in org.j3d.aviatrix3d |
---|
Classes in org.j3d.aviatrix3d that implement AppearanceRenderable | |
---|---|
class |
Appearance
Describes the appearance of an object. |
Methods in org.j3d.aviatrix3d that return AppearanceRenderable | |
---|---|
AppearanceRenderable |
Shape3D.getAppearanceRenderable()
Fetch the renderable that represents the visual appearance modifiers of this shape. |
AppearanceRenderable |
Pixmap.getAppearanceRenderable()
Fetch the renderable that represents the visual appearance modifiers of this shape. |
AppearanceRenderable |
AppearanceOverride.getAppearanceRenderable()
Fetch the renderable that represents the visual appearance modifiers of this shape. |
Uses of AppearanceRenderable in org.j3d.aviatrix3d.pipeline.graphics |
---|
Fields in org.j3d.aviatrix3d.pipeline.graphics declared as AppearanceRenderable | |
---|---|
protected AppearanceRenderable |
BaseStateSortStage.currentAppearance
The currently valid appearance |
Methods in org.j3d.aviatrix3d.pipeline.graphics with parameters of type AppearanceRenderable | |
---|---|
protected int |
BaseStateSortStage.updateBlendAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the blending attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updateDepthAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the depth attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updateLineAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the line attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updateMaterial(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the material setup and change as necessary. |
protected int |
BaseStateSortStage.updatePointAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the polygon attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updatePolyAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the polygon attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updateShader(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the shader setup and change as necessary. |
protected int |
BaseStateSortStage.updateStencilAttribs(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the stencil attributes setup and change as necessary. |
protected int |
BaseStateSortStage.updateTextures(AppearanceRenderable app,
GraphicsInstructions instr,
int offset)
Check on the texture listing setup and change as necessary. |
Uses of AppearanceRenderable in org.j3d.aviatrix3d.rendering |
---|
Methods in org.j3d.aviatrix3d.rendering that return AppearanceRenderable | |
---|---|
AppearanceRenderable |
ShapeRenderable.getAppearanceRenderable()
Fetch the renderable that represents the visual appearance modifiers of this shape. |
AppearanceRenderable |
OverrideRenderable.getAppearanceRenderable()
Fetch the renderable that represents the visual appearance modifiers of the leaf nodes. |
|
Aviatrix3D 2.1.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |