new TriangleList(options)
A TriangleList is a THREE object that can be used to display a list of triangles as a geometry.
Parameters:
| Name | Type | Description |
|---|---|---|
options |
object with following keys:
|
- Source:
- models/TriangleList.js, line 15
Methods
-
setColor(hex)
-
Set the color of this object to the given hex value.
Parameters:
Name Type Description hexthe hex value of the color to set
- Source:
- models/TriangleList.js, line 76