SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
SmoothMesh()
[3/3]
SRL::Types::SmoothMesh::SmoothMesh
(
const size_t &
vertexCount
,
SRL::Math::Types::Vector3D *
vertices
,
const size_t &
faceCount
,
Polygon
*
faces
,
Attribute
*
attributes
,
SRL::Math::Types::Vector3D *
normals
)
inline
Construct a new mesh object from existing data.
Parameters
vertexCount
Number of points
vertices
Vertex data
faceCount
Number of faces
faces
Face polygons
attributes
Face attributes
normals
Vertex normals
SRL
Types
SmoothMesh