提交 34b20374 编写于 作者: A aardgoose 提交者: Mr.doob

Doc fixes misc (#9876)

* links to source to constants.js for constants

* correct tagging of property names
上级 f9e7a1f7
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
......@@ -40,6 +40,6 @@
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
......@@ -26,6 +26,6 @@
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
</body>
</html>
......@@ -53,6 +53,6 @@
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
......@@ -19,6 +19,6 @@
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" />
<base href="../../" />
<script src="list.js"></script>
<script src="page.js"></script>
......@@ -91,6 +91,6 @@
<h2>Source</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
[link:https://github.com/mrdoob/three.js/blob/master/src/constants.js src/constants.js]
</body>
</html>
......@@ -100,7 +100,7 @@
This value shouldn't be negative and should be larger than the near property.
</div>
<h3>.[page:float linePrecision]</h3>
<h3>[property:float linePrecision]</h3>
<div>
The precision factor of the raycaster when intersecting [page:Line] objects.
</div>
......
......@@ -54,13 +54,13 @@
</div>
<div>Default is *false*.</div>
<h3>.[page:Blending blending]</h3>
<h3>[property:Blending blending]</h3>
<div>
Which blending to use when displaying objects with this material. Default is [page:Materials NormalBlending]. See the blending mode [page:Materials constants] for all possible values.
</div>
<h3>.[page:Integer blendSrc]</h3>
<h3>[property:Integer blendSrc]</h3>
<div>
Blending source. It's one of the blending mode constants defined in Three.js. Default is [page:CustomBlendingEquation SrcAlphaFactor]. See the destination factors [page:CustomBlendingEquation constants] for all possible values.
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册