diff --git a/docs/api/constants/CustomBlendingEquations.html b/docs/api/constants/CustomBlendingEquations.html index 20e55e592064803c85e20cffe4e94f20c003730a..b27f99eb9a57087f647154e61a94033542ba7a20 100644 --- a/docs/api/constants/CustomBlendingEquations.html +++ b/docs/api/constants/CustomBlendingEquations.html @@ -9,31 +9,31 @@

Custom Blending Equation Constants

-

Equations

-
- THREE.AddEquation
- THREE.SubtractEquation
- THREE.ReverseSubtractEquation -
+

Equations

+
+ THREE.AddEquation
+ THREE.SubtractEquation
+ THREE.ReverseSubtractEquation +
-

Destination Factors

-
- THREE.ZeroFactor
- THREE.OneFactor
- THREE.SrcColorFactor
- THREE.OneMinusSrcColorFactor
- THREE.SrcAlphaFactor
- THREE.OneMinusSrcAlphaFactor
- THREE.DstAlphaFactor
- THREE.OneMinusDstAlphaFactor -
+

Destination Factors

+
+ THREE.ZeroFactor
+ THREE.OneFactor
+ THREE.SrcColorFactor
+ THREE.OneMinusSrcColorFactor
+ THREE.SrcAlphaFactor
+ THREE.OneMinusSrcAlphaFactor
+ THREE.DstAlphaFactor
+ THREE.OneMinusDstAlphaFactor +
-

Source Factors

-
- THREE.DstColorFactor
- THREE.OneMinusDstColorFactor
- THREE.SrcAlphaSaturateFactor -
+

Source Factors

+
+ THREE.DstColorFactor
+ THREE.OneMinusDstColorFactor
+ THREE.SrcAlphaSaturateFactor +

Source

diff --git a/docs/api/constants/GLState.html b/docs/api/constants/GLState.html index 72b1e55570bdb770159190d30bbd3f89f75dec50..f75843f14fbd589fd2c7b0ef7534e0e28c3b6879 100644 --- a/docs/api/constants/GLState.html +++ b/docs/api/constants/GLState.html @@ -9,20 +9,20 @@

GL State Conflicts

-

Cull Face

+

Cull Face

- THREE.CullFaceNone
- THREE.CullFaceBack
- THREE.CullFaceFront
- THREE.CullFaceFrontBack + THREE.CullFaceNone
+ THREE.CullFaceBack
+ THREE.CullFaceFront
+ THREE.CullFaceFrontBack
-

Front Face Direction

+

Front Face Direction

- THREE.FrontFaceDirectionCW
- THREE.FrontFaceDirectionCCW
+ THREE.FrontFaceDirectionCW
+ THREE.FrontFaceDirectionCCW
- +

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js] diff --git a/docs/api/constants/Materials.html b/docs/api/constants/Materials.html index 5ed518450ccc410554795b4e7e2eb24534f67e86..0241f06c9ef1432797aeae67620e786e2d7d28ea 100644 --- a/docs/api/constants/Materials.html +++ b/docs/api/constants/Materials.html @@ -9,39 +9,37 @@

Material Constants

-

Side

+

Side

- THREE.FrontSide
- THREE.BackSide
- THREE.DoubleSide + THREE.FrontSide
+ THREE.BackSide
+ THREE.DoubleSide
-

Shading

+

Shading

- THREE.NoShading
- THREE.FlatShading
- THREE.SmoothShading + THREE.NoShading
+ THREE.FlatShading
+ THREE.SmoothShading
-

Colors

+

Colors

- THREE.NoColors
- THREE.FaceColors
- THREE.VertexColors + THREE.NoColors
+ THREE.FaceColors
+ THREE.VertexColors
-

Blending Mode

+

Blending Mode

- THREE.NoBlending
- THREE.NormalBlending
- THREE.AdditiveBlending
- THREE.SubtractiveBlending
- THREE.MultiplyBlending
- THREE.CustomBlending + THREE.NoBlending
+ THREE.NormalBlending
+ THREE.AdditiveBlending
+ THREE.SubtractiveBlending
+ THREE.MultiplyBlending
+ THREE.CustomBlending
- - - +

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js] diff --git a/docs/api/constants/ShadowingTypes.html b/docs/api/constants/ShadowingTypes.html index a2ad7f36d1ea6155754958ea9fffe29a5e0cd4fa..8d0b4e76099693f3975bed28a061edbf5b21f900 100644 --- a/docs/api/constants/ShadowingTypes.html +++ b/docs/api/constants/ShadowingTypes.html @@ -9,14 +9,13 @@

Shadowing Type Contants

-

Shadow Map

+

Shadow Map

- THREE.BasicShadowMap
- THREE.PCFShadowMap
- THREE.PCFSoftShadowMap + THREE.BasicShadowMap
+ THREE.PCFShadowMap
+ THREE.PCFSoftShadowMap
- - +

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js] diff --git a/docs/api/constants/Textures.html b/docs/api/constants/Textures.html index f40dae121ce79e88b3e50561f89071c4e35c496a..d6a8c5634793ed70c9b553ed0af840fcbdb17a53 100644 --- a/docs/api/constants/Textures.html +++ b/docs/api/constants/Textures.html @@ -9,74 +9,73 @@

Texture Constants

-

Texture Constants

-

Operations

-
- THREE.MultiplyOperation
- THREE.MixOperation
- THREE.AddOperation -
+

Operations

+
+ THREE.MultiplyOperation
+ THREE.MixOperation
+ THREE.AddOperation +
-

Mapping Modes

-
- THREE.UVMapping
- THREE.CubeReflectionMapping
- THREE.CubeRefractionMapping
- THREE.SphericalReflectionMapping
- THREE.SphericalRefractionMapping -
+

Mapping Modes

+
+ THREE.UVMapping
+ THREE.CubeReflectionMapping
+ THREE.CubeRefractionMapping
+ THREE.SphericalReflectionMapping
+ THREE.SphericalRefractionMapping +
-

Wrapping Modes

-
- THREE.RepeatWrapping
- THREE.ClampToEdgeWrapping
- THREE.MirroredRepeatWrapping -
+

Wrapping Modes

+
+ THREE.RepeatWrapping
+ THREE.ClampToEdgeWrapping
+ THREE.MirroredRepeatWrapping +
-

Filters

-
- THREE.NearestFilter
- THREE.NearestMipMapNearestFilter
- THREE.NearestMipMapLinearFilter
- THREE.LinearFilter
- THREE.LinearMipMapNearestFilter
- THREE.LinearMipMapLinearFilter -
+

Filters

+
+ THREE.NearestFilter
+ THREE.NearestMipMapNearestFilter
+ THREE.NearestMipMapLinearFilter
+ THREE.LinearFilter
+ THREE.LinearMipMapNearestFilter
+ THREE.LinearMipMapLinearFilter +
-

Data Types

-
- THREE.UnsignedByteType
- THREE.ByteType
- THREE.ShortType
- THREE.UnsignedShortType
- THREE.IntType
- THREE.UnsignedIntType
- THREE.FloatType -
+

Data Types

+
+ THREE.UnsignedByteType
+ THREE.ByteType
+ THREE.ShortType
+ THREE.UnsignedShortType
+ THREE.IntType
+ THREE.UnsignedIntType
+ THREE.FloatType +
-

Pixel Types

-
- THREE.UnsignedShort4444Type
- THREE.UnsignedShort5551Type
- THREE.UnsignedShort565Type -
+

Pixel Types

+
+ THREE.UnsignedShort4444Type
+ THREE.UnsignedShort5551Type
+ THREE.UnsignedShort565Type +
-

Pixel Formats

-
- THREE.AlphaFormat
- THREE.RGBFormat
- THREE.RGBAFormat
- THREE.LuminanceFormat
- THREE.LuminanceAlphaFormat -
+

Pixel Formats

+
+ THREE.AlphaFormat
+ THREE.RGBFormat
+ THREE.RGBAFormat
+ THREE.LuminanceFormat
+ THREE.LuminanceAlphaFormat +
-

Compressed Texture Formats

-
- THREE.RGB_S3TC_DXT1_Format
- THREE.RGBA_S3TC_DXT1_Format
- THREE.RGBA_S3TC_DXT3_Format
- THREE.RGBA_S3TC_DXT5_Format -
+

Compressed Texture Formats

+
+ THREE.RGB_S3TC_DXT1_Format
+ THREE.RGBA_S3TC_DXT1_Format
+ THREE.RGBA_S3TC_DXT3_Format
+ THREE.RGBA_S3TC_DXT5_Format +

Source