SaturnRingLibrary
0.9.2
SGL wrapper
Loading...
Searching...
No Matches
◆
Mesh()
[2/3]
SRL::Types::Mesh::Mesh
(
const size_t &
vertexCount
,
const size_t &
faceCount
)
inline
Construct a new empty mesh object and initialize its arrays.
Warning
This constructor will also allocate Vertices, Faces and Attributes arrays
Parameters
vertexCount
Number of vertices in the mesh
faceCount
Number of faces in the mesh
SRL
Types
Mesh