Class: Vertex

PD. Vertex

A subclass of THREE.Vector3 with additional normal, uv and color values.


new Vertex(x, y, z)

Creates a new 3D curved surface vertex.

Parameters:
Name Type Default Description
x number 0

The position in the X-axis.

y number 0

The position in the Y-axis.

z number 0

The position in the Z-axis.

Author:
  • drajmarsh

Extends

  • THREE.Vector3