net.jinx.video
Class SkySphere

java.lang.Object
  extended by net.jinx.video.Sphere
      extended by net.jinx.video.SkySphere
All Implemented Interfaces:
Visible

public class SkySphere
extends Sphere


Constructor Summary
SkySphere(float radius, int slices, int stacks)
           
 
Method Summary
 void draw(Context opt)
          Renders this Visible to glDrawable.
 
Methods inherited from class net.jinx.video.Sphere
deinit, getColoration, getMaterial, getTexture, init, newSphereModel, setColoration, setMaterial, setSmooth, setTexture
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkySphere

public SkySphere(float radius,
                 int slices,
                 int stacks)
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 Sphere
Parameters:
opt - describes the rendering options that are being used.