Class Sommet
java.lang.Object
|
+--Sommet
- public class Sommet
- extends java.lang.Object
|
Constructor Summary |
Sommet()
|
Sommet(float x,
float y,
float z,
float t,
javax.vecmath.Color4f c,
OpenGLMaterial m,
javax.vecmath.Vector3f n,
boolean norm,
javax.vecmath.Point4f tp)
|
Sommet(Sommet s)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
position
public javax.vecmath.Point4f position
couleur
public javax.vecmath.Color4f couleur
material
public OpenGLMaterial material
normale
public javax.vecmath.Vector3f normale
texturePos
public javax.vecmath.Point4f texturePos
Sommet
public Sommet()
Sommet
public Sommet(Sommet s)
Sommet
public Sommet(float x,
float y,
float z,
float t,
javax.vecmath.Color4f c,
OpenGLMaterial m,
javax.vecmath.Vector3f n,
boolean norm,
javax.vecmath.Point4f tp)