|
@@ -14,32 +14,23 @@ var list = {
|
|
],
|
|
],
|
|
|
|
|
|
"Core": [
|
|
"Core": [
|
|
|
|
+ [ "BufferGeometry", "api/core/BufferGeometry" ],
|
|
[ "Clock", "api/core/Clock" ],
|
|
[ "Clock", "api/core/Clock" ],
|
|
- [ "Color", "api/core/Color" ],
|
|
|
|
[ "EventDispatcher", "api/core/EventDispatcher" ],
|
|
[ "EventDispatcher", "api/core/EventDispatcher" ],
|
|
[ "Face3", "api/core/Face3" ],
|
|
[ "Face3", "api/core/Face3" ],
|
|
[ "Face4", "api/core/Face4" ],
|
|
[ "Face4", "api/core/Face4" ],
|
|
- [ "Frustum", "api/core/Frustum" ],
|
|
|
|
[ "Geometry", "api/core/Geometry" ],
|
|
[ "Geometry", "api/core/Geometry" ],
|
|
- [ "Math", "api/core/Math" ],
|
|
|
|
- [ "Matrix3", "api/core/Matrix3" ],
|
|
|
|
- [ "Matrix4", "api/core/Matrix4" ],
|
|
|
|
[ "Object3D", "api/core/Object3D" ],
|
|
[ "Object3D", "api/core/Object3D" ],
|
|
[ "Projector", "api/core/Projector" ],
|
|
[ "Projector", "api/core/Projector" ],
|
|
- [ "Quaternion", "api/core/Quaternion" ],
|
|
|
|
[ "Raycaster", "api/core/Raycaster" ],
|
|
[ "Raycaster", "api/core/Raycaster" ],
|
|
- [ "Rectangle", "api/core/Rectangle" ],
|
|
|
|
- [ "Spline", "api/core/Spline" ],
|
|
|
|
- [ "UV", "api/core/UV" ],
|
|
|
|
- [ "Vector2", "api/core/Vector2" ],
|
|
|
|
- [ "Vector3", "api/core/Vector3" ],
|
|
|
|
- [ "Vector4", "api/core/Vector4" ]
|
|
|
|
],
|
|
],
|
|
|
|
|
|
"Lights": [
|
|
"Lights": [
|
|
[ "Light", "api/lights/Light" ],
|
|
[ "Light", "api/lights/Light" ],
|
|
[ "AmbientLight", "api/lights/AmbientLight" ],
|
|
[ "AmbientLight", "api/lights/AmbientLight" ],
|
|
|
|
+ [ "AreaLight", "api/lights/AreaLight" ],
|
|
[ "DirectionalLight", "api/lights/DirectionalLight" ],
|
|
[ "DirectionalLight", "api/lights/DirectionalLight" ],
|
|
|
|
+ [ "HemisphereLight", "api/lights/HemisphereLight" ],
|
|
[ "PointLight", "api/lights/PointLight" ],
|
|
[ "PointLight", "api/lights/PointLight" ],
|
|
[ "SpotLight", "api/lights/SpotLight" ]
|
|
[ "SpotLight", "api/lights/SpotLight" ]
|
|
],
|
|
],
|
|
@@ -59,6 +50,7 @@ var list = {
|
|
"Materials": [
|
|
"Materials": [
|
|
[ "Material", "api/materials/Material" ],
|
|
[ "Material", "api/materials/Material" ],
|
|
[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
|
|
[ "LineBasicMaterial", "api/materials/LineBasicMaterial" ],
|
|
|
|
+ [ "LineDashedMaterial", "api/materials/LineDashedMaterial" ],
|
|
[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
|
|
[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
|
|
[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
|
|
[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
|
|
[ "MeshFaceMaterial", "api/materials/MeshFaceMaterial" ],
|
|
[ "MeshFaceMaterial", "api/materials/MeshFaceMaterial" ],
|
|
@@ -68,8 +60,28 @@ var list = {
|
|
[ "ParticleBasicMaterial", "api/materials/ParticleBasicMaterial" ],
|
|
[ "ParticleBasicMaterial", "api/materials/ParticleBasicMaterial" ],
|
|
[ "ParticleCanvasMaterial", "api/materials/ParticleCanvasMaterial" ],
|
|
[ "ParticleCanvasMaterial", "api/materials/ParticleCanvasMaterial" ],
|
|
[ "ParticleDOMMaterial", "api/materials/ParticleDOMMaterial" ],
|
|
[ "ParticleDOMMaterial", "api/materials/ParticleDOMMaterial" ],
|
|
- [ "ShaderMaterial", "api/materials/ShaderMaterial" ]
|
|
|
|
-
|
|
|
|
|
|
+ [ "ShaderMaterial", "api/materials/ShaderMaterial" ],
|
|
|
|
+ [ "SpriteMaterial", "api/materials/SpriteMaterial" ]
|
|
|
|
+
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Math": [
|
|
|
|
+ [ "Box2", "api/math/Box2" ],
|
|
|
|
+ [ "Box3", "api/math/Box3" ],
|
|
|
|
+ [ "Color", "api/math/Color" ],
|
|
|
|
+ [ "Frustum", "api/math/Frustum" ],
|
|
|
|
+ [ "Math", "api/math/Math" ],
|
|
|
|
+ [ "Matrix3", "api/math/Matrix3" ],
|
|
|
|
+ [ "Matrix4", "api/math/Matrix4" ],
|
|
|
|
+ [ "Plane", "api/math/Plane" ],
|
|
|
|
+ [ "Quaternion", "api/math/Quaternion" ],
|
|
|
|
+ [ "Ray", "api/math/Ray" ],
|
|
|
|
+ [ "Sphere", "api/math/Sphere" ],
|
|
|
|
+ [ "Spline", "api/math/Spline" ],
|
|
|
|
+ [ "Triangle", "api/math/Triangle" ],
|
|
|
|
+ [ "Vector2", "api/math/Vector2" ],
|
|
|
|
+ [ "Vector3", "api/math/Vector3" ],
|
|
|
|
+ [ "Vector4", "api/math/Vector4" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Objects": [
|
|
"Objects": [
|
|
@@ -88,8 +100,6 @@ var list = {
|
|
|
|
|
|
"Renderers": [
|
|
"Renderers": [
|
|
[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
|
|
[ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
|
|
- [ "DOMRenderer", "api/renderers/DOMRenderer" ],
|
|
|
|
- [ "SVGRenderer", "api/renderers/SVGRenderer" ],
|
|
|
|
[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
|
|
[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
|
|
[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
|
|
[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
|
|
[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ],
|
|
[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ],
|
|
@@ -112,12 +122,14 @@ var list = {
|
|
],
|
|
],
|
|
|
|
|
|
"Textures": [
|
|
"Textures": [
|
|
|
|
+ [ "CompressedTexture", "api/textures/CompressedTexture" ],
|
|
[ "DataTexture", "api/textures/DataTexture" ],
|
|
[ "DataTexture", "api/textures/DataTexture" ],
|
|
[ "Texture", "api/textures/Texture" ]
|
|
[ "Texture", "api/textures/Texture" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Extras": [
|
|
"Extras": [
|
|
[ "ColorUtils", "api/extras/ColorUtils" ],
|
|
[ "ColorUtils", "api/extras/ColorUtils" ],
|
|
|
|
+ [ "FontUtils", "api/extras/FontUtils" ],
|
|
[ "GeometryUtils", "api/extras/GeometryUtils" ],
|
|
[ "GeometryUtils", "api/extras/GeometryUtils" ],
|
|
[ "ImageUtils", "api/extras/ImageUtils" ],
|
|
[ "ImageUtils", "api/extras/ImageUtils" ],
|
|
[ "SceneUtils", "api/extras/SceneUtils" ],
|
|
[ "SceneUtils", "api/extras/SceneUtils" ],
|
|
@@ -137,7 +149,6 @@ var list = {
|
|
],
|
|
],
|
|
|
|
|
|
"Extras / Core": [
|
|
"Extras / Core": [
|
|
- [ "BufferGeometry", "api/extras/core/BufferGeometry" ],
|
|
|
|
[ "Curve", "api/extras/core/Curve" ],
|
|
[ "Curve", "api/extras/core/Curve" ],
|
|
[ "CurvePath", "api/extras/core/CurvePath" ],
|
|
[ "CurvePath", "api/extras/core/CurvePath" ],
|
|
[ "Gyroscope", "api/extras/core/Gyroscope" ],
|
|
[ "Gyroscope", "api/extras/core/Gyroscope" ],
|
|
@@ -146,42 +157,45 @@ var list = {
|
|
],
|
|
],
|
|
|
|
|
|
"Extras / Geometries": [
|
|
"Extras / Geometries": [
|
|
|
|
+ [ "AsteriskGeometry", "api/extras/geometries/AsteriskGeometry" ],
|
|
|
|
+ [ "CircleGeometry", "api/extras/geometries/CircleGeometry" ],
|
|
|
|
+ [ "ConvexGeometry", "api/extras/geometries/ConvexGeometry" ],
|
|
[ "CubeGeometry", "api/extras/geometries/CubeGeometry" ],
|
|
[ "CubeGeometry", "api/extras/geometries/CubeGeometry" ],
|
|
[ "CylinderGeometry", "api/extras/geometries/CylinderGeometry" ],
|
|
[ "CylinderGeometry", "api/extras/geometries/CylinderGeometry" ],
|
|
[ "ExtrudeGeometry", "api/extras/geometries/ExtrudeGeometry" ],
|
|
[ "ExtrudeGeometry", "api/extras/geometries/ExtrudeGeometry" ],
|
|
[ "IcosahedronGeometry", "api/extras/geometries/IcosahedronGeometry" ],
|
|
[ "IcosahedronGeometry", "api/extras/geometries/IcosahedronGeometry" ],
|
|
[ "LatheGeometry", "api/extras/geometries/LatheGeometry" ],
|
|
[ "LatheGeometry", "api/extras/geometries/LatheGeometry" ],
|
|
[ "OctahedronGeometry", "api/extras/geometries/OctahedronGeometry" ],
|
|
[ "OctahedronGeometry", "api/extras/geometries/OctahedronGeometry" ],
|
|
|
|
+ [ "ParametricGeometry", "api/extras/geometries/ParametricGeometry" ],
|
|
[ "PlaneGeometry", "api/extras/geometries/PlaneGeometry" ],
|
|
[ "PlaneGeometry", "api/extras/geometries/PlaneGeometry" ],
|
|
[ "PolyhedronGeometry", "api/extras/geometries/PolyhedronGeometry" ],
|
|
[ "PolyhedronGeometry", "api/extras/geometries/PolyhedronGeometry" ],
|
|
|
|
+ [ "ShapeGeometry", "api/extras/geometries/ShapeGeometry" ],
|
|
[ "SphereGeometry", "api/extras/geometries/SphereGeometry" ],
|
|
[ "SphereGeometry", "api/extras/geometries/SphereGeometry" ],
|
|
[ "TetrahedronGeometry", "api/extras/geometries/TetrahedronGeometry" ],
|
|
[ "TetrahedronGeometry", "api/extras/geometries/TetrahedronGeometry" ],
|
|
[ "TextGeometry", "api/extras/geometries/TextGeometry" ],
|
|
[ "TextGeometry", "api/extras/geometries/TextGeometry" ],
|
|
[ "TorusGeometry", "api/extras/geometries/TorusGeometry" ],
|
|
[ "TorusGeometry", "api/extras/geometries/TorusGeometry" ],
|
|
- [ "TorusKnotGeometry", "api/extras/geometries/TorusKnotGeometry" ]
|
|
|
|
|
|
+ [ "TorusKnotGeometry", "api/extras/geometries/TorusKnotGeometry" ],
|
|
|
|
+ [ "TubeGeometry", "api/extras/geometries/TubeGeometry" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Extras / Helpers": [
|
|
"Extras / Helpers": [
|
|
|
|
+ [ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
|
|
[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
|
|
[ "AxisHelper", "api/extras/helpers/AxisHelper" ],
|
|
- [ "CameraHelper", "api/extras/helpers/CameraHelper" ]
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
- "Extras / Modifiers": [
|
|
|
|
- [ "SubdivisionModifier", "api/extras/modifiers/SubdivisionModifier" ]
|
|
|
|
|
|
+ [ "CameraHelper", "api/extras/helpers/CameraHelper" ],
|
|
|
|
+ [ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
|
|
|
|
+ [ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
|
|
|
|
+ [ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
|
|
|
|
+ [ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Extras / Objects": [
|
|
"Extras / Objects": [
|
|
- [ "LensFlare", "api/extras/objects/LensFlare" ]
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
- "Extras / Renderers / Effects": [
|
|
|
|
- [ "AnaglyphEffect", "api/extras/renderers/effects/AnaglyphEffect" ],
|
|
|
|
- [ "CrosseyedEffect", "api/extras/renderers/effects/CrosseyedEffect" ],
|
|
|
|
- [ "ParallaxBarrierEffect", "api/extras/renderers/effects/ParallaxBarrierEffect" ],
|
|
|
|
- [ "StereoEffect", "api/extras/renderers/effects/StereoEffect" ]
|
|
|
|
|
|
+ [ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
|
|
|
|
+ [ "LensFlare", "api/extras/objects/LensFlare" ],
|
|
|
|
+ [ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Extras / Renderers / Plugins": [
|
|
"Extras / Renderers / Plugins": [
|
|
|
|
+ [ "DepthPassPlugin", "api/extras/renderers/plugins/DepthPassPlugin" ],
|
|
[ "LensFlarePlugin", "api/extras/renderers/plugins/LensFlarePlugin" ],
|
|
[ "LensFlarePlugin", "api/extras/renderers/plugins/LensFlarePlugin" ],
|
|
[ "ShadowMapPlugin", "api/extras/renderers/plugins/ShadowMapPlugin" ],
|
|
[ "ShadowMapPlugin", "api/extras/renderers/plugins/ShadowMapPlugin" ],
|
|
[ "SpritePlugin", "api/extras/renderers/plugins/SpritePlugin" ]
|
|
[ "SpritePlugin", "api/extras/renderers/plugins/SpritePlugin" ]
|