Description:

Adds a new vertex normal at the end of the list.

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

Description:

Adds a new vertex normal at the end of the list.

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

Description:

Adds a new vertex normal at the end of the list.

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

Description:

Adds a new vertex normal at the end of the list.

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

Nothing found