![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the StaticTriangleGroup class for managing 3D triangle geometry. More...
#include "Triangle3D.h"
#include "IndexGroup.h"
#include "IStaticTriangleGroup.h"
#include "StaticTriangleGroup.tpp"
Go to the source code of this file.
Classes | |
class | StaticTriangleGroup< vertexCount, triangleCount > |
Represents a static collection of 3D triangles and associated vertex/UV data. More... | |
Defines the StaticTriangleGroup class for managing 3D triangle geometry.
The StaticTriangleGroup class represents a fixed collection of 3D triangles, vertices, and associated UV data. It provides methods to access and manipulate this data for rendering or simulation purposes.
22/12/2024 22/12/2024
vertexCount | The number of vertices in the group. |
triangleCount | The number of triangles in the group. Coela Can't! Coela Can't |
Definition in file StaticTriangleGroup.h.