Class Sommet

java.lang.Object
  |
  +--Sommet

public class Sommet
extends java.lang.Object


Field Summary
 javax.vecmath.Color4f couleur
           
 OpenGLMaterial material
           
 javax.vecmath.Vector3f normale
           
 javax.vecmath.Point4f position
           
 javax.vecmath.Point4f texturePos
           
 
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
 

Field Detail

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
Constructor Detail

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)