⚲
Class:
Mesh
Lua
C++
Edit
Mesh:SetVertexPosition
This method sets the normal of a single vertex in the mesh.
Syntax
SetVertexPosition
(number index, number x, number y, number z)
SetVertexPosition
(number index,
Vec3
normal)
Parameter
Description
index
the vertex index, starting at 1
normal, (x, y, z)
the vertex normal to set
Copyright © 2024 Ultra Software.
All rights reserved.