jjdh API

jjdh.opengl.meshes.common
Class MirrorSphere

java.lang.Object
  extended by jjdh.opengl.meshes.core.AbstractMesh
      extended by jjdh.opengl.meshes.core.VertexArrayMesh
          extended by jjdh.opengl.meshes.common.Sphere
              extended by jjdh.opengl.meshes.common.MirrorSphere
All Implemented Interfaces:
Renderable, Mesh

public class MirrorSphere
extends Sphere


Field Summary
 
Fields inherited from class jjdh.opengl.meshes.common.Sphere
modulo
 
Fields inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
job
 
Fields inherited from class jjdh.opengl.meshes.core.AbstractMesh
material, position, rotation, scale
 
Constructor Summary
MirrorSphere(float radius, int latitude, int longitude)
           
 
Method Summary
protected  void privateRender(javax.media.opengl.GL gl)
          This method has to be overwritten by subcasses.
 
Methods inherited from class jjdh.opengl.meshes.common.Sphere
getVertice
 
Methods inherited from class jjdh.opengl.meshes.core.VertexArrayMesh
bind, dispose
 
Methods inherited from class jjdh.opengl.meshes.core.AbstractMesh
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MirrorSphere

public MirrorSphere(float radius,
                    int latitude,
                    int longitude)
Method Detail

privateRender

protected void privateRender(javax.media.opengl.GL gl)
Description copied from class: AbstractMesh
This method has to be overwritten by subcasses.

Overrides:
privateRender in class VertexArrayMesh
Parameters:
gl - a OpenGL obejct

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.