Description:

Sets all normal vectors in one go. This method destroys the current normal array if it exists.

Syntax:
public bool SetNormals(
Vector3f[] normals
)
Parameters:
  • normals
  • Type: Vector3f[]
  • Normals for the entire mesh.
Returns:
Type: bool
True on success, False on failure.
Available since:
5.0

Nothing found