|
@@ -60,17 +60,17 @@
|
|
|
|
|
|
<h3>.[page:Integer blendSrc]</h3>
|
|
|
<div>
|
|
|
- Blending source. It's one of the blending mode constants defined in [page:Three Three.js]. Default is *SrcAlphaFactor*.
|
|
|
+ Blending source. It's one of the blending mode constants defined in [page:Three Three.js]. Default is [page:CustomBlendingEquation SrcAlphaFactor]
|
|
|
</div>
|
|
|
|
|
|
<h3>.[page:Integer blendDst]</h3>
|
|
|
<div>
|
|
|
- Blending destination. It's one of the blending mode constants defined in [page:Three Three.js]. Default is *OneMinusSrcAlphaFactor*.
|
|
|
+ Blending destination. It's one of the blending mode constants defined in [page:Three Three.js]. Default is [page:CustomBlendingEquation OneMinusSrcAlphaFactor].
|
|
|
</div>
|
|
|
|
|
|
<h3>.[page:Integer blendEquation]</h3>
|
|
|
<div>
|
|
|
- Blending equation to use when applying blending. It's one of the constants defined in [page:Three Three.js]. Default is *AddEquation*.
|
|
|
+ Blending equation to use when applying blending. It's one of the constants defined in [page:Three Three.js]. Default is [page:CustomBlendingEquation AddEquation.]
|
|
|
</div>
|
|
|
|
|
|
<h3>.[page:Boolean depthTest]</h3>
|
|
@@ -121,7 +121,7 @@
|
|
|
Defines which of the face sides will be rendered - front, back or both.
|
|
|
</div>
|
|
|
<div>
|
|
|
- Default is *THREE.FrontSide*. Other options are *THREE.BackSide* and *THREE.DoubleSide*.
|
|
|
+ Default is [page:Materials THREE.FrontSide]. Other options are [page:Materials THREE.BackSide] and [page:Materials THREE.DoubleSide].
|
|
|
</div>
|
|
|
|
|
|
<h3>.[page:Boolean needsUpdate]</h3>
|