123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- var list = {
- "Manual": {
- "Getting Started": {
- "Creating a scene": "manual/{lan}/introduction/Creating-a-scene",
- "Import via modules": "manual/{lan}/introduction/Import-via-modules",
- "Browser support": "manual/{lan}/introduction/Browser-support",
- "WebGL compatibility check": "manual/{lan}/introduction/WebGL-compatibility-check",
- "How to run things locally": "manual/{lan}/introduction/How-to-run-things-locally",
- "Drawing lines": "manual/{lan}/introduction/Drawing-lines",
- "Creating text": "manual/{lan}/introduction/Creating-text",
- "Loading 3D models": "manual/{lan}/introduction/Loading-3D-models",
- "Migration guide": "manual/{lan}/introduction/Migration-guide",
- "Code style guide": "manual/{lan}/introduction/Code-style-guide",
- "FAQ": "manual/{lan}/introduction/FAQ",
- "Useful links": "manual/{lan}/introduction/Useful-links"
- },
- "Next Steps": {
- "How to update things": "manual/{lan}/introduction/How-to-update-things",
- "How to create VR content": "manual/{lan}/introduction/How-to-create-VR-content",
- "Matrix transformations": "manual/{lan}/introduction/Matrix-transformations",
- "Animation system": "manual/{lan}/introduction/Animation-system"
- },
- "Build Tools": {
- "Testing with NPM": "manual/{lan}/buildTools/Testing-with-NPM"
- }
- },
- "Reference": {
- "Animation": {
- "AnimationAction": "api/{lan}/animation/AnimationAction",
- "AnimationClip": "api/{lan}/animation/AnimationClip",
- "AnimationMixer": "api/{lan}/animation/AnimationMixer",
- "AnimationObjectGroup": "api/{lan}/animation/AnimationObjectGroup",
- "AnimationUtils": "api/{lan}/animation/AnimationUtils",
- "KeyframeTrack": "api/{lan}/animation/KeyframeTrack",
- "PropertyBinding": "api/{lan}/animation/PropertyBinding",
- "PropertyMixer": "api/{lan}/animation/PropertyMixer"
- },
- "Animation / Tracks": {
- "BooleanKeyframeTrack": "api/{lan}/animation/tracks/BooleanKeyframeTrack",
- "ColorKeyframeTrack": "api/{lan}/animation/tracks/ColorKeyframeTrack",
- "NumberKeyframeTrack": "api/{lan}/animation/tracks/NumberKeyframeTrack",
- "QuaternionKeyframeTrack": "api/{lan}/animation/tracks/QuaternionKeyframeTrack",
- "StringKeyframeTrack": "api/{lan}/animation/tracks/StringKeyframeTrack",
- "VectorKeyframeTrack": "api/{lan}/animation/tracks/VectorKeyframeTrack"
- },
- "Audio": {
- "Audio": "api/{lan}/audio/Audio",
- "AudioAnalyser": "api/{lan}/audio/AudioAnalyser",
- "AudioContext": "api/{lan}/audio/AudioContext",
- "AudioListener": "api/{lan}/audio/AudioListener",
- "PositionalAudio": "api/{lan}/audio/PositionalAudio"
- },
- "Cameras": {
- "ArrayCamera": "api/{lan}/cameras/ArrayCamera",
- "Camera": "api/{lan}/cameras/Camera",
- "CubeCamera": "api/{lan}/cameras/CubeCamera",
- "OrthographicCamera": "api/{lan}/cameras/OrthographicCamera",
- "PerspectiveCamera": "api/{lan}/cameras/PerspectiveCamera",
- "StereoCamera": "api/{lan}/cameras/StereoCamera"
- },
- "Constants": {
- "Animation": "api/{lan}/constants/Animation",
- "Core": "api/{lan}/constants/Core",
- "CustomBlendingEquation": "api/{lan}/constants/CustomBlendingEquations",
- "DrawModes": "api/{lan}/constants/DrawModes",
- "Materials": "api/{lan}/constants/Materials",
- "Renderer": "api/{lan}/constants/Renderer",
- "Textures": "api/{lan}/constants/Textures"
- },
- "Core": {
- "BufferAttribute": "api/{lan}/core/BufferAttribute",
- "BufferGeometry": "api/{lan}/core/BufferGeometry",
- "Clock": "api/{lan}/core/Clock",
- "DirectGeometry": "api/{lan}/core/DirectGeometry",
- "EventDispatcher": "api/{lan}/core/EventDispatcher",
- "Face3": "api/{lan}/core/Face3",
- "Geometry": "api/{lan}/core/Geometry",
- "InstancedBufferAttribute": "api/{lan}/core/InstancedBufferAttribute",
- "InstancedBufferGeometry": "api/{lan}/core/InstancedBufferGeometry",
- "InstancedInterleavedBuffer": "api/{lan}/core/InstancedInterleavedBuffer",
- "InterleavedBuffer": "api/{lan}/core/InterleavedBuffer",
- "InterleavedBufferAttribute": "api/{lan}/core/InterleavedBufferAttribute",
- "Layers": "api/{lan}/core/Layers",
- "Object3D": "api/{lan}/core/Object3D",
- "Raycaster": "api/{lan}/core/Raycaster",
- "Uniform": "api/{lan}/core/Uniform"
- },
- "Core / BufferAttributes": {
- "BufferAttribute Types": "api/{lan}/core/bufferAttributeTypes/BufferAttributeTypes"
- },
- "Deprecated": {
- "DeprecatedList": "api/{lan}/deprecated/DeprecatedList"
- },
- "Extras": {
- "Earcut": "api/{lan}/extras/Earcut",
- "ShapeUtils": "api/{lan}/extras/ShapeUtils"
- },
- "Extras / Core": {
- "Curve": "api/{lan}/extras/core/Curve",
- "CurvePath": "api/{lan}/extras/core/CurvePath",
- "Font": "api/{lan}/extras/core/Font",
- "Interpolations": "api/{lan}/extras/core/Interpolations",
- "Path": "api/{lan}/extras/core/Path",
- "Shape": "api/{lan}/extras/core/Shape",
- "ShapePath": "api/{lan}/extras/core/ShapePath"
- },
- "Extras / Curves": {
- "ArcCurve": "api/{lan}/extras/curves/ArcCurve",
- "CatmullRomCurve3": "api/{lan}/extras/curves/CatmullRomCurve3",
- "CubicBezierCurve": "api/{lan}/extras/curves/CubicBezierCurve",
- "CubicBezierCurve3": "api/{lan}/extras/curves/CubicBezierCurve3",
- "EllipseCurve": "api/{lan}/extras/curves/EllipseCurve",
- "LineCurve": "api/{lan}/extras/curves/LineCurve",
- "LineCurve3": "api/{lan}/extras/curves/LineCurve3",
- "QuadraticBezierCurve": "api/{lan}/extras/curves/QuadraticBezierCurve",
- "QuadraticBezierCurve3": "api/{lan}/extras/curves/QuadraticBezierCurve3",
- "SplineCurve": "api/{lan}/extras/curves/SplineCurve"
- },
- "Extras / Objects": {
- "ImmediateRenderObject": "api/{lan}/extras/objects/ImmediateRenderObject",
- },
- "Geometries": {
- "BoxBufferGeometry": "api/{lan}/geometries/BoxBufferGeometry",
- "BoxGeometry": "api/{lan}/geometries/BoxGeometry",
- "CircleBufferGeometry": "api/{lan}/geometries/CircleBufferGeometry",
- "CircleGeometry": "api/{lan}/geometries/CircleGeometry",
- "ConeBufferGeometry": "api/{lan}/geometries/ConeBufferGeometry",
- "ConeGeometry": "api/{lan}/geometries/ConeGeometry",
- "CylinderBufferGeometry": "api/{lan}/geometries/CylinderBufferGeometry",
- "CylinderGeometry": "api/{lan}/geometries/CylinderGeometry",
- "DodecahedronBufferGeometry": "api/{lan}/geometries/DodecahedronBufferGeometry",
- "DodecahedronGeometry": "api/{lan}/geometries/DodecahedronGeometry",
- "EdgesGeometry": "api/{lan}/geometries/EdgesGeometry",
- "ExtrudeBufferGeometry": "api/{lan}/geometries/ExtrudeBufferGeometry",
- "ExtrudeGeometry": "api/{lan}/geometries/ExtrudeGeometry",
- "IcosahedronBufferGeometry": "api/{lan}/geometries/IcosahedronBufferGeometry",
- "IcosahedronGeometry": "api/{lan}/geometries/IcosahedronGeometry",
- "LatheBufferGeometry": "api/{lan}/geometries/LatheBufferGeometry",
- "LatheGeometry": "api/{lan}/geometries/LatheGeometry",
- "OctahedronBufferGeometry": "api/{lan}/geometries/OctahedronBufferGeometry",
- "OctahedronGeometry": "api/{lan}/geometries/OctahedronGeometry",
- "ParametricBufferGeometry": "api/{lan}/geometries/ParametricBufferGeometry",
- "ParametricGeometry": "api/{lan}/geometries/ParametricGeometry",
- "PlaneBufferGeometry": "api/{lan}/geometries/PlaneBufferGeometry",
- "PlaneGeometry": "api/{lan}/geometries/PlaneGeometry",
- "PolyhedronBufferGeometry": "api/{lan}/geometries/PolyhedronBufferGeometry",
- "PolyhedronGeometry": "api/{lan}/geometries/PolyhedronGeometry",
- "RingBufferGeometry": "api/{lan}/geometries/RingBufferGeometry",
- "RingGeometry": "api/{lan}/geometries/RingGeometry",
- "ShapeBufferGeometry": "api/{lan}/geometries/ShapeBufferGeometry",
- "ShapeGeometry": "api/{lan}/geometries/ShapeGeometry",
- "SphereBufferGeometry": "api/{lan}/geometries/SphereBufferGeometry",
- "SphereGeometry": "api/{lan}/geometries/SphereGeometry",
- "TetrahedronBufferGeometry": "api/{lan}/geometries/TetrahedronBufferGeometry",
- "TetrahedronGeometry": "api/{lan}/geometries/TetrahedronGeometry",
- "TextBufferGeometry": "api/{lan}/geometries/TextBufferGeometry",
- "TextGeometry": "api/{lan}/geometries/TextGeometry",
- "TorusBufferGeometry": "api/{lan}/geometries/TorusBufferGeometry",
- "TorusGeometry": "api/{lan}/geometries/TorusGeometry",
- "TorusKnotBufferGeometry": "api/{lan}/geometries/TorusKnotBufferGeometry",
- "TorusKnotGeometry": "api/{lan}/geometries/TorusKnotGeometry",
- "TubeBufferGeometry": "api/{lan}/geometries/TubeBufferGeometry",
- "TubeGeometry": "api/{lan}/geometries/TubeGeometry",
- "WireframeGeometry": "api/{lan}/geometries/WireframeGeometry"
- },
- "Helpers": {
- "ArrowHelper": "api/{lan}/helpers/ArrowHelper",
- "AxesHelper": "api/{lan}/helpers/AxesHelper",
- "BoxHelper": "api/{lan}/helpers/BoxHelper",
- "Box3Helper": "api/{lan}/helpers/Box3Helper",
- "CameraHelper": "api/{lan}/helpers/CameraHelper",
- "DirectionalLightHelper": "api/{lan}/helpers/DirectionalLightHelper",
- "FaceNormalsHelper": "api/{lan}/helpers/FaceNormalsHelper",
- "GridHelper": "api/{lan}/helpers/GridHelper",
- "PolarGridHelper": "api/{lan}/helpers/PolarGridHelper",
- "HemisphereLightHelper": "api/{lan}/helpers/HemisphereLightHelper",
- "PlaneHelper": "api/{lan}/helpers/PlaneHelper",
- "PointLightHelper": "api/{lan}/helpers/PointLightHelper",
- "RectAreaLightHelper": "api/{lan}/helpers/RectAreaLightHelper",
- "SkeletonHelper": "api/{lan}/helpers/SkeletonHelper",
- "SpotLightHelper": "api/{lan}/helpers/SpotLightHelper",
- "VertexNormalsHelper": "api/{lan}/helpers/VertexNormalsHelper"
- },
- "Lights": {
- "AmbientLight": "api/{lan}/lights/AmbientLight",
- "DirectionalLight": "api/{lan}/lights/DirectionalLight",
- "HemisphereLight": "api/{lan}/lights/HemisphereLight",
- "Light": "api/{lan}/lights/Light",
- "PointLight": "api/{lan}/lights/PointLight",
- "RectAreaLight": "api/{lan}/lights/RectAreaLight",
- "SpotLight": "api/{lan}/lights/SpotLight"
- },
- "Lights / Shadows": {
- "DirectionalLightShadow": "api/{lan}/lights/shadows/DirectionalLightShadow",
- "LightShadow": "api/{lan}/lights/shadows/LightShadow",
- "SpotLightShadow": "api/{lan}/lights/shadows/SpotLightShadow"
- },
- "Loaders": {
- "AnimationLoader": "api/{lan}/loaders/AnimationLoader",
- "AudioLoader": "api/{lan}/loaders/AudioLoader",
- "BufferGeometryLoader": "api/{lan}/loaders/BufferGeometryLoader",
- "Cache": "api/{lan}/loaders/Cache",
- "CompressedTextureLoader": "api/{lan}/loaders/CompressedTextureLoader",
- "CubeTextureLoader": "api/{lan}/loaders/CubeTextureLoader",
- "DataTextureLoader": "api/{lan}/loaders/DataTextureLoader",
- "FileLoader": "api/{lan}/loaders/FileLoader",
- "FontLoader": "api/{lan}/loaders/FontLoader",
- "ImageBitmapLoader": "api/{lan}/loaders/ImageBitmapLoader",
- "ImageLoader": "api/{lan}/loaders/ImageLoader",
- "JSONLoader": "api/{lan}/loaders/JSONLoader",
- "Loader": "api/{lan}/loaders/Loader",
- "LoaderUtils": "api/{lan}/loaders/LoaderUtils",
- "MaterialLoader": "api/{lan}/loaders/MaterialLoader",
- "ObjectLoader": "api/{lan}/loaders/ObjectLoader",
- "TextureLoader": "api/{lan}/loaders/TextureLoader"
- },
- "Loaders / Managers": {
- "DefaultLoadingManager": "api/{lan}/loaders/managers/DefaultLoadingManager",
- "LoadingManager": "api/{lan}/loaders/managers/LoadingManager"
- },
- "Materials": {
- "LineBasicMaterial": "api/{lan}/materials/LineBasicMaterial",
- "LineDashedMaterial": "api/{lan}/materials/LineDashedMaterial",
- "Material": "api/{lan}/materials/Material",
- "MeshBasicMaterial": "api/{lan}/materials/MeshBasicMaterial",
- "MeshDepthMaterial": "api/{lan}/materials/MeshDepthMaterial",
- "MeshLambertMaterial": "api/{lan}/materials/MeshLambertMaterial",
- "MeshNormalMaterial": "api/{lan}/materials/MeshNormalMaterial",
- "MeshPhongMaterial": "api/{lan}/materials/MeshPhongMaterial",
- "MeshPhysicalMaterial": "api/{lan}/materials/MeshPhysicalMaterial",
- "MeshStandardMaterial": "api/{lan}/materials/MeshStandardMaterial",
- "MeshToonMaterial": "api/{lan}/materials/MeshToonMaterial",
- "PointsMaterial": "api/{lan}/materials/PointsMaterial",
- "RawShaderMaterial": "api/{lan}/materials/RawShaderMaterial",
- "ShaderMaterial": "api/{lan}/materials/ShaderMaterial",
- "ShadowMaterial": "api/{lan}/materials/ShadowMaterial",
- "SpriteMaterial": "api/{lan}/materials/SpriteMaterial"
- },
- "Math": {
- "Box2": "api/{lan}/math/Box2",
- "Box3": "api/{lan}/math/Box3",
- "Color": "api/{lan}/math/Color",
- "Cylindrical": "api/{lan}/math/Cylindrical",
- "Euler": "api/{lan}/math/Euler",
- "Frustum": "api/{lan}/math/Frustum",
- "Interpolant": "api/{lan}/math/Interpolant",
- "Line3": "api/{lan}/math/Line3",
- "Math": "api/{lan}/math/Math",
- "Matrix3": "api/{lan}/math/Matrix3",
- "Matrix4": "api/{lan}/math/Matrix4",
- "Plane": "api/{lan}/math/Plane",
- "Quaternion": "api/{lan}/math/Quaternion",
- "Ray": "api/{lan}/math/Ray",
- "Sphere": "api/{lan}/math/Sphere",
- "Spherical": "api/{lan}/math/Spherical",
- "Triangle": "api/{lan}/math/Triangle",
- "Vector2": "api/{lan}/math/Vector2",
- "Vector3": "api/{lan}/math/Vector3",
- "Vector4": "api/{lan}/math/Vector4"
- },
- "Math / Interpolants": {
- "CubicInterpolant": "api/{lan}/math/interpolants/CubicInterpolant",
- "DiscreteInterpolant": "api/{lan}/math/interpolants/DiscreteInterpolant",
- "LinearInterpolant": "api/{lan}/math/interpolants/LinearInterpolant",
- "QuaternionLinearInterpolant": "api/{lan}/math/interpolants/QuaternionLinearInterpolant"
- },
- "Objects": {
- "Bone": "api/{lan}/objects/Bone",
- "Group": "api/{lan}/objects/Group",
- "Line": "api/{lan}/objects/Line",
- "LineLoop": "api/{lan}/objects/LineLoop",
- "LineSegments": "api/{lan}/objects/LineSegments",
- "LOD": "api/{lan}/objects/LOD",
- "Mesh": "api/{lan}/objects/Mesh",
- "Points": "api/{lan}/objects/Points",
- "Skeleton": "api/{lan}/objects/Skeleton",
- "SkinnedMesh": "api/{lan}/objects/SkinnedMesh",
- "Sprite": "api/{lan}/objects/Sprite"
- },
- "Renderers": {
- "WebGLRenderer": "api/{lan}/renderers/WebGLRenderer",
- "WebGLRenderTarget": "api/{lan}/renderers/WebGLRenderTarget",
- "WebGLRenderTargetCube": "api/{lan}/renderers/WebGLRenderTargetCube"
- },
- "Renderers / Shaders": {
- "ShaderChunk": "api/{lan}/renderers/shaders/ShaderChunk",
- "ShaderLib": "api/{lan}/renderers/shaders/ShaderLib",
- "UniformsLib": "api/{lan}/renderers/shaders/UniformsLib",
- "UniformsUtils": "api/{lan}/renderers/shaders/UniformsUtils"
- },
- "Scenes": {
- "Fog": "api/{lan}/scenes/Fog",
- "FogExp2": "api/{lan}/scenes/FogExp2",
- "Scene": "api/{lan}/scenes/Scene"
- },
- "Textures": {
- "CanvasTexture": "api/{lan}/textures/CanvasTexture",
- "CompressedTexture": "api/{lan}/textures/CompressedTexture",
- "CubeTexture": "api/{lan}/textures/CubeTexture",
- "DataTexture": "api/{lan}/textures/DataTexture",
- "DepthTexture": "api/{lan}/textures/DepthTexture",
- "Texture": "api/{lan}/textures/Texture",
- "VideoTexture": "api/{lan}/textures/VideoTexture"
- }
- },
- "Examples": {
- "Animations": {
- "CCDIKSolver": "examples/animations/CCDIKSolver",
- "MMDAnimationHelper": "examples/animations/MMDAnimationHelper",
- "MMDPhysics": "examples/animations/MMDPhysics"
- },
- "Controls": {
- "OrbitControls": "examples/controls/OrbitControls"
- },
- "Geometries": {
- "ConvexBufferGeometry": "examples/geometries/ConvexBufferGeometry",
- "ConvexGeometry": "examples/geometries/ConvexGeometry",
- "DecalGeometry": "examples/geometries/DecalGeometry"
- },
- "Loaders": {
- "BabylonLoader": "examples/loaders/BabylonLoader",
- "GLTFLoader": "examples/loaders/GLTFLoader",
- "MMDLoader": "examples/loaders/MMDLoader",
- "MTLLoader": "examples/loaders/MTLLoader",
- "OBJLoader": "examples/loaders/OBJLoader",
- "OBJLoader2": "examples/loaders/OBJLoader2",
- "LoaderSupport": "examples/loaders/LoaderSupport",
- "PCDLoader": "examples/loaders/PCDLoader",
- "PDBLoader": "examples/loaders/PDBLoader",
- "SVGLoader": "examples/loaders/SVGLoader",
- "TGALoader": "examples/loaders/TGALoader",
- "PRWMLoader": "examples/loaders/PRWMLoader"
- },
- "Objects": {
- "Lensflare": "examples/objects/Lensflare",
- },
- "Exporters": {
- "GLTFExporter": "examples/exporters/GLTFExporter",
- "PLYExporter": "examples/exporters/PLYExporter"
- },
- "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",
- "CSS2DRenderer": "examples/renderers/CSS2DRenderer",
- "CSS3DRenderer": "examples/renderers/CSS3DRenderer",
- "SVGRenderer": "examples/renderers/SVGRenderer"
- },
- "Utils": {
- "BufferGeometryUtils": "examples/utils/BufferGeometryUtils",
- "SceneUtils": "examples/utils/SceneUtils"
- }
- },
- "Developer Reference": {
- "Polyfills": {
- "Polyfills": "api/{lan}/Polyfills"
- },
- "WebGLRenderer": {
- "WebGLProgram": "api/{lan}/renderers/webgl/WebGLProgram",
- "WebGLShader": "api/{lan}/renderers/webgl/WebGLShader",
- "WebGLState": "api/{lan}/renderers/webgl/WebGLState"
- }
- }
- };
|