浏览代码

Link constants to the docs pages that list possible values

Brent Van Minnen 11 年之前
父节点
当前提交
1bb27c220b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      docs/api/materials/Material.html

+ 4 - 4
docs/api/materials/Material.html

@@ -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>