In file src/H_Object.h:

class Buffer


Public Methods

[more]void AddVertex(const Vertex &AOFFVertex)
[more]void AddPolygon(const Polygon &ATriangle)
[more]void SetTexture(const char *ATextureName)
[more]void ReturnOffObject(OFFObject &tmp)

Private Fields

[more]list<Vertex> Vertexes
[more]list<Polygon> Polygons
[more]string TextureName


Documentation

ovoid AddVertex(const Vertex &AOFFVertex)

ovoid AddPolygon(const Polygon &ATriangle)

ovoid SetTexture(const char *ATextureName)

ovoid ReturnOffObject(OFFObject &tmp)

olist<Vertex> Vertexes

olist<Polygon> Polygons

ostring TextureName


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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