EditMesh::SetVertexPosition
This method sets the position of a single vertex in the mesh.
Syntax
- void SetVertexPosition(const uint32_t index, const Vec3 position)
- void SetVertexPosition(const uint32_t index, const float x, const float y, const float z)
Parameter |
Description |
index |
vertex index, starting with zero |
position, (x, y, z) |
vertex position to set |