ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
StaticTriangleGroup.h File Reference

Defines the StaticTriangleGroup class for managing 3D triangle geometry. More...

#include "Triangle3D.h"
#include "IndexGroup.h"
#include "IStaticTriangleGroup.h"
#include "StaticTriangleGroup.tpp"
Include dependency graph for StaticTriangleGroup.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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

Version
1.0
Template Parameters
vertexCountThe number of vertices in the group.
triangleCountThe number of triangles in the group. Coela Can't! Coela Can't

Definition in file StaticTriangleGroup.h.