123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- var list = {
- "Manual": {
- "Getting Started": {
- "Creating a scene": "manual/introduction/Creating-a-scene",
- "Import via modules": "manual/introduction/Import-via-modules",
- "WebGL compatibility check": "manual/introduction/WebGL-compatibility-check",
- "How to run things locally": "manual/introduction/How-to-run-thing-locally",
- "Drawing Lines": "manual/introduction/Drawing-lines",
- "Creating Text": "manual/introduction/Creating-text",
- "Migration Guide": "manual/introduction/Migration-guide",
- "Code Style Guide": "manual/introduction/Code-style-guide",
- "FAQ": "manual/introduction/FAQ",
- "Useful links": "manual/introduction/Useful-links"
- },
- "Next Steps": {
- "How to update things": "manual/introduction/How-to-update-things",
- "Matrix transformations": "manual/introduction/Matrix-transformations",
- "Animation System": "manual/introduction/Animation-system"
- },
- "Build Tools": {
- "Testing with NPM": "manual/buildTools/Testing-with-NPM"
- }
- },
- "Reference": {
- "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": {
- "Camera": "api/cameras/Camera",
- "CubeCamera": "api/cameras/CubeCamera",
- "OrthographicCamera": "api/cameras/OrthographicCamera",
- "PerspectiveCamera": "api/cameras/PerspectiveCamera",
- "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": {
- "BufferAttribute": "api/core/BufferAttribute",
- "BufferGeometry": "api/core/BufferGeometry",
- "Clock": "api/core/Clock",
- "DirectGeometry": "api/core/DirectGeometry",
- "EventDispatcher": "api/core/EventDispatcher",
- "Face3": "api/core/Face3",
- "Geometry": "api/core/Geometry",
- "InstancedBufferAttribute": "api/core/InstancedBufferAttribute",
- "InstancedBufferGeometry": "api/core/InstancedBufferGeometry",
- "InstancedInterleavedBuffer": "api/core/InstancedInterleavedBuffer",
- "InterleavedBuffer": "api/core/InterleavedBuffer",
- "InterleavedBufferAttribute": "api/core/InterleavedBufferAttribute",
- "Layers": "api/core/Layers",
- "Object3D": "api/core/Object3D",
- "Raycaster": "api/core/Raycaster",
- "Uniform": "api/core/Uniform"
- },
- "Core / BufferAttributes": {
- "BufferAttribute Types": "api/core/bufferAttributeTypes/BufferAttributeTypes"
- },
- "Deprecated": {
- "DeprecatedList": "api/deprecated/DeprecatedList"
- },
- "Extras": {
- "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",
- "Interpolations": "api/extras/core/Interpolations",
- "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",
- "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"
- },
- "Extras / Objects": {
- "ImmediateRenderObject": "api/extras/objects/ImmediateRenderObject",
- },
- "Geometries": {
- "BoxBufferGeometry": "api/geometries/BoxBufferGeometry",
- "BoxGeometry": "api/geometries/BoxGeometry",
- "CircleBufferGeometry": "api/geometries/CircleBufferGeometry",
- "CircleGeometry": "api/geometries/CircleGeometry",
- "ConeBufferGeometry": "api/geometries/ConeBufferGeometry",
- "ConeGeometry": "api/geometries/ConeGeometry",
- "CylinderBufferGeometry": "api/geometries/CylinderBufferGeometry",
- "CylinderGeometry": "api/geometries/CylinderGeometry",
- "DodecahedronBufferGeometry": "api/geometries/DodecahedronBufferGeometry",
- "DodecahedronGeometry": "api/geometries/DodecahedronGeometry",
- "EdgesGeometry": "api/geometries/EdgesGeometry",
- "ExtrudeGeometry": "api/geometries/ExtrudeGeometry",
- "ExtrudeBufferGeometry": "api/geometries/ExtrudeBufferGeometry",
- "IcosahedronBufferGeometry": "api/geometries/IcosahedronBufferGeometry",
- "IcosahedronGeometry": "api/geometries/IcosahedronGeometry",
- "LatheBufferGeometry": "api/geometries/LatheBufferGeometry",
- "LatheGeometry": "api/geometries/LatheGeometry",
- "OctahedronBufferGeometry": "api/geometries/OctahedronBufferGeometry",
- "OctahedronGeometry": "api/geometries/OctahedronGeometry",
- "ParametricBufferGeometry": "api/geometries/ParametricBufferGeometry",
- "ParametricGeometry": "api/geometries/ParametricGeometry",
- "PlaneBufferGeometry": "api/geometries/PlaneBufferGeometry",
- "PlaneGeometry": "api/geometries/PlaneGeometry",
- "PolyhedronBufferGeometry": "api/geometries/PolyhedronBufferGeometry",
- "PolyhedronGeometry": "api/geometries/PolyhedronGeometry",
- "RingBufferGeometry": "api/geometries/RingBufferGeometry",
- "RingGeometry": "api/geometries/RingGeometry",
- "ShapeBufferGeometry": "api/geometries/ShapeBufferGeometry",
- "ShapeGeometry": "api/geometries/ShapeGeometry",
- "SphereBufferGeometry": "api/geometries/SphereBufferGeometry",
- "SphereGeometry": "api/geometries/SphereGeometry",
- "TetrahedronBufferGeometry": "api/geometries/TetrahedronBufferGeometry",
- "TetrahedronGeometry": "api/geometries/TetrahedronGeometry",
- "TextBufferGeometry": "api/geometries/TextBufferGeometry",
- "TextGeometry": "api/geometries/TextGeometry",
- "TorusBufferGeometry": "api/geometries/TorusBufferGeometry",
- "TorusGeometry": "api/geometries/TorusGeometry",
- "TorusKnotBufferGeometry": "api/geometries/TorusKnotBufferGeometry",
- "TorusKnotGeometry": "api/geometries/TorusKnotGeometry",
- "TubeGeometry": "api/geometries/TubeGeometry",
- "TubeBufferGeometry": "api/geometries/TubeBufferGeometry",
- "WireframeGeometry": "api/geometries/WireframeGeometry"
- },
- "Helpers": {
- "ArrowHelper": "api/helpers/ArrowHelper",
- "AxisHelper": "api/helpers/AxisHelper",
- "BoxHelper": "api/helpers/BoxHelper",
- "CameraHelper": "api/helpers/CameraHelper",
- "DirectionalLightHelper": "api/helpers/DirectionalLightHelper",
- "FaceNormalsHelper": "api/helpers/FaceNormalsHelper",
- "GridHelper": "api/helpers/GridHelper",
- "PolarGridHelper": "api/helpers/PolarGridHelper",
- "HemisphereLightHelper": "api/helpers/HemisphereLightHelper",
- "PointLightHelper": "api/helpers/PointLightHelper",
- "RectAreaLightHelper": "api/helpers/RectAreaLightHelper",
- "SkeletonHelper": "api/helpers/SkeletonHelper",
- "SpotLightHelper": "api/helpers/SpotLightHelper",
- "VertexNormalsHelper": "api/helpers/VertexNormalsHelper"
- },
- "Lights": {
- "AmbientLight": "api/lights/AmbientLight",
- "DirectionalLight": "api/lights/DirectionalLight",
- "HemisphereLight": "api/lights/HemisphereLight",
- "Light": "api/lights/Light",
- "PointLight": "api/lights/PointLight",
- "RectAreaLight": "api/lights/RectAreaLight",
- "SpotLight": "api/lights/SpotLight"
- },
- "Lights / Shadows": {
- "DirectionalLightShadow": "api/lights/shadows/DirectionalLightShadow",
- "LightShadow": "api/lights/shadows/LightShadow",
- "RectAreaLightShadow": "api/lights/shadows/RectAreaLightShadow",
- "SpotLightShadow": "api/lights/shadows/SpotLightShadow"
- },
- "Loaders": {
- "AnimationLoader": "api/loaders/AnimationLoader",
- "AudioLoader": "api/loaders/AudioLoader",
- "BufferGeometryLoader": "api/loaders/BufferGeometryLoader",
- "Cache": "api/loaders/Cache",
- "CompressedTextureLoader": "api/loaders/CompressedTextureLoader",
- "CubeTextureLoader": "api/loaders/CubeTextureLoader",
- "DataTextureLoader": "api/loaders/DataTextureLoader",
- "FileLoader": "api/loaders/FileLoader",
- "FontLoader": "api/loaders/FontLoader",
- "ImageLoader": "api/loaders/ImageLoader",
- "JSONLoader": "api/loaders/JSONLoader",
- "Loader": "api/loaders/Loader",
- "MaterialLoader": "api/loaders/MaterialLoader",
- "ObjectLoader": "api/loaders/ObjectLoader",
- "TextureLoader": "api/loaders/TextureLoader"
- },
- "Loaders / Managers": {
- "DefaultLoadingManager": "api/loaders/managers/DefaultLoadingManager",
- "LoadingManager": "api/loaders/managers/LoadingManager"
- },
- "Materials": {
- "LineBasicMaterial": "api/materials/LineBasicMaterial",
- "LineDashedMaterial": "api/materials/LineDashedMaterial",
- "Material": "api/materials/Material",
- "MeshBasicMaterial": "api/materials/MeshBasicMaterial",
- "MeshDepthMaterial": "api/materials/MeshDepthMaterial",
- "MeshLambertMaterial": "api/materials/MeshLambertMaterial",
- "MeshNormalMaterial": "api/materials/MeshNormalMaterial",
- "MeshPhongMaterial": "api/materials/MeshPhongMaterial",
- "MeshPhysicalMaterial": "api/materials/MeshPhysicalMaterial",
- "MeshStandardMaterial": "api/materials/MeshStandardMaterial",
- "MeshToonMaterial": "api/materials/MeshToonMaterial",
- "PointsMaterial": "api/materials/PointsMaterial",
- "RawShaderMaterial": "api/materials/RawShaderMaterial",
- "ShaderMaterial": "api/materials/ShaderMaterial",
- "ShadowMaterial": "api/materials/ShadowMaterial",
- "SpriteMaterial": "api/materials/SpriteMaterial"
- },
- "Math": {
- "Box2": "api/math/Box2",
- "Box3": "api/math/Box3",
- "Color": "api/math/Color",
- "Cylindrical": "api/math/Cylindrical",
- "Euler": "api/math/Euler",
- "Frustum": "api/math/Frustum",
- "Interpolant": "api/math/Interpolant",
- "Line3": "api/math/Line3",
- "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",
- "Spherical": "api/math/Spherical",
- "Triangle": "api/math/Triangle",
- "Vector2": "api/math/Vector2",
- "Vector3": "api/math/Vector3",
- "Vector4": "api/math/Vector4"
- },
- "Math / Interpolants": {
- "CubicInterpolant": "api/math/interpolants/CubicInterpolant",
- "DiscreteInterpolant": "api/math/interpolants/DiscreteInterpolant",
- "LinearInterpolant": "api/math/interpolants/LinearInterpolant",
- "QuaternionLinearInterpolant": "api/math/interpolants/QuaternionLinearInterpolant"
- },
- "Objects": {
- "Bone": "api/objects/Bone",
- "Group": "api/objects/Group",
- "LensFlare": "api/objects/LensFlare",
- "Line": "api/objects/Line",
- "LineLoop": "api/objects/LineLoop",
- "LineSegments": "api/objects/LineSegments",
- "LOD": "api/objects/LOD",
- "Mesh": "api/objects/Mesh",
- "Points": "api/objects/Points",
- "Skeleton": "api/objects/Skeleton",
- "SkinnedMesh": "api/objects/SkinnedMesh",
- "Sprite": "api/objects/Sprite"
- },
- "Renderers": {
- "WebGLRenderer": "api/renderers/WebGLRenderer",
- "WebGLRenderTarget": "api/renderers/WebGLRenderTarget",
- "WebGLRenderTargetCube": "api/renderers/WebGLRenderTargetCube"
- },
- "Renderers / Shaders": {
- "ShaderChunk": "api/renderers/shaders/ShaderChunk",
- "ShaderLib": "api/renderers/shaders/ShaderLib",
- "UniformsLib": "api/renderers/shaders/UniformsLib",
- "UniformsUtils": "api/renderers/shaders/UniformsUtils"
- },
- "Scenes": {
- "Fog": "api/scenes/Fog",
- "FogExp2": "api/scenes/FogExp2",
- "Scene": "api/scenes/Scene"
- },
- "Textures": {
- "CanvasTexture": "api/textures/CanvasTexture",
- "CompressedTexture": "api/textures/CompressedTexture",
- "CubeTexture": "api/textures/CubeTexture",
- "DataTexture": "api/textures/DataTexture",
- "DepthTexture": "api/textures/DepthTexture",
- "Texture": "api/textures/Texture",
- "VideoTexture": "api/textures/VideoTexture"
- }
- },
- "Examples": {
- "Controls": {
- "OrbitControls": "examples/controls/OrbitControls"
- },
- "Geometries": {
- "ConvexBufferGeometry": "examples/geometries/ConvexBufferGeometry",
- "ConvexGeometry": "examples/geometries/ConvexGeometry",
- "DecalGeometry": "examples/geometries/DecalGeometry"
- },
- "Loaders": {
- "BabylonLoader": "examples/loaders/BabylonLoader",
- "ColladaLoader": "examples/loaders/ColladaLoader",
- "GLTFLoader": "examples/loaders/GLTFLoader",
- "MTLLoader": "examples/loaders/MTLLoader",
- "OBJLoader": "examples/loaders/OBJLoader",
- "OBJLoader2": "examples/loaders/OBJLoader2",
- "WWOBJLoader2": "examples/loaders/WWOBJLoader2",
- "PCDLoader": "examples/loaders/PCDLoader",
- "PDBLoader": "examples/loaders/PDBLoader",
- "SVGLoader": "examples/loaders/SVGLoader",
- "TGALoader": "examples/loaders/TGALoader"
- },
- "Exporters": {
- "GLTFExporter": "examples/exporters/GLTFExporter"
- },
- "Plugins": {
- "LookupTable": "examples/Lut",
- "SpriteCanvasMaterial": "examples/SpriteCanvasMaterial"
- },
- "QuickHull": {
- "Face": "examples/quickhull/Face",
- "HalfEdge": "examples/quickhull/HalfEdge",
- "QuickHull": "examples/quickhull/QuickHull",
- "VertexNode": "examples/quickhull/VertexNode",
- "VertexList": "examples/quickhull/VertexList"
- },
- "Renderers": {
- "CanvasRenderer": "examples/renderers/CanvasRenderer"
- }
- },
- "Developer Reference": {
- "Polyfills": {
- "Polyfills": "api/Polyfills"
- },
- "WebGLRenderer": {
- "WebGLProgram": "api/renderers/webgl/WebGLProgram",
- "WebGLShader": "api/renderers/webgl/WebGLShader",
- "WebGLState": "api/renderers/webgl/WebGLState"
- },
- "WebGLRenderer / Plugins": {
- "LensFlarePlugin": "api/renderers/webgl/plugins/LensFlarePlugin",
- "SpritePlugin": "api/renderers/webgl/plugins/SpritePlugin"
- }
- }
- };
|