net.jinx.video
Class InfinitePlane

java.lang.Object
  extended by net.jinx.video.Plane
      extended by net.jinx.video.InfinitePlane
All Implemented Interfaces:
Visible

public class InfinitePlane
extends Plane


Constructor Summary
InfinitePlane()
           
InfinitePlane(int detail)
           
 
Method Summary
 void draw(Context opt)
          Renders this Visible to glDrawable.
 
Methods inherited from class net.jinx.video.Plane
deinit, getColoration, getMaterial, getTexture, init, newPlaneModel, setColoration, setMaterial, setTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfinitePlane

public InfinitePlane()

InfinitePlane

public InfinitePlane(int detail)
Method Detail

draw

public void draw(Context opt)
Description copied from interface: Visible
Renders this Visible to glDrawable.

Specified by:
draw in interface Visible
Overrides:
draw in class Plane
Parameters:
opt - describes the rendering options that are being used.