|
@@ -261,6 +261,13 @@
|
|
|
Other options are [page:Materials THREE.VertexColors] and [page:Materials THREE.FaceColors].
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[property:Boolean vertexTangents]</h3>
|
|
|
+ <p>
|
|
|
+ Defines whether precomputed vertex tangents, which must be provided in a vec4 "tangent" attribute,
|
|
|
+ are used. When disabled, tangents are derived automatically. Using precomputed tangents will give
|
|
|
+ more accurate normal map details in some cases, such as with mirrored UVs. Default is false.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h3>[property:Boolean visible]</h3>
|
|
|
<p>
|
|
|
Defines whether this material is visible. Default is *true*.
|