jjdh.opengl.meshes.common
Class MirrorSphere
java.lang.Object
jjdh.opengl.meshes.core.AbstractMesh
jjdh.opengl.meshes.core.VertexArrayMesh
jjdh.opengl.meshes.common.Sphere
jjdh.opengl.meshes.common.MirrorSphere
- All Implemented Interfaces:
- Renderable, Mesh
public class MirrorSphere
- extends Sphere
Fields inherited from class jjdh.opengl.meshes.common.Sphere |
modulo |
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.core.AbstractMesh |
applyMaterial, applyPosition, applyRotation, applyScaling, getMaterial, getPosition, move, render, rotate, setMaterial, setPosition, setRotation, setScale, toString, unApplyMaterial |
MirrorSphere
public MirrorSphere(float radius,
int latitude,
int longitude)
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
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.