NormalizeMesh()

语法

NormalizeMesh(#Mesh [, SubMesh])
概要
Normalize the mesh or the submesh. It will automatically computes the normal vector for every vertices of the specified mesh or submesh.

参数

Mesh The mesh to use.
SubMesh (optional) If specified, it will only normalize the submesh. The first submesh index is 0 (main mesh).

返回值

无.

参阅

CreateMesh(), MeshVertexNormal()

已支持操作系统

所有

<- MeshVertexTextureCoordinate() - Mesh Index - SaveMesh() ->