|
@@ -8,13 +8,33 @@ var list = {
|
|
},
|
|
},
|
|
|
|
|
|
"Reference": {
|
|
"Reference": {
|
|
- "Constants": [
|
|
|
|
- [ "Animation", "api/constants/Animation" ],
|
|
|
|
- [ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
|
|
|
|
- [ "DrawModes", "api/constants/DrawModes" ],
|
|
|
|
- [ "Materials", "api/constants/Materials" ],
|
|
|
|
- [ "Textures", "api/constants/Textures" ],
|
|
|
|
- [ "Renderer", "api/constants/Renderer" ]
|
|
|
|
|
|
+
|
|
|
|
+ "Animation": [
|
|
|
|
+ [ "AnimationAction", "api/animation/AnimationAction" ],
|
|
|
|
+ [ "AnimationClip", "api/animation/AnimationClip" ],
|
|
|
|
+ [ "AnimationMixer", "api/animation/AnimationMixer" ],
|
|
|
|
+ [ "AnimationObjectGroup", "api/animation/AnimationObjectGroup" ],
|
|
|
|
+ [ "AnimationUtils", "api/animation/AnimationUtils" ],
|
|
|
|
+ [ "KeyframeTrack", "api/animation/KeyframeTrack" ],
|
|
|
|
+ [ "PropertyBinding", "api/animation/PropertyBinding" ],
|
|
|
|
+ [ "PropertyMixer", "api/animation/PropertyMixer" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Animation / Tracks": [
|
|
|
|
+ [ "BooleanKeyframeTrack", "api/animation/tracks/BooleanKeyframeTrack" ],
|
|
|
|
+ [ "ColorKeyframeTrack", "api/animation/tracks/ColorKeyframeTrack" ],
|
|
|
|
+ [ "NumberKeyframeTrack", "api/animation/tracks/NumberKeyframeTrack" ],
|
|
|
|
+ [ "QuaternionKeyframeTrack", "api/animation/tracks/QuaternionKeyframeTrack" ],
|
|
|
|
+ [ "StringKeyframeTrack", "api/animation/tracks/StringKeyframeTrack" ],
|
|
|
|
+ [ "VectorKeyframeTrack", "api/animation/tracks/VectorKeyframeTrack" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Audio": [
|
|
|
|
+ [ "Audio", "api/audio/Audio" ],
|
|
|
|
+ [ "AudioAnalyser", "api/audio/AudioAnalyser" ],
|
|
|
|
+ [ "AudioContext", "api/audio/AudioContext" ],
|
|
|
|
+ [ "AudioListener", "api/audio/AudioListener" ],
|
|
|
|
+ [ "PositionalAudio", "api/audio/PositionalAudio" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Cameras": [
|
|
"Cameras": [
|
|
@@ -25,10 +45,21 @@ var list = {
|
|
[ "StereoCamera", "api/cameras/StereoCamera" ]
|
|
[ "StereoCamera", "api/cameras/StereoCamera" ]
|
|
],
|
|
],
|
|
|
|
|
|
|
|
+ "Constants": [
|
|
|
|
+ [ "Animation", "api/constants/Animation" ],
|
|
|
|
+ [ "Core", "api/constants/Core" ],
|
|
|
|
+ [ "CustomBlendingEquation", "api/constants/CustomBlendingEquations" ],
|
|
|
|
+ [ "DrawModes", "api/constants/DrawModes" ],
|
|
|
|
+ [ "Materials", "api/constants/Materials" ],
|
|
|
|
+ [ "Renderer", "api/constants/Renderer" ],
|
|
|
|
+ [ "Textures", "api/constants/Textures" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
"Core": [
|
|
"Core": [
|
|
[ "BufferAttribute", "api/core/BufferAttribute" ],
|
|
[ "BufferAttribute", "api/core/BufferAttribute" ],
|
|
[ "BufferGeometry", "api/core/BufferGeometry" ],
|
|
[ "BufferGeometry", "api/core/BufferGeometry" ],
|
|
[ "Clock", "api/core/Clock" ],
|
|
[ "Clock", "api/core/Clock" ],
|
|
|
|
+ [ "DirectGeometry", "api/core/DirectGeometry" ],
|
|
[ "EventDispatcher", "api/core/EventDispatcher" ],
|
|
[ "EventDispatcher", "api/core/EventDispatcher" ],
|
|
[ "Face3", "api/core/Face3" ],
|
|
[ "Face3", "api/core/Face3" ],
|
|
[ "Geometry", "api/core/Geometry" ],
|
|
[ "Geometry", "api/core/Geometry" ],
|
|
@@ -38,6 +69,65 @@ var list = {
|
|
[ "Uniform", "api/core/Uniform"]
|
|
[ "Uniform", "api/core/Uniform"]
|
|
],
|
|
],
|
|
|
|
|
|
|
|
+ "Core / BufferAttributes": [
|
|
|
|
+ [ "BufferAttribute Types", "api/core/bufferAttributeTypes/BufferAttributeTypes" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Deprecated": [
|
|
|
|
+ [ "DeprecatedList", "api/deprecated/DeprecatedList" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Extras": [
|
|
|
|
+ [ "CurveUtils", "api/extras/CurveUtils" ],
|
|
|
|
+ [ "SceneUtils", "api/extras/SceneUtils" ],
|
|
|
|
+ [ "ShapeUtils", "api/extras/ShapeUtils" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Extras / Core": [
|
|
|
|
+ [ "Curve", "api/extras/core/Curve" ],
|
|
|
|
+ [ "CurvePath", "api/extras/core/CurvePath" ],
|
|
|
|
+ [ "Font", "api/extras/core/Font" ],
|
|
|
|
+ [ "Path", "api/extras/core/Path" ],
|
|
|
|
+ [ "Shape", "api/extras/core/Shape" ],
|
|
|
|
+ [ "ShapePath", "api/extras/core/ShapePath" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Extras / Curves": [
|
|
|
|
+ [ "ArcCurve", "api/extras/curves/ArcCurve" ],
|
|
|
|
+ [ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
|
|
|
|
+ [ "ClosedSplineCurve3", "api/extras/curves/ClosedSplineCurve3" ],
|
|
|
|
+ [ "CubicBezierCurve", "api/extras/curves/CubicBezierCurve" ],
|
|
|
|
+ [ "CubicBezierCurve3", "api/extras/curves/CubicBezierCurve3" ],
|
|
|
|
+ [ "EllipseCurve", "api/extras/curves/EllipseCurve" ],
|
|
|
|
+ [ "LineCurve", "api/extras/curves/LineCurve" ],
|
|
|
|
+ [ "LineCurve3", "api/extras/curves/LineCurve3" ],
|
|
|
|
+ [ "QuadraticBezierCurve", "api/extras/curves/QuadraticBezierCurve" ],
|
|
|
|
+ [ "QuadraticBezierCurve3", "api/extras/curves/QuadraticBezierCurve3" ],
|
|
|
|
+ [ "SplineCurve", "api/extras/curves/SplineCurve" ],
|
|
|
|
+ [ "SplineCurve3", "api/extras/curves/SplineCurve3" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Extras / Helpers": [
|
|
|
|
+ [ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
|
|
|
|
+ [ "AxisHelper", "api/extras/helpers/AxisHelper" ],
|
|
|
|
+ [ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
|
|
|
|
+ [ "BoxHelper", "api/extras/helpers/BoxHelper" ],
|
|
|
|
+ [ "CameraHelper", "api/extras/helpers/CameraHelper" ],
|
|
|
|
+ [ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
|
|
|
|
+ [ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
|
|
|
|
+ [ "GridHelper", "api/extras/helpers/GridHelper" ],
|
|
|
|
+ [ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
|
|
|
|
+ [ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
|
|
|
|
+ [ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
|
|
|
|
+ [ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
|
|
|
|
+ [ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Extras / Objects": [
|
|
|
|
+ [ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
|
|
|
|
+ [ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
"Geometries": [
|
|
"Geometries": [
|
|
[ "BoxBufferGeometry", "api/geometries/BoxBufferGeometry" ],
|
|
[ "BoxBufferGeometry", "api/geometries/BoxBufferGeometry" ],
|
|
[ "BoxGeometry", "api/geometries/BoxGeometry" ],
|
|
[ "BoxGeometry", "api/geometries/BoxGeometry" ],
|
|
@@ -84,36 +174,40 @@ var list = {
|
|
"Lights": [
|
|
"Lights": [
|
|
[ "AmbientLight", "api/lights/AmbientLight" ],
|
|
[ "AmbientLight", "api/lights/AmbientLight" ],
|
|
[ "DirectionalLight", "api/lights/DirectionalLight" ],
|
|
[ "DirectionalLight", "api/lights/DirectionalLight" ],
|
|
- [ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
|
|
|
|
[ "HemisphereLight", "api/lights/HemisphereLight" ],
|
|
[ "HemisphereLight", "api/lights/HemisphereLight" ],
|
|
[ "Light", "api/lights/Light" ],
|
|
[ "Light", "api/lights/Light" ],
|
|
- [ "LightShadow", "api/lights/LightShadow" ],
|
|
|
|
[ "PointLight", "api/lights/PointLight" ],
|
|
[ "PointLight", "api/lights/PointLight" ],
|
|
- [ "SpotLight", "api/lights/SpotLight" ],
|
|
|
|
- [ "SpotLightShadow", "api/lights/SpotLightShadow" ]
|
|
|
|
|
|
+ [ "SpotLight", "api/lights/SpotLight" ]
|
|
],
|
|
],
|
|
|
|
|
|
|
|
+ "Lights / Shadows": [
|
|
|
|
+ [ "DirectionalLightShadow", "api/lights/DirectionalLightShadow" ],
|
|
|
|
+ [ "LightShadow", "api/lights/LightShadow" ],
|
|
|
|
+ [ "SpotLightShadow", "api/lights/SpotLightShadow" ]
|
|
|
|
+ ],
|
|
|
|
|
|
"Loaders": [
|
|
"Loaders": [
|
|
|
|
+ [ "AnimationLoader", "api/loaders/AnimationLoader" ],
|
|
[ "AudioLoader", "api/loaders/AudioLoader" ],
|
|
[ "AudioLoader", "api/loaders/AudioLoader" ],
|
|
- [ "BabylonLoader", "api/loaders/BabylonLoader" ],
|
|
|
|
|
|
+ [ "BinaryTextureLoader", "api/loaders/BinaryTextureLoader" ],
|
|
[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
|
|
[ "BufferGeometryLoader", "api/loaders/BufferGeometryLoader" ],
|
|
[ "Cache", "api/loaders/Cache" ],
|
|
[ "Cache", "api/loaders/Cache" ],
|
|
- [ "ColladaLoader", "api/loaders/ColladaLoader" ],
|
|
|
|
|
|
+ [ "CompressedTextureLoader", "api/loaders/CompressedTextureLoader" ],
|
|
|
|
+ [ "CubeTextureLoader", "api/loaders/CubeTextureLoader" ],
|
|
|
|
+ [ "DataTextureLoader", "api/loaders/DataTextureLoader" ],
|
|
[ "FileLoader", "api/loaders/FileLoader" ],
|
|
[ "FileLoader", "api/loaders/FileLoader" ],
|
|
- [ "GLTFLoader", "api/loaders/GLTFLoader" ],
|
|
|
|
|
|
+ [ "FontLoader", "api/loaders/FontLoader" ],
|
|
[ "ImageLoader", "api/loaders/ImageLoader" ],
|
|
[ "ImageLoader", "api/loaders/ImageLoader" ],
|
|
[ "JSONLoader", "api/loaders/JSONLoader" ],
|
|
[ "JSONLoader", "api/loaders/JSONLoader" ],
|
|
[ "Loader", "api/loaders/Loader" ],
|
|
[ "Loader", "api/loaders/Loader" ],
|
|
- [ "LoadingManager", "api/loaders/LoadingManager" ],
|
|
|
|
[ "MaterialLoader", "api/loaders/MaterialLoader" ],
|
|
[ "MaterialLoader", "api/loaders/MaterialLoader" ],
|
|
- [ "MTLLoader", "api/loaders/MTLLoader" ],
|
|
|
|
- [ "OBJLoader", "api/loaders/OBJLoader" ],
|
|
|
|
[ "ObjectLoader", "api/loaders/ObjectLoader" ],
|
|
[ "ObjectLoader", "api/loaders/ObjectLoader" ],
|
|
- [ "PDBLoader", "api/loaders/PDBLoader" ],
|
|
|
|
- [ "SVGLoader", "api/loaders/SVGLoader" ],
|
|
|
|
[ "TextureLoader", "api/loaders/TextureLoader" ],
|
|
[ "TextureLoader", "api/loaders/TextureLoader" ],
|
|
- [ "TGALoader", "api/loaders/TGALoader" ]
|
|
|
|
|
|
+ ],
|
|
|
|
+
|
|
|
|
+ "Loaders / Managers": [
|
|
|
|
+ [ "DefaultLoadingManager", "api/loaders/DefaultLoadingManager" ],
|
|
|
|
+ [ "LoadingManager", "api/loaders/LoadingManager" ]
|
|
],
|
|
],
|
|
|
|
|
|
"Materials": [
|
|
"Materials": [
|
|
@@ -122,12 +216,12 @@ var list = {
|
|
[ "Material", "api/materials/Material" ],
|
|
[ "Material", "api/materials/Material" ],
|
|
[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
|
|
[ "MeshBasicMaterial", "api/materials/MeshBasicMaterial" ],
|
|
[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
|
|
[ "MeshDepthMaterial", "api/materials/MeshDepthMaterial" ],
|
|
- [ "MultiMaterial", "api/materials/MultiMaterial" ],
|
|
|
|
[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
|
|
[ "MeshLambertMaterial", "api/materials/MeshLambertMaterial" ],
|
|
[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
|
|
[ "MeshNormalMaterial", "api/materials/MeshNormalMaterial" ],
|
|
[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
|
|
[ "MeshPhongMaterial", "api/materials/MeshPhongMaterial" ],
|
|
[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
|
|
[ "MeshPhysicalMaterial", "api/materials/MeshPhysicalMaterial" ],
|
|
[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
|
|
[ "MeshStandardMaterial", "api/materials/MeshStandardMaterial" ],
|
|
|
|
+ [ "MultiMaterial", "api/materials/MultiMaterial" ],
|
|
[ "PointsMaterial", "api/materials/PointsMaterial" ],
|
|
[ "PointsMaterial", "api/materials/PointsMaterial" ],
|
|
[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
|
|
[ "RawShaderMaterial", "api/materials/RawShaderMaterial" ],
|
|
[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
|
|
[ "ShaderMaterial", "api/materials/ShaderMaterial" ],
|
|
@@ -165,7 +259,6 @@ var list = {
|
|
[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
|
|
[ "QuaternionLinearInterpolant", "api/math/interpolants/QuaternionLinearInterpolant" ]
|
|
],
|
|
],
|
|
|
|
|
|
-
|
|
|
|
"Objects": [
|
|
"Objects": [
|
|
[ "Bone", "api/objects/Bone" ],
|
|
[ "Bone", "api/objects/Bone" ],
|
|
[ "Group", "api/objects/Group" ],
|
|
[ "Group", "api/objects/Group" ],
|
|
@@ -180,8 +273,11 @@ var list = {
|
|
[ "Sprite", "api/objects/Sprite" ]
|
|
[ "Sprite", "api/objects/Sprite" ]
|
|
],
|
|
],
|
|
|
|
|
|
|
|
+ "Polyfills": [
|
|
|
|
+ [ "Polyfills", "api/polyfills" ]
|
|
|
|
+ ],
|
|
|
|
+
|
|
"Renderers": [
|
|
"Renderers": [
|
|
- [ "CanvasRenderer", "api/renderers/CanvasRenderer" ],
|
|
|
|
[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
|
|
[ "WebGLRenderer", "api/renderers/WebGLRenderer" ],
|
|
[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
|
|
[ "WebGLRenderTarget", "api/renderers/WebGLRenderTarget" ],
|
|
[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
|
|
[ "WebGLRenderTargetCube", "api/renderers/WebGLRenderTargetCube" ]
|
|
@@ -219,78 +315,41 @@ var list = {
|
|
[ "DepthTexture", "api/textures/DepthTexture" ],
|
|
[ "DepthTexture", "api/textures/DepthTexture" ],
|
|
[ "Texture", "api/textures/Texture" ],
|
|
[ "Texture", "api/textures/Texture" ],
|
|
[ "VideoTexture", "api/textures/VideoTexture" ]
|
|
[ "VideoTexture", "api/textures/VideoTexture" ]
|
|
- ],
|
|
|
|
-
|
|
|
|
- "Animation": [
|
|
|
|
- [ "AnimationAction", "api/animation/AnimationAction" ],
|
|
|
|
- [ "AnimationClip", "api/animation/AnimationClip" ],
|
|
|
|
- [ "AnimationMixer", "api/animation/AnimationMixer" ]
|
|
|
|
- ],
|
|
|
|
|
|
+ ]
|
|
|
|
|
|
- "Extras": [
|
|
|
|
- [ "CurveUtils", "api/extras/CurveUtils" ],
|
|
|
|
- [ "SceneUtils", "api/extras/SceneUtils" ],
|
|
|
|
- [ "ShapeUtils", "api/extras/ShapeUtils" ]
|
|
|
|
- ],
|
|
|
|
|
|
+ },
|
|
|
|
|
|
- "Extras / Collada Animation": [
|
|
|
|
- [ "Animation", "api/extras/collada-animation/Animation" ],
|
|
|
|
- [ "AnimationHandler", "api/extras/collada-animation/AnimationHandler" ],
|
|
|
|
- [ "KeyFrameAnimation", "api/extras/collada-animation/KeyFrameAnimation" ]
|
|
|
|
- ],
|
|
|
|
|
|
+ "Examples": {
|
|
|
|
|
|
- "Extras / Core": [
|
|
|
|
- [ "Curve", "api/extras/core/Curve" ],
|
|
|
|
- [ "CurvePath", "api/extras/core/CurvePath" ],
|
|
|
|
- [ "Font", "api/extras/core/Font" ],
|
|
|
|
- [ "Path", "api/extras/core/Path" ],
|
|
|
|
- [ "Shape", "api/extras/core/Shape" ]
|
|
|
|
|
|
+ "Collada Animation": [
|
|
|
|
+ [ "ColladaAnimation", "examples/collada/Animation" ],
|
|
|
|
+ [ "AnimationHandler", "examples/collada/AnimationHandler" ],
|
|
|
|
+ [ "KeyFrameAnimation", "examples/collada/KeyFrameAnimation" ]
|
|
],
|
|
],
|
|
|
|
|
|
- "Extras / Curves": [
|
|
|
|
- [ "ArcCurve", "api/extras/curves/ArcCurve" ],
|
|
|
|
- [ "CatmullRomCurve3", "api/extras/curves/CatmullRomCurve3" ],
|
|
|
|
- [ "ClosedSplineCurve3", "api/extras/curves/ClosedSplineCurve3" ],
|
|
|
|
- [ "CubicBezierCurve", "api/extras/curves/CubicBezierCurve" ],
|
|
|
|
- [ "CubicBezierCurve3", "api/extras/curves/CubicBezierCurve3" ],
|
|
|
|
- [ "EllipseCurve", "api/extras/curves/EllipseCurve" ],
|
|
|
|
- [ "LineCurve", "api/extras/curves/LineCurve" ],
|
|
|
|
- [ "LineCurve3", "api/extras/curves/LineCurve3" ],
|
|
|
|
- [ "QuadraticBezierCurve", "api/extras/curves/QuadraticBezierCurve" ],
|
|
|
|
- [ "QuadraticBezierCurve3", "api/extras/curves/QuadraticBezierCurve3" ],
|
|
|
|
- [ "SplineCurve", "api/extras/curves/SplineCurve" ],
|
|
|
|
- [ "SplineCurve3", "api/extras/curves/SplineCurve3" ]
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
- "Extras / Helpers": [
|
|
|
|
- [ "ArrowHelper", "api/extras/helpers/ArrowHelper" ],
|
|
|
|
- [ "AxisHelper", "api/extras/helpers/AxisHelper" ],
|
|
|
|
- [ "BoundingBoxHelper", "api/extras/helpers/BoundingBoxHelper" ],
|
|
|
|
- [ "BoxHelper", "api/extras/helpers/BoxHelper" ],
|
|
|
|
- [ "CameraHelper", "api/extras/helpers/CameraHelper" ],
|
|
|
|
- [ "DirectionalLightHelper", "api/extras/helpers/DirectionalLightHelper" ],
|
|
|
|
- [ "FaceNormalsHelper", "api/extras/helpers/FaceNormalsHelper" ],
|
|
|
|
- [ "GridHelper", "api/extras/helpers/GridHelper" ],
|
|
|
|
- [ "HemisphereLightHelper", "api/extras/helpers/HemisphereLightHelper" ],
|
|
|
|
- [ "PointLightHelper", "api/extras/helpers/PointLightHelper" ],
|
|
|
|
- [ "SkeletonHelper", "api/extras/helpers/SkeletonHelper" ],
|
|
|
|
- [ "SpotLightHelper", "api/extras/helpers/SpotLightHelper" ],
|
|
|
|
- [ "VertexNormalsHelper", "api/extras/helpers/VertexNormalsHelper" ]
|
|
|
|
|
|
+ "Loaders": [
|
|
|
|
+ [ "BabylonLoader", "examples/loaders/BabylonLoader" ],
|
|
|
|
+ [ "ColladaLoader", "examples/loaders/ColladaLoader" ],
|
|
|
|
+ [ "GLTFLoader", "examples/loaders/GLTFLoader" ],
|
|
|
|
+ [ "MTLLoader", "examples/loaders/MTLLoader" ],
|
|
|
|
+ [ "OBJLoader", "examples/loaders/OBJLoader" ],
|
|
|
|
+ [ "PCDLoader", "examples/loaders/PCDLoader" ],
|
|
|
|
+ [ "PDBLoader", "examples/loaders/PDBLoader" ],
|
|
|
|
+ [ "SVGLoader", "examples/loaders/SVGLoader" ],
|
|
|
|
+ [ "TGALoader", "examples/loaders/TGALoader" ]
|
|
],
|
|
],
|
|
|
|
|
|
- "Extras / Objects": [
|
|
|
|
- [ "ImmediateRenderObject", "api/extras/objects/ImmediateRenderObject" ],
|
|
|
|
- [ "MorphBlendMesh", "api/extras/objects/MorphBlendMesh" ]
|
|
|
|
|
|
+ "Plugins": [
|
|
|
|
+ [ "CombinedCamera", "examples/cameras/CombinedCamera" ],
|
|
|
|
+ [ "LookupTable", "examples/Lut" ],
|
|
|
|
+ [ "SpriteCanvasMaterial", "examples/SpriteCanvasMaterial" ]
|
|
],
|
|
],
|
|
|
|
|
|
- "Examples" : [
|
|
|
|
- [ "CombinedCamera", "api/examples/cameras/CombinedCamera" ],
|
|
|
|
- [ "LookupTable", "api/examples/Lut" ],
|
|
|
|
- [ "SpriteCanvasMaterial", "api/examples/SpriteCanvasMaterial" ]
|
|
|
|
-
|
|
|
|
|
|
+ "Renderers": [
|
|
|
|
+ [ "CanvasRenderer", "examples/renderers/CanvasRenderer" ]
|
|
]
|
|
]
|
|
|
|
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|