12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061 |
- {
- "en": {
- "Manual": {
- "Getting Started": {
- "Creating a scene": "manual/en/introduction/Creating-a-scene",
- "Installation": "manual/en/introduction/Installation",
- "Browser support": "manual/en/introduction/Browser-support",
- "WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
- "How to run things locally": "manual/en/introduction/How-to-run-things-locally",
- "Typescript setup": "manual/en/introduction/Typescript-setup",
- "Drawing lines": "manual/en/introduction/Drawing-lines",
- "Creating text": "manual/en/introduction/Creating-text",
- "Loading 3D models": "manual/en/introduction/Loading-3D-models",
- "FAQ": "manual/en/introduction/FAQ",
- "Useful links": "manual/en/introduction/Useful-links"
- },
- "Next Steps": {
- "How to update things": "manual/en/introduction/How-to-update-things",
- "How to dispose of objects": "manual/en/introduction/How-to-dispose-of-objects",
- "How to create VR content": "manual/en/introduction/How-to-create-VR-content",
- "How to use post-processing": "manual/en/introduction/How-to-use-post-processing",
- "Matrix transformations": "manual/en/introduction/Matrix-transformations",
- "Animation system": "manual/en/introduction/Animation-system"
- },
- "Build Tools": {
- "Testing with NPM": "manual/en/buildTools/Testing-with-NPM"
- }
- },
- "Reference": {
- "Animation": {
- "AnimationAction": "api/en/animation/AnimationAction",
- "AnimationClip": "api/en/animation/AnimationClip",
- "AnimationMixer": "api/en/animation/AnimationMixer",
- "AnimationObjectGroup": "api/en/animation/AnimationObjectGroup",
- "AnimationUtils": "api/en/animation/AnimationUtils",
- "KeyframeTrack": "api/en/animation/KeyframeTrack",
- "PropertyBinding": "api/en/animation/PropertyBinding",
- "PropertyMixer": "api/en/animation/PropertyMixer"
- },
- "Animation / Tracks": {
- "BooleanKeyframeTrack": "api/en/animation/tracks/BooleanKeyframeTrack",
- "ColorKeyframeTrack": "api/en/animation/tracks/ColorKeyframeTrack",
- "NumberKeyframeTrack": "api/en/animation/tracks/NumberKeyframeTrack",
- "QuaternionKeyframeTrack": "api/en/animation/tracks/QuaternionKeyframeTrack",
- "StringKeyframeTrack": "api/en/animation/tracks/StringKeyframeTrack",
- "VectorKeyframeTrack": "api/en/animation/tracks/VectorKeyframeTrack"
- },
- "Audio": {
- "Audio": "api/en/audio/Audio",
- "AudioAnalyser": "api/en/audio/AudioAnalyser",
- "AudioContext": "api/en/audio/AudioContext",
- "AudioListener": "api/en/audio/AudioListener",
- "PositionalAudio": "api/en/audio/PositionalAudio"
- },
- "Cameras": {
- "ArrayCamera": "api/en/cameras/ArrayCamera",
- "Camera": "api/en/cameras/Camera",
- "CubeCamera": "api/en/cameras/CubeCamera",
- "OrthographicCamera": "api/en/cameras/OrthographicCamera",
- "PerspectiveCamera": "api/en/cameras/PerspectiveCamera",
- "StereoCamera": "api/en/cameras/StereoCamera"
- },
- "Constants": {
- "Animation": "api/en/constants/Animation",
- "Core": "api/en/constants/Core",
- "CustomBlendingEquation": "api/en/constants/CustomBlendingEquations",
- "Materials": "api/en/constants/Materials",
- "Renderer": "api/en/constants/Renderer",
- "Textures": "api/en/constants/Textures"
- },
- "Core": {
- "BufferAttribute": "api/en/core/BufferAttribute",
- "BufferGeometry": "api/en/core/BufferGeometry",
- "Clock": "api/en/core/Clock",
- "DirectGeometry": "api/en/core/DirectGeometry",
- "EventDispatcher": "api/en/core/EventDispatcher",
- "Face3": "api/en/core/Face3",
- "Geometry": "api/en/core/Geometry",
- "GLBufferAttribute": "api/en/core/GLBufferAttribute",
- "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
- "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
- "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
- "InterleavedBuffer": "api/en/core/InterleavedBuffer",
- "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
- "Layers": "api/en/core/Layers",
- "Object3D": "api/en/core/Object3D",
- "Raycaster": "api/en/core/Raycaster",
- "Uniform": "api/en/core/Uniform"
- },
- "Core / BufferAttributes": {
- "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
- },
- "Extras": {
- "DataUtils": "api/en/extras/DataUtils",
- "Earcut": "api/en/extras/Earcut",
- "ImageUtils": "api/en/extras/ImageUtils",
- "PMREMGenerator": "api/en/extras/PMREMGenerator",
- "ShapeUtils": "api/en/extras/ShapeUtils"
- },
- "Extras / Core": {
- "Curve": "api/en/extras/core/Curve",
- "CurvePath": "api/en/extras/core/CurvePath",
- "Font": "api/en/extras/core/Font",
- "Interpolations": "api/en/extras/core/Interpolations",
- "Path": "api/en/extras/core/Path",
- "Shape": "api/en/extras/core/Shape",
- "ShapePath": "api/en/extras/core/ShapePath"
- },
- "Extras / Curves": {
- "ArcCurve": "api/en/extras/curves/ArcCurve",
- "CatmullRomCurve3": "api/en/extras/curves/CatmullRomCurve3",
- "CubicBezierCurve": "api/en/extras/curves/CubicBezierCurve",
- "CubicBezierCurve3": "api/en/extras/curves/CubicBezierCurve3",
- "EllipseCurve": "api/en/extras/curves/EllipseCurve",
- "LineCurve": "api/en/extras/curves/LineCurve",
- "LineCurve3": "api/en/extras/curves/LineCurve3",
- "QuadraticBezierCurve": "api/en/extras/curves/QuadraticBezierCurve",
- "QuadraticBezierCurve3": "api/en/extras/curves/QuadraticBezierCurve3",
- "SplineCurve": "api/en/extras/curves/SplineCurve"
- },
- "Extras / Objects": {
- "ImmediateRenderObject": "api/en/extras/objects/ImmediateRenderObject"
- },
- "Geometries": {
- "BoxBufferGeometry": "api/en/geometries/BoxBufferGeometry",
- "BoxGeometry": "api/en/geometries/BoxGeometry",
- "CircleBufferGeometry": "api/en/geometries/CircleBufferGeometry",
- "CircleGeometry": "api/en/geometries/CircleGeometry",
- "ConeBufferGeometry": "api/en/geometries/ConeBufferGeometry",
- "ConeGeometry": "api/en/geometries/ConeGeometry",
- "CylinderBufferGeometry": "api/en/geometries/CylinderBufferGeometry",
- "CylinderGeometry": "api/en/geometries/CylinderGeometry",
- "DodecahedronBufferGeometry": "api/en/geometries/DodecahedronBufferGeometry",
- "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
- "EdgesGeometry": "api/en/geometries/EdgesGeometry",
- "ExtrudeBufferGeometry": "api/en/geometries/ExtrudeBufferGeometry",
- "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
- "IcosahedronBufferGeometry": "api/en/geometries/IcosahedronBufferGeometry",
- "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
- "LatheBufferGeometry": "api/en/geometries/LatheBufferGeometry",
- "LatheGeometry": "api/en/geometries/LatheGeometry",
- "OctahedronBufferGeometry": "api/en/geometries/OctahedronBufferGeometry",
- "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
- "ParametricBufferGeometry": "api/en/geometries/ParametricBufferGeometry",
- "ParametricGeometry": "api/en/geometries/ParametricGeometry",
- "PlaneBufferGeometry": "api/en/geometries/PlaneBufferGeometry",
- "PlaneGeometry": "api/en/geometries/PlaneGeometry",
- "PolyhedronBufferGeometry": "api/en/geometries/PolyhedronBufferGeometry",
- "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
- "RingBufferGeometry": "api/en/geometries/RingBufferGeometry",
- "RingGeometry": "api/en/geometries/RingGeometry",
- "ShapeBufferGeometry": "api/en/geometries/ShapeBufferGeometry",
- "ShapeGeometry": "api/en/geometries/ShapeGeometry",
- "SphereBufferGeometry": "api/en/geometries/SphereBufferGeometry",
- "SphereGeometry": "api/en/geometries/SphereGeometry",
- "TetrahedronBufferGeometry": "api/en/geometries/TetrahedronBufferGeometry",
- "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
- "TextBufferGeometry": "api/en/geometries/TextBufferGeometry",
- "TextGeometry": "api/en/geometries/TextGeometry",
- "TorusBufferGeometry": "api/en/geometries/TorusBufferGeometry",
- "TorusGeometry": "api/en/geometries/TorusGeometry",
- "TorusKnotBufferGeometry": "api/en/geometries/TorusKnotBufferGeometry",
- "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
- "TubeBufferGeometry": "api/en/geometries/TubeBufferGeometry",
- "TubeGeometry": "api/en/geometries/TubeGeometry",
- "WireframeGeometry": "api/en/geometries/WireframeGeometry"
- },
- "Helpers": {
- "ArrowHelper": "api/en/helpers/ArrowHelper",
- "AxesHelper": "api/en/helpers/AxesHelper",
- "BoxHelper": "api/en/helpers/BoxHelper",
- "Box3Helper": "api/en/helpers/Box3Helper",
- "CameraHelper": "api/en/helpers/CameraHelper",
- "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
- "GridHelper": "api/en/helpers/GridHelper",
- "PolarGridHelper": "api/en/helpers/PolarGridHelper",
- "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
- "PlaneHelper": "api/en/helpers/PlaneHelper",
- "PointLightHelper": "api/en/helpers/PointLightHelper",
- "SkeletonHelper": "api/en/helpers/SkeletonHelper",
- "SpotLightHelper": "api/en/helpers/SpotLightHelper"
- },
- "Lights": {
- "AmbientLight": "api/en/lights/AmbientLight",
- "AmbientLightProbe": "api/en/lights/AmbientLightProbe",
- "DirectionalLight": "api/en/lights/DirectionalLight",
- "HemisphereLight": "api/en/lights/HemisphereLight",
- "HemisphereLightProbe": "api/en/lights/HemisphereLightProbe",
- "Light": "api/en/lights/Light",
- "LightProbe": "api/en/lights/LightProbe",
- "PointLight": "api/en/lights/PointLight",
- "RectAreaLight": "api/en/lights/RectAreaLight",
- "SpotLight": "api/en/lights/SpotLight"
- },
- "Lights / Shadows": {
- "LightShadow": "api/en/lights/shadows/LightShadow",
- "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
- "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
- "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
- },
- "Loaders": {
- "AnimationLoader": "api/en/loaders/AnimationLoader",
- "AudioLoader": "api/en/loaders/AudioLoader",
- "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
- "Cache": "api/en/loaders/Cache",
- "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
- "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
- "DataTextureLoader": "api/en/loaders/DataTextureLoader",
- "FileLoader": "api/en/loaders/FileLoader",
- "FontLoader": "api/en/loaders/FontLoader",
- "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
- "ImageLoader": "api/en/loaders/ImageLoader",
- "Loader": "api/en/loaders/Loader",
- "LoaderUtils": "api/en/loaders/LoaderUtils",
- "MaterialLoader": "api/en/loaders/MaterialLoader",
- "ObjectLoader": "api/en/loaders/ObjectLoader",
- "TextureLoader": "api/en/loaders/TextureLoader"
- },
- "Loaders / Managers": {
- "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
- "LoadingManager": "api/en/loaders/managers/LoadingManager"
- },
- "Materials": {
- "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
- "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
- "Material": "api/en/materials/Material",
- "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
- "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
- "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
- "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
- "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
- "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
- "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
- "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
- "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
- "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
- "PointsMaterial": "api/en/materials/PointsMaterial",
- "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
- "ShaderMaterial": "api/en/materials/ShaderMaterial",
- "ShadowMaterial": "api/en/materials/ShadowMaterial",
- "SpriteMaterial": "api/en/materials/SpriteMaterial"
- },
- "Math": {
- "Box2": "api/en/math/Box2",
- "Box3": "api/en/math/Box3",
- "Color": "api/en/math/Color",
- "Cylindrical": "api/en/math/Cylindrical",
- "Euler": "api/en/math/Euler",
- "Frustum": "api/en/math/Frustum",
- "Interpolant": "api/en/math/Interpolant",
- "Line3": "api/en/math/Line3",
- "MathUtils": "api/en/math/MathUtils",
- "Matrix3": "api/en/math/Matrix3",
- "Matrix4": "api/en/math/Matrix4",
- "Plane": "api/en/math/Plane",
- "Quaternion": "api/en/math/Quaternion",
- "Ray": "api/en/math/Ray",
- "Sphere": "api/en/math/Sphere",
- "Spherical": "api/en/math/Spherical",
- "SphericalHarmonics3": "api/en/math/SphericalHarmonics3",
- "Triangle": "api/en/math/Triangle",
- "Vector2": "api/en/math/Vector2",
- "Vector3": "api/en/math/Vector3",
- "Vector4": "api/en/math/Vector4"
- },
- "Math / Interpolants": {
- "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
- "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
- "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
- "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
- },
- "Objects": {
- "Bone": "api/en/objects/Bone",
- "Group": "api/en/objects/Group",
- "InstancedMesh": "api/en/objects/InstancedMesh",
- "Line": "api/en/objects/Line",
- "LineLoop": "api/en/objects/LineLoop",
- "LineSegments": "api/en/objects/LineSegments",
- "LOD": "api/en/objects/LOD",
- "Mesh": "api/en/objects/Mesh",
- "Points": "api/en/objects/Points",
- "Skeleton": "api/en/objects/Skeleton",
- "SkinnedMesh": "api/en/objects/SkinnedMesh",
- "Sprite": "api/en/objects/Sprite"
- },
- "Renderers": {
- "WebGLMultisampleRenderTarget": "api/en/renderers/WebGLMultisampleRenderTarget",
- "WebGLRenderer": "api/en/renderers/WebGLRenderer",
- "WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
- "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
- "WebGLCubeRenderTarget": "api/en/renderers/WebGLCubeRenderTarget"
- },
- "Renderers / Shaders": {
- "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
- "ShaderLib": "api/en/renderers/shaders/ShaderLib",
- "UniformsLib": "api/en/renderers/shaders/UniformsLib",
- "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
- },
- "Renderers / WebXR": {
- "WebXRManager": "api/en/renderers/webxr/WebXRManager"
- },
- "Scenes": {
- "Fog": "api/en/scenes/Fog",
- "FogExp2": "api/en/scenes/FogExp2",
- "Scene": "api/en/scenes/Scene"
- },
- "Textures": {
- "CanvasTexture": "api/en/textures/CanvasTexture",
- "CompressedTexture": "api/en/textures/CompressedTexture",
- "CubeTexture": "api/en/textures/CubeTexture",
- "DataTexture": "api/en/textures/DataTexture",
- "DataTexture2DArray": "api/en/textures/DataTexture2DArray",
- "DataTexture3D": "api/en/textures/DataTexture3D",
- "DepthTexture": "api/en/textures/DepthTexture",
- "Texture": "api/en/textures/Texture",
- "VideoTexture": "api/en/textures/VideoTexture"
- }
- },
- "Examples": {
- "Animations": {
- "CCDIKSolver": "examples/en/animations/CCDIKSolver",
- "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
- "MMDPhysics": "examples/en/animations/MMDPhysics"
- },
- "Controls": {
- "DeviceOrientationControls": "examples/en/controls/DeviceOrientationControls",
- "DragControls": "examples/en/controls/DragControls",
- "FirstPersonControls": "examples/en/controls/FirstPersonControls",
- "FlyControls": "examples/en/controls/FlyControls",
- "OrbitControls": "examples/en/controls/OrbitControls",
- "PointerLockControls": "examples/en/controls/PointerLockControls",
- "TrackballControls": "examples/en/controls/TrackballControls",
- "TransformControls": "examples/en/controls/TransformControls"
- },
- "Geometries": {
- "ConvexBufferGeometry": "examples/en/geometries/ConvexBufferGeometry",
- "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
- "DecalGeometry": "examples/en/geometries/DecalGeometry"
- },
- "Helpers": {
- "FaceNormalsHelper": "examples/en/helpers/FaceNormalsHelper",
- "LightProbeHelper": "examples/en/helpers/LightProbeHelper",
- "PositionalAudioHelper": "examples/en/helpers/PositionalAudioHelper",
- "RectAreaLightHelper": "examples/en/helpers/RectAreaLightHelper",
- "VertexNormalsHelper": "examples/en/helpers/VertexNormalsHelper",
- "VertexTangentsHelper": "examples/en/helpers/VertexTangentsHelper"
- },
- "Lights": {
- "LightProbeGenerator": "examples/en/lights/LightProbeGenerator"
- },
- "Loaders": {
- "3DMLoader": "examples/en/loaders/3DMLoader",
- "BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
- "DRACOLoader": "examples/en/loaders/DRACOLoader",
- "GLTFLoader": "examples/en/loaders/GLTFLoader",
- "MMDLoader": "examples/en/loaders/MMDLoader",
- "MTLLoader": "examples/en/loaders/MTLLoader",
- "OBJLoader": "examples/en/loaders/OBJLoader",
- "OBJLoader2": "examples/en/loaders/OBJLoader2",
- "OBJLoader2Parallel": "examples/en/loaders/OBJLoader2Parallel",
- "PCDLoader": "examples/en/loaders/PCDLoader",
- "PDBLoader": "examples/en/loaders/PDBLoader",
- "PRWMLoader": "examples/en/loaders/PRWMLoader",
- "SVGLoader": "examples/en/loaders/SVGLoader",
- "TGALoader": "examples/en/loaders/TGALoader"
- },
- "Objects": {
- "Lensflare": "examples/en/objects/Lensflare"
- },
- "Post-Processing": {
- "EffectComposer": "examples/en/postprocessing/EffectComposer"
- },
- "Exporters": {
- "GLTFExporter": "examples/en/exporters/GLTFExporter",
- "PLYExporter": "examples/en/exporters/PLYExporter",
- "ColladaExporter": "examples/en/exporters/ColladaExporter"
- },
- "Math": {
- "LookupTable": "examples/en/math/Lut",
- "MeshSurfaceSampler": "examples/en/math/MeshSurfaceSampler",
- "OBB": "examples/en/math/OBB"
- },
- "ConvexHull": {
- "Face": "examples/en/math/convexhull/Face",
- "HalfEdge": "examples/en/math/convexhull/HalfEdge",
- "ConvexHull": "examples/en/math/convexhull/ConvexHull",
- "VertexNode": "examples/en/math/convexhull/VertexNode",
- "VertexList": "examples/en/math/convexhull/VertexList"
- },
- "Renderers": {
- "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
- "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
- "SVGRenderer": "examples/en/renderers/SVGRenderer"
- },
- "Utils": {
- "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
- "SceneUtils": "examples/en/utils/SceneUtils",
- "SkeletonUtils": "examples/en/utils/SkeletonUtils"
- }
- },
- "Developer Reference": {
- "Polyfills": {
- "Polyfills": "api/en/Polyfills"
- },
- "WebGLRenderer": {
- "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
- "WebGLShader": "api/en/renderers/webgl/WebGLShader",
- "WebGLState": "api/en/renderers/webgl/WebGLState"
- }
- }
- },
- "ar": {
- "الكتيب": {
- "البدء": {
- "إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
- "التثبيت": "manual/ar/introduction/Installation",
- "دعم المتصفح": "manual/ar/introduction/Browser-support",
- "فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
- "كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
- "إعدادات Typescript": "manual/ar/introduction/Typescript-setup",
- "رسم خطوط": "manual/ar/introduction/Drawing-lines",
- "إنشاء نص": "manual/ar/introduction/Creating-text",
- "تحميل نماذج ثلاثية الأبعاد": "manual/ar/introduction/Loading-3D-models",
- "الأسئلة الشائعة": "manual/ar/introduction/FAQ",
- "روابط مفيدة": "manual/ar/introduction/Useful-links"
- },
- "الخطوات التالية": {
- "كيفية تحديث الأشياء": "manual/ar/introduction/How-to-update-things",
- "كيفية التخلص من الأشياء": "manual/ar/introduction/How-to-dispose-of-objects",
- "كيفية إنشاء محتوى VR": "manual/ar/introduction/How-to-create-VR-content",
- "كيفية استخدام المعالجة اللاحقة (post-processing)": "manual/ar/introduction/How-to-use-post-processing",
- "تحولات المصفوفة (Matrix transformations)": "manual/ar/introduction/Matrix-transformations",
- "نظام الحركات": "manual/ar/introduction/Animation-system"
- },
- "أدوات البناء": {
- "الاختبار مع NPM": "manual/ar/buildTools/Testing-with-NPM"
- }
- },
- "المرجع": {
- "الحركات": {
- "AnimationAction": "api/ar/animation/AnimationAction",
- "AnimationClip": "api/ar/animation/AnimationClip",
- "AnimationMixer": "api/ar/animation/AnimationMixer",
- "AnimationObjectGroup": "api/ar/animation/AnimationObjectGroup",
- "AnimationUtils": "api/ar/animation/AnimationUtils",
- "KeyframeTrack": "api/ar/animation/KeyframeTrack",
- "PropertyBinding": "api/ar/animation/PropertyBinding",
- "PropertyMixer": "api/ar/animation/PropertyMixer"
- },
- "الحركات / Tracks": {
- "BooleanKeyframeTrack": "api/ar/animation/tracks/BooleanKeyframeTrack",
- "ColorKeyframeTrack": "api/ar/animation/tracks/ColorKeyframeTrack",
- "NumberKeyframeTrack": "api/ar/animation/tracks/NumberKeyframeTrack",
- "QuaternionKeyframeTrack": "api/ar/animation/tracks/QuaternionKeyframeTrack",
- "StringKeyframeTrack": "api/ar/animation/tracks/StringKeyframeTrack",
- "VectorKeyframeTrack": "api/ar/animation/tracks/VectorKeyframeTrack"
- },
- "Audio": {
- "Audio": "api/ar/audio/Audio",
- "AudioAnalyser": "api/ar/audio/AudioAnalyser",
- "AudioContext": "api/ar/audio/AudioContext",
- "AudioListener": "api/ar/audio/AudioListener",
- "PositionalAudio": "api/ar/audio/PositionalAudio"
- },
- "Cameras": {
- "ArrayCamera": "api/ar/cameras/ArrayCamera",
- "Camera": "api/ar/cameras/Camera",
- "CubeCamera": "api/ar/cameras/CubeCamera"
- }
- }
- },
- "zh": {
- "手册": {
- "起步": {
- "创建一个场景": "manual/zh/introduction/Creating-a-scene",
- "安装": "manual/zh/introduction/Installation",
- "浏览器支持": "manual/zh/introduction/Browser-support",
- "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
- "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
- "Typescript设置": "manual/zh/introduction/Typescript-setup",
- "画线": "manual/zh/introduction/Drawing-lines",
- "创建文字": "manual/zh/introduction/Creating-text",
- "载入3D模型": "manual/zh/introduction/Loading-3D-models",
- "常见问题": "manual/zh/introduction/FAQ",
- "一些有用的链接": "manual/zh/introduction/Useful-links"
- },
- "进阶": {
- "如何更新场景": "manual/zh/introduction/How-to-update-things",
- "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
- "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
- "如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
- "矩阵变换": "manual/zh/introduction/Matrix-transformations",
- "动画系统": "manual/zh/introduction/Animation-system"
- },
- "构建工具": {
- "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
- }
- },
- "参考": {
- "动画": {
- "AnimationAction": "api/zh/animation/AnimationAction",
- "AnimationClip": "api/zh/animation/AnimationClip",
- "AnimationMixer": "api/zh/animation/AnimationMixer",
- "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
- "AnimationUtils": "api/zh/animation/AnimationUtils",
- "KeyframeTrack": "api/zh/animation/KeyframeTrack",
- "PropertyBinding": "api/zh/animation/PropertyBinding",
- "PropertyMixer": "api/zh/animation/PropertyMixer"
- },
- "动画 / 轨道": {
- "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
- "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
- "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
- "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
- "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
- "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
- },
- "音频": {
- "Audio": "api/zh/audio/Audio",
- "AudioAnalyser": "api/zh/audio/AudioAnalyser",
- "AudioContext": "api/zh/audio/AudioContext",
- "AudioListener": "api/zh/audio/AudioListener",
- "PositionalAudio": "api/zh/audio/PositionalAudio"
- },
- "摄像机": {
- "ArrayCamera": "api/zh/cameras/ArrayCamera",
- "Camera": "api/zh/cameras/Camera",
- "CubeCamera": "api/zh/cameras/CubeCamera",
- "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
- "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
- "StereoCamera": "api/zh/cameras/StereoCamera"
- },
- "常量": {
- "Animation": "api/zh/constants/Animation",
- "Core": "api/zh/constants/Core",
- "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
- "Materials": "api/zh/constants/Materials",
- "Renderer": "api/zh/constants/Renderer",
- "Textures": "api/zh/constants/Textures"
- },
- "核心": {
- "BufferAttribute": "api/zh/core/BufferAttribute",
- "BufferGeometry": "api/zh/core/BufferGeometry",
- "Clock": "api/zh/core/Clock",
- "DirectGeometry": "api/zh/core/DirectGeometry",
- "EventDispatcher": "api/zh/core/EventDispatcher",
- "Face3": "api/zh/core/Face3",
- "Geometry": "api/zh/core/Geometry",
- "GLBufferAttribute": "api/zh/core/GLBufferAttribute",
- "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
- "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
- "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
- "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
- "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
- "Layers": "api/zh/core/Layers",
- "Object3D": "api/zh/core/Object3D",
- "Raycaster": "api/zh/core/Raycaster",
- "Uniform": "api/zh/core/Uniform"
- },
- "核心 / BufferAttributes": {
- "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
- },
- "附件": {
- "Earcut": "api/zh/extras/Earcut",
- "ImageUtils": "api/zh/extras/ImageUtils",
- "PMREMGenerator": "api/zh/extras/PMREMGenerator",
- "ShapeUtils": "api/zh/extras/ShapeUtils"
- },
- "附件 / 核心": {
- "Curve": "api/zh/extras/core/Curve",
- "CurvePath": "api/zh/extras/core/CurvePath",
- "Font": "api/zh/extras/core/Font",
- "Interpolations": "api/zh/extras/core/Interpolations",
- "Path": "api/zh/extras/core/Path",
- "Shape": "api/zh/extras/core/Shape",
- "ShapePath": "api/zh/extras/core/ShapePath"
- },
- "附件 / 曲线": {
- "ArcCurve": "api/zh/extras/curves/ArcCurve",
- "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
- "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
- "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
- "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
- "LineCurve": "api/zh/extras/curves/LineCurve",
- "LineCurve3": "api/zh/extras/curves/LineCurve3",
- "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
- "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
- "SplineCurve": "api/zh/extras/curves/SplineCurve"
- },
- "附件 / 物体": {
- "ImmediateRenderObject": "api/zh/extras/objects/ImmediateRenderObject"
- },
- "几何体": {
- "BoxBufferGeometry": "api/zh/geometries/BoxBufferGeometry",
- "BoxGeometry": "api/zh/geometries/BoxGeometry",
- "CircleBufferGeometry": "api/zh/geometries/CircleBufferGeometry",
- "CircleGeometry": "api/zh/geometries/CircleGeometry",
- "ConeBufferGeometry": "api/zh/geometries/ConeBufferGeometry",
- "ConeGeometry": "api/zh/geometries/ConeGeometry",
- "CylinderBufferGeometry": "api/zh/geometries/CylinderBufferGeometry",
- "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
- "DodecahedronBufferGeometry": "api/zh/geometries/DodecahedronBufferGeometry",
- "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
- "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
- "ExtrudeBufferGeometry": "api/zh/geometries/ExtrudeBufferGeometry",
- "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
- "IcosahedronBufferGeometry": "api/zh/geometries/IcosahedronBufferGeometry",
- "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
- "LatheBufferGeometry": "api/zh/geometries/LatheBufferGeometry",
- "LatheGeometry": "api/zh/geometries/LatheGeometry",
- "OctahedronBufferGeometry": "api/zh/geometries/OctahedronBufferGeometry",
- "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
- "ParametricBufferGeometry": "api/zh/geometries/ParametricBufferGeometry",
- "ParametricGeometry": "api/zh/geometries/ParametricGeometry",
- "PlaneBufferGeometry": "api/zh/geometries/PlaneBufferGeometry",
- "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
- "PolyhedronBufferGeometry": "api/zh/geometries/PolyhedronBufferGeometry",
- "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
- "RingBufferGeometry": "api/zh/geometries/RingBufferGeometry",
- "RingGeometry": "api/zh/geometries/RingGeometry",
- "ShapeBufferGeometry": "api/zh/geometries/ShapeBufferGeometry",
- "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
- "SphereBufferGeometry": "api/zh/geometries/SphereBufferGeometry",
- "SphereGeometry": "api/zh/geometries/SphereGeometry",
- "TetrahedronBufferGeometry": "api/zh/geometries/TetrahedronBufferGeometry",
- "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
- "TextBufferGeometry": "api/zh/geometries/TextBufferGeometry",
- "TextGeometry": "api/zh/geometries/TextGeometry",
- "TorusBufferGeometry": "api/zh/geometries/TorusBufferGeometry",
- "TorusGeometry": "api/zh/geometries/TorusGeometry",
- "TorusKnotBufferGeometry": "api/zh/geometries/TorusKnotBufferGeometry",
- "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
- "TubeBufferGeometry": "api/zh/geometries/TubeBufferGeometry",
- "TubeGeometry": "api/zh/geometries/TubeGeometry",
- "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
- },
- "辅助对象": {
- "ArrowHelper": "api/zh/helpers/ArrowHelper",
- "AxesHelper": "api/zh/helpers/AxesHelper",
- "BoxHelper": "api/zh/helpers/BoxHelper",
- "Box3Helper": "api/zh/helpers/Box3Helper",
- "CameraHelper": "api/zh/helpers/CameraHelper",
- "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
- "GridHelper": "api/zh/helpers/GridHelper",
- "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
- "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
- "PlaneHelper": "api/zh/helpers/PlaneHelper",
- "PointLightHelper": "api/zh/helpers/PointLightHelper",
- "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
- "SpotLightHelper": "api/zh/helpers/SpotLightHelper"
- },
- "灯光": {
- "AmbientLight": "api/zh/lights/AmbientLight",
- "AmbientLightProbe": "api/zh/lights/AmbientLightProbe",
- "DirectionalLight": "api/zh/lights/DirectionalLight",
- "HemisphereLight": "api/zh/lights/HemisphereLight",
- "HemisphereLightProbe": "api/zh/lights/HemisphereLightProbe",
- "Light": "api/zh/lights/Light",
- "LightProbe": "api/zh/lights/LightProbe",
- "PointLight": "api/zh/lights/PointLight",
- "RectAreaLight": "api/zh/lights/RectAreaLight",
- "SpotLight": "api/zh/lights/SpotLight"
- },
- "灯光 / 阴影": {
- "LightShadow": "api/zh/lights/shadows/LightShadow",
- "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
- "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
- "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
- },
- "加载器": {
- "AnimationLoader": "api/zh/loaders/AnimationLoader",
- "AudioLoader": "api/zh/loaders/AudioLoader",
- "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
- "Cache": "api/zh/loaders/Cache",
- "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
- "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
- "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
- "FileLoader": "api/zh/loaders/FileLoader",
- "FontLoader": "api/zh/loaders/FontLoader",
- "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
- "ImageLoader": "api/zh/loaders/ImageLoader",
- "Loader": "api/zh/loaders/Loader",
- "LoaderUtils": "api/zh/loaders/LoaderUtils",
- "MaterialLoader": "api/zh/loaders/MaterialLoader",
- "ObjectLoader": "api/zh/loaders/ObjectLoader",
- "TextureLoader": "api/zh/loaders/TextureLoader"
- },
- "加载器 / 管理器": {
- "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
- "LoadingManager": "api/zh/loaders/managers/LoadingManager"
- },
- "材质": {
- "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
- "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
- "Material": "api/zh/materials/Material",
- "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
- "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
- "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
- "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
- "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
- "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
- "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
- "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
- "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
- "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
- "PointsMaterial": "api/zh/materials/PointsMaterial",
- "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
- "ShaderMaterial": "api/zh/materials/ShaderMaterial",
- "ShadowMaterial": "api/zh/materials/ShadowMaterial",
- "SpriteMaterial": "api/zh/materials/SpriteMaterial"
- },
- "数学库": {
- "Box2": "api/zh/math/Box2",
- "Box3": "api/zh/math/Box3",
- "Color": "api/zh/math/Color",
- "Cylindrical": "api/zh/math/Cylindrical",
- "Euler": "api/zh/math/Euler",
- "Frustum": "api/zh/math/Frustum",
- "Interpolant": "api/zh/math/Interpolant",
- "Line3": "api/zh/math/Line3",
- "MathUtils": "api/zh/math/MathUtils",
- "Matrix3": "api/zh/math/Matrix3",
- "Matrix4": "api/zh/math/Matrix4",
- "Plane": "api/zh/math/Plane",
- "Quaternion": "api/zh/math/Quaternion",
- "Ray": "api/zh/math/Ray",
- "Sphere": "api/zh/math/Sphere",
- "Spherical": "api/zh/math/Spherical",
- "SphericalHarmonics3": "api/zh/math/SphericalHarmonics3",
- "Triangle": "api/zh/math/Triangle",
- "Vector2": "api/zh/math/Vector2",
- "Vector3": "api/zh/math/Vector3",
- "Vector4": "api/zh/math/Vector4"
- },
- "数学库 / 插值": {
- "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
- "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
- "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
- "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
- },
- "物体": {
- "Bone": "api/zh/objects/Bone",
- "Group": "api/zh/objects/Group",
- "InstancedMesh": "api/zh/objects/InstancedMesh",
- "Line": "api/zh/objects/Line",
- "LineLoop": "api/zh/objects/LineLoop",
- "LineSegments": "api/zh/objects/LineSegments",
- "LOD": "api/zh/objects/LOD",
- "Mesh": "api/zh/objects/Mesh",
- "Points": "api/zh/objects/Points",
- "Skeleton": "api/zh/objects/Skeleton",
- "SkinnedMesh": "api/zh/objects/SkinnedMesh",
- "Sprite": "api/zh/objects/Sprite"
- },
- "渲染器": {
- "WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
- "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
- "WebGL1Renderer": "api/zh/renderers/WebGL1Renderer",
- "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
- "WebGLCubeRenderTarget": "api/zh/renderers/WebGLCubeRenderTarget"
- },
- "渲染器 / 着色器": {
- "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
- "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
- "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
- "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
- },
- "渲染器 / WebXR": {
- "WebXRManager": "api/zh/renderers/webxr/WebXRManager"
- },
- "场景": {
- "Fog": "api/zh/scenes/Fog",
- "FogExp2": "api/zh/scenes/FogExp2",
- "Scene": "api/zh/scenes/Scene"
- },
- "纹理贴图": {
- "CanvasTexture": "api/zh/textures/CanvasTexture",
- "CompressedTexture": "api/zh/textures/CompressedTexture",
- "CubeTexture": "api/zh/textures/CubeTexture",
- "DataTexture": "api/zh/textures/DataTexture",
- "DataTexture2DArray": "api/zh/textures/DataTexture2DArray",
- "DataTexture3D": "api/zh/textures/DataTexture3D",
- "DepthTexture": "api/zh/textures/DepthTexture",
- "Texture": "api/zh/textures/Texture",
- "VideoTexture": "api/zh/textures/VideoTexture"
- }
- },
- "示例": {
- "动画": {
- "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
- "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
- "MMDPhysics": "examples/zh/animations/MMDPhysics"
- },
- "控制": {
- "DeviceOrientationControls": "examples/zh/controls/DeviceOrientationControls",
- "DragControls": "examples/zh/controls/DragControls",
- "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
- "FlyControls": "examples/zh/controls/FlyControls",
- "OrbitControls": "examples/zh/controls/OrbitControls",
- "PointerLockControls": "examples/zh/controls/PointerLockControls",
- "TrackballControls": "examples/zh/controls/TrackballControls",
- "TransformControls": "examples/zh/controls/TransformControls"
- },
- "几何体": {
- "ConvexBufferGeometry": "examples/zh/geometries/ConvexBufferGeometry",
- "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
- "DecalGeometry": "examples/zh/geometries/DecalGeometry"
- },
- "辅助对象": {
- "FaceNormalsHelper": "examples/zh/helpers/FaceNormalsHelper",
- "LightProbeHelper": "examples/zh/helpers/LightProbeHelper",
- "PositionalAudioHelper": "examples/zh/helpers/PositionalAudioHelper",
- "RectAreaLightHelper": "examples/zh/helpers/RectAreaLightHelper",
- "VertexNormalsHelper": "examples/zh/helpers/VertexNormalsHelper",
- "VertexTangentsHelper": "examples/zh/helpers/VertexTangentsHelper"
- },
- "灯光": {
- "LightProbeGenerator": "examples/zh/lights/LightProbeGenerator"
- },
- "加载器": {
- "BasisTextureLoader": "examples/zh/loaders/BasisTextureLoader",
- "DRACOLoader": "examples/zh/loaders/DRACOLoader",
- "GLTFLoader": "examples/zh/loaders/GLTFLoader",
- "MMDLoader": "examples/zh/loaders/MMDLoader",
- "MTLLoader": "examples/zh/loaders/MTLLoader",
- "OBJLoader": "examples/zh/loaders/OBJLoader",
- "OBJLoader2": "examples/zh/loaders/OBJLoader2",
- "OBJLoader2Parallel": "examples/zh/loaders/OBJLoader2Parallel",
- "PCDLoader": "examples/zh/loaders/PCDLoader",
- "PDBLoader": "examples/zh/loaders/PDBLoader",
- "PRWMLoader": "examples/zh/loaders/PRWMLoader",
- "SVGLoader": "examples/zh/loaders/SVGLoader",
- "TGALoader": "examples/zh/loaders/TGALoader"
- },
- "物体": {
- "Lensflare": "examples/zh/objects/Lensflare"
- },
- "后期处理": {
- "EffectComposer": "examples/zh/postprocessing/EffectComposer"
- },
- "导出器": {
- "GLTFExporter": "examples/zh/exporters/GLTFExporter",
- "PLYExporter": "examples/zh/exporters/PLYExporter",
- "ColladaExporter": "examples/zh/exporters/ColladaExporter"
- },
- "数学库": {
- "LookupTable": "examples/zh/math/Lut",
- "MeshSurfaceSampler": "examples/zh/math/MeshSurfaceSampler",
- "OBB": "examples/en/math/OBB"
- },
- "QuickHull": {
- "Face": "examples/zh/math/convexhull/Face",
- "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
- "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
- "VertexNode": "examples/zh/math/convexhull/VertexNode",
- "VertexList": "examples/zh/math/convexhull/VertexList"
- },
- "渲染器": {
- "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
- "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
- "SVGRenderer": "examples/zh/renderers/SVGRenderer"
- },
- "实用工具": {
- "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
- "SceneUtils": "examples/zh/utils/SceneUtils",
- "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
- }
- },
- "开发者参考": {
- "差异化支持": {
- "Polyfills": "api/zh/Polyfills"
- },
- "WebGL渲染器": {
- "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
- "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
- "WebGLState": "api/zh/renderers/webgl/WebGLState"
- }
- }
- },
-
- "ko": {
-
- "매뉴얼": {
-
- "시작하기": {
- "장면 만들기": "manual/ko/introduction/Creating-a-scene",
- "설치": "manual/ko/introduction/Installation",
- "브라우저 지원": "manual/ko/introduction/Browser-support",
- "WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
- "로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
- "Typescript 설정": "manual/ko/introduction/Typescript-setup",
- "선 그리기": "manual/ko/introduction/Drawing-lines",
- "텍스트 만들기": "manual/ko/introduction/Creating-text",
- "3D 모델 불러오기": "manual/ko/introduction/Loading-3D-models",
- "FAQ": "manual/ko/introduction/FAQ",
- "참고 링크": "manual/ko/introduction/Useful-links"
- },
-
- "심화 과정": {
- "오브젝트를 업데이트하는 방법": "manual/ko/introduction/How-to-update-things",
- "오브젝트를 폐기하는 방법": "manual/ko/introduction/How-to-dispose-of-objects",
- "VR 컨텐츠를 만드는 방법": "manual/ko/introduction/How-to-create-VR-content",
- "후처리 사용 방법": "manual/ko/introduction/How-to-use-post-processing",
- "행렬 변환": "manual/ko/introduction/Matrix-transformations",
- "애니메이션 시스템": "manual/ko/introduction/Animation-system"
- },
-
- "빌드 도구": {
- "NPM 테스트": "manual/ko/buildTools/Testing-with-NPM"
-
- }
-
- },
- "레퍼런스": {
- "애니메이션": {
- "AnimationAction": "api/ko/animation/AnimationAction",
- },
- "예제": {
- "컨트롤": {
- "DeviceOrientationControls": "examples/ko/controls/DeviceOrientationControls",
- "DragControls": "examples/ko/controls/DragControls",
- "FirstPersonControls": "examples/ko/controls/FirstPersonControls",
- "FlyControls": "examples/ko/controls/FlyControls",
- "OrbitControls": "examples/ko/controls/OrbitControls",
- "PointerLockControls": "examples/ko/controls/PointerLockControls",
- "TrackballControls": "examples/ko/controls/TrackballControls",
- "TransformControls": "examples/ko/controls/TransformControls"
- }
-
- }
- }
- }
|