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
Define whether this material is visible. Default is *true*.
103
+
Defines whether this material is visible. Default is *true*.
104
104
</div>
105
105
106
-
<h3>.[page:Boolean doubleSided]</h3>
107
-
<div>
108
-
Defines whether this both sides of faces will be visible. Default is *false*.
109
-
</div>
110
-
106
+
<h3>.[page:Enum side]</h3>
111
107
<div>
112
-
The normals in each face will be used in order to determine which side is visible; positive normals are the front face and thus visible, whereas negative normals correspond to the back faces and are normally not rendered, which can cause a 'disappearing' effect if an object is rotated and its backfaces are looking at the camera.
108
+
Defines which of the face sides will be rendered - front, back or both.
113
109
</div>
114
-
115
-
<h3>.[page:Boolean flipSided]</h3>
116
110
<div>
117
-
Defines if the object's faces are flipsided. If enabled, faces with negative normals will be visible (which is the opposite of the default behaviour). Default is *false*.
111
+
Default is *THREE.FrontSide*. Other options are *THREE.BackSide* and *THREE.DoubleSide*.
0 commit comments