⚲
Class:
Mesh
Lua
C++
Edit
Mesh::Translate
This method translates all vertex positions by the specified offset.
Syntax
void
Translate
(const float x, const float y, const float z)
void
Translate
(const
Vec3
offset)
Parameter
Description
offset, (x, y, z)
offset to translate mesh vertices by
Copyright © 2024 Ultra Software.
All rights reserved.