Aviatrix3D
2.1.0

org.j3d.aviatrix3d.rendering
Interface BackgroundRenderable

All Superinterfaces:
java.lang.Comparable, ObjectRenderable, Renderable
All Known Implementing Classes:
Background, BoxBackground, ColorBackground, ImageBackground, ShapeBackground, SphereBackground

public interface BackgroundRenderable
extends ObjectRenderable

Renderable object that adds additional information needed for rendering background objects.

Version:
$Revision: 2.2 $
Author:
Justin Couch

Method Summary
 boolean is2D()
          Check to see whether this shape is something that represents 2D or 3D renderable background.
 
Methods inherited from interface org.j3d.aviatrix3d.rendering.ObjectRenderable
postRender, render
 
Methods inherited from interface org.j3d.aviatrix3d.rendering.Renderable
equals
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

is2D

boolean is2D()
Check to see whether this shape is something that represents 2D or 3D renderable background. Pure 2D backgrounds do not need transformation stacks or frustums set up to render - they can blit straight to the screen as needed.

Returns:
True if this is 2D background, false if this is 3D

Aviatrix3D
2.1.0

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