class Vertex

Trivial class to represent a vertex with its normal and color

Public Fields

[more]Point3f v
The Vertex coords
[more]Point3f n
The Vertex Normal
[more]Point3f c
The Vertex Color
[more]Point3f t
The Texture Coordinate

Documentation

Trivial class to represent a vertex with its normal and color. Version History
  • 0.4 First Release.
  • 0.5s Added Texture Coordinates.
oPoint3f v
The Vertex coords

oPoint3f n
The Vertex Normal

oPoint3f c
The Vertex Color

oPoint3f t
The Texture Coordinate


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.