You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div>Define appearance of line joints. Possible values are "round", "bevel" and "miter". Default is 'round'.</div>
47
47
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:WebGLRenderer WebGL] renderer, but does work with the [page:CanvasRenderer Canvas] renderer.</div>
48
48
49
-
<h3>.[page:Boolean vertexColors]</h3>
50
-
<div>Define whether the material uses vertex colors, or not. Default is false.</div>
51
-
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:CanvasRenderer Canvas] renderer, but does work with the [page:WebGLRenderer WebGL] renderer.</div>
49
+
<h3>.[page:Integer vertexColors]</h3>
50
+
<div>Define how the vertices gets colored. Possible values are THREE.NoColors, THREE.FaceColors and THREE.VertexColors. Default is THREE.NoColors.</div>
51
+
<div>This setting might not have any effect when used with certain renderers.</div>
52
52
53
53
<h3>.[page:Boolean fog]</h3>
54
54
<div>Define whether the material color is affected by global fog settings.</div>
<div>Define shading type. Default is THREE.SmoothShading.</div>
62
62
63
-
<h3>.[page:Boolean vertexColors]</h3>
64
-
<div>Define whether the material uses vertex colors, or not. Default is false.</div>
63
+
<h3>.[page:Integer vertexColors]</h3>
64
+
<div>Define how the vertices gets colored. Possible values are THREE.NoColors, THREE.FaceColors and THREE.VertexColors. Default is THREE.NoColors.</div>
65
65
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:CanvasRenderer Canvas] renderer, but does work with the [page:WebGLRenderer WebGL] renderer.</div>
<div>Define appearance of line joints. Possible values are "round", "bevel" and "miter". Default is 'round'.</div>
65
65
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:WebGLRenderer WebGL] renderer, but does work with the [page:CanvasRenderer Canvas] renderer.</div>
66
66
67
-
<h3>.[page:Boolean vertexColors]</h3>
68
-
<div>Define whether the material uses vertex colors, or not. Default is *false*.</div>
67
+
<h3>.[page:Integer vertexColors]</h3>
68
+
<div>Define how the vertices gets colored. Possible values are THREE.NoColors, THREE.FaceColors and THREE.VertexColors. Default is THREE.NoColors.</div>
69
69
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:CanvasRenderer Canvas] renderer, but does work with the [page:WebGLRenderer WebGL] renderer.</div>
<div>Define appearance of line joints. Possible values are "round", "bevel" and "miter". Default is 'round'.</div>
75
75
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:WebGLRenderer WebGL] renderer, but does work with the [page:CanvasRenderer Canvas] renderer.</div>
76
76
77
-
<h3>.[page:Boolean vertexColors]</h3>
78
-
<div>Define whether the material uses vertex colors, or not. Default is *false*.</div>
77
+
<h3>.[page:Integer vertexColors]</h3>
78
+
<div>Define how the vertices gets colored. Possible values are THREE.NoColors, THREE.FaceColors and THREE.VertexColors. Default is THREE.NoColors.</div>
79
79
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:CanvasRenderer Canvas] renderer, but does work with the [page:WebGLRenderer WebGL] renderer.</div>
<div>Specify whether particles' size will get smaller with the distance. Default is true.</div>
49
49
50
50
<h3>.[page:Boolean vertexColors]</h3>
51
-
<div>Define whether the material uses vertex colors, or not. Default is false.</div>
52
-
<div>This setting might not have any effect when used with certain renderers. For example, it is ignored with the [page:CanvasRenderer Canvas] renderer, but does work with the [page:WebGLRenderer WebGL] renderer.</div>
53
51
54
52
<h3>.[page:Boolean fog]</h3>
55
53
<div>Define whether the material color is affected by global fog settings.</div>
0 commit comments