Description:

Appends a face normal to the list of mesh face normals.

Syntax:
public int AddFaceNormal(
double x,
double y,
double z
)
Parameters:
  • x
  • Type: double
  • X component of face normal.
  • y
  • Type: double
  • Y component of face normal.
  • z
  • Type: double
  • Z component of face normal.
Returns:
Type: int
The index of the newly added face normal.
Available since:
5.0

Description:

Appends a face normal to the list of mesh face normals.

Syntax:
public int AddFaceNormal(
float x,
float y,
float z
)
Parameters:
  • x
  • Type: float
  • X component of face normal.
  • y
  • Type: float
  • Y component of face normal.
  • z
  • Type: float
  • Z component of face normal.
Returns:
Type: int
The index of the newly added face normal.
Available since:
5.0

Description:

Appends a face normal to the list of mesh face normals.

Syntax:
public int AddFaceNormal(
Vector3d normal
)
Parameters:
Returns:
Type: int
The index of the newly added face normal.
Available since:
5.0

Description:

Appends a face normal to the list of mesh face normals.

Syntax:
public int AddFaceNormal(
Vector3f normal
)
Parameters:
Returns:
Type: int
The index of the newly added face normal.
Available since:
5.0

Nothing found