![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the TriangleGroup class for dynamic manipulation of triangles in 3D space. More...
#include "Triangle3D.h"#include "ITriangleGroup.h"#include "IndexGroup.h"#include "IStaticTriangleGroup.h"#include "TriangleGroup.tpp"

Go to the source code of this file.
Classes | |
| class | TriangleGroup< vertexCount, triangleCount > |
| Represents a dynamic group of 3D triangles. More... | |
Defines the TriangleGroup class for dynamic manipulation of triangles in 3D space.
The TriangleGroup class represents a group of triangles and provides methods for accessing and managing their vertices, indices, and optional UV mappings.
22/12/2024 22/12/2024
Definition in file TriangleGroup.h.