Aviatrix3D 1.0

org.j3d.aviatrix3d
Interface Renderable

All Known Subinterfaces:
CustomRenderable, RenderableComponent, RenderableObject
All Known Implementing Classes:
Appearance, Background, BlendAttributes, BufferGeometry, ClipPlane, Fog, FragmentShader, Geometry, Light, LineAttributes, Material, OffscreenTexture2D, PointAttributes, PolygonAttributes, Shader, ShaderArguments, ShaderProgram, Shape3D, TexCoordGeneration, Texture, TextureAttributes, TextureUnit, VertexGeometry, VertexShader

public interface Renderable

Marker interface for all objects that would like to be capable of rendering themself if given appropriate information.

This interface should generally not be directly used. It is a base description for derived types that provide the specific types of information through specific methods. It is used to provide a single common interface so that the implementing instance can be placed in the RenderDetails.

Version:
$Revision: 1.2 $
Author:
Justin Couch


Aviatrix3D 1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org