August 2018
Intermediate to advanced
528 pages
10h 58m
English
The materials available for the THREE.Line geometry are very simple. It inherits all of the properties from THREE.Material, but the following table shows the properties that are most important for this material:
|
Name |
Description |
|
color |
This determines the color of the line. If you specify vertexColors, this property is ignored. |
|
linewidth |
This determines the width of the line. |
|
linecap |
This property defines how the ends of lines look in the wireframe mode. The possible values are butt, round, and square. The default is round. In practice, the results from changing this property are very difficult to see. This property isn't supported on WebGLRenderer. |
|
linejoin |
Defines how the line joints ... |
Read now
Unlock full access