diff --git a/docs/api/constants/CustomBlendingEquations.html b/docs/api/constants/CustomBlendingEquations.html index 7efdf73263779efd988b09ec13c18c44a88cec9b..17370a5f2756c269a882c0d2ac0005e6ca9f81b4 100644 --- a/docs/api/constants/CustomBlendingEquations.html +++ b/docs/api/constants/CustomBlendingEquations.html @@ -1,7 +1,7 @@ - + @@ -40,6 +40,6 @@

Source

- [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] diff --git a/docs/api/constants/GLState.html b/docs/api/constants/GLState.html index 995ef2dd383b5eefbdef753896cd5048a9abc468..85673e150fa01d45db2db784ce551d62a8c57e87 100644 --- a/docs/api/constants/GLState.html +++ b/docs/api/constants/GLState.html @@ -1,7 +1,7 @@ - + @@ -26,6 +26,6 @@

Source

- [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] diff --git a/docs/api/constants/Materials.html b/docs/api/constants/Materials.html index fba26c758f2fbc86e1848c57419c2c64b0687e30..49a7f1486c3243186060a4b22deb6e22511f9c96 100644 --- a/docs/api/constants/Materials.html +++ b/docs/api/constants/Materials.html @@ -53,6 +53,6 @@

Source

- [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] diff --git a/docs/api/constants/ShadowingTypes.html b/docs/api/constants/ShadowingTypes.html index 7bbfcf2391ac59df3693940f7571e02d8e5c47b6..b69d0bf5656e85e4047437f7bcb2bfecd276f68f 100644 --- a/docs/api/constants/ShadowingTypes.html +++ b/docs/api/constants/ShadowingTypes.html @@ -1,7 +1,7 @@ - + @@ -19,6 +19,6 @@

Source

- [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] diff --git a/docs/api/constants/Textures.html b/docs/api/constants/Textures.html index 3c6564e50995078d5b19be1d8ae29c1cf9a3f436..487fca5106e876af1ff72f2914f306c918118f6c 100644 --- a/docs/api/constants/Textures.html +++ b/docs/api/constants/Textures.html @@ -1,7 +1,7 @@ - + @@ -91,6 +91,6 @@

Source

- [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] diff --git a/docs/api/core/Raycaster.html b/docs/api/core/Raycaster.html index 6ac12b32b23914557638a2b0df9458c721d3a3bc..798dea4f5823d5fd6e090b9401eb7edaca1fd3ff 100644 --- a/docs/api/core/Raycaster.html +++ b/docs/api/core/Raycaster.html @@ -100,7 +100,7 @@ This value shouldn't be negative and should be larger than the near property. -

.[page:float linePrecision]

+

[property:float linePrecision]

The precision factor of the raycaster when intersecting [page:Line] objects.
diff --git a/docs/api/materials/Material.html b/docs/api/materials/Material.html index 36287f7802621abe7a98cb9619ba4d4bc38a144e..fca3fc3f868cb026a46e932ab7f167c1350f7f11 100644 --- a/docs/api/materials/Material.html +++ b/docs/api/materials/Material.html @@ -54,13 +54,13 @@
Default is *false*.
-

.[page:Blending blending]

+

[property:Blending blending]

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

.[page:Integer blendSrc]

+

[property:Integer blendSrc]

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.