You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2080 lines
82 KiB

{
"en": {
"Manual": {
"Getting Started": {
"Creating a scene": "manual/en/introduction/Creating-a-scene",
"Installation": "manual/en/introduction/Installation",
"WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
"How to run things locally": "manual/en/introduction/How-to-run-things-locally",
"Drawing lines": "manual/en/introduction/Drawing-lines",
"Creating text": "manual/en/introduction/Creating-text",
"Loading 3D models": "manual/en/introduction/Loading-3D-models",
"Libraries and Plugins": "manual/en/introduction/Libraries-and-Plugins",
"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",
"Color management": "manual/en/introduction/Color-management"
},
"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",
"BufferAttributeUsage": "api/en/constants/BufferAttributeUsage",
"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",
"EventDispatcher": "api/en/core/EventDispatcher",
"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",
"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"
},
"Geometries": {
"BoxGeometry": "api/en/geometries/BoxGeometry",
"CapsuleGeometry": "api/en/geometries/CapsuleGeometry",
"CircleGeometry": "api/en/geometries/CircleGeometry",
"ConeGeometry": "api/en/geometries/ConeGeometry",
"CylinderGeometry": "api/en/geometries/CylinderGeometry",
"DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
"EdgesGeometry": "api/en/geometries/EdgesGeometry",
"ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
"IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
"LatheGeometry": "api/en/geometries/LatheGeometry",
"OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
"PlaneGeometry": "api/en/geometries/PlaneGeometry",
"PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
"RingGeometry": "api/en/geometries/RingGeometry",
"ShapeGeometry": "api/en/geometries/ShapeGeometry",
"SphereGeometry": "api/en/geometries/SphereGeometry",
"TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
"TorusGeometry": "api/en/geometries/TorusGeometry",
"TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
"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",
"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": {
"WebGLMultipleRenderTargets": "api/en/renderers/WebGLMultipleRenderTargets",
"WebGLRenderer": "api/en/renderers/WebGLRenderer",
"WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
"WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
"WebGL3DRenderTarget": "api/en/renderers/WebGL3DRenderTarget",
"WebGLArrayRenderTarget": "api/en/renderers/WebGLArrayRenderTarget",
"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",
"CompressedArrayTexture": "api/en/textures/CompressedArrayTexture",
"CubeTexture": "api/en/textures/CubeTexture",
"Data3DTexture": "api/en/textures/Data3DTexture",
"DataArrayTexture": "api/en/textures/DataArrayTexture",
"DataTexture": "api/en/textures/DataTexture",
"DepthTexture": "api/en/textures/DepthTexture",
"FramebufferTexture": "api/en/textures/FramebufferTexture",
"Source": "api/en/textures/Source",
"Texture": "api/en/textures/Texture",
"VideoTexture": "api/en/textures/VideoTexture"
}
},
"Addons": {
"Animations": {
"CCDIKSolver": "examples/en/animations/CCDIKSolver",
"MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
"MMDPhysics": "examples/en/animations/MMDPhysics"
},
"Controls": {
"ArcballControls": "examples/en/controls/ArcballControls",
"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": {
"ConvexGeometry": "examples/en/geometries/ConvexGeometry",
"DecalGeometry": "examples/en/geometries/DecalGeometry",
"ParametricGeometry": "examples/en/geometries/ParametricGeometry",
"TextGeometry": "examples/en/geometries/TextGeometry"
},
"Helpers": {
"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",
"DRACOLoader": "examples/en/loaders/DRACOLoader",
"FontLoader": "examples/en/loaders/FontLoader",
"GLTFLoader": "examples/en/loaders/GLTFLoader",
"KTX2Loader": "examples/en/loaders/KTX2Loader",
"LDrawLoader": "examples/en/loaders/LDrawLoader",
"MMDLoader": "examples/en/loaders/MMDLoader",
"MTLLoader": "examples/en/loaders/MTLLoader",
"OBJLoader": "examples/en/loaders/OBJLoader",
"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": {
"ColladaExporter": "examples/en/exporters/ColladaExporter",
"EXRExporter": "examples/en/exporters/EXRExporter",
"GLTFExporter": "examples/en/exporters/GLTFExporter",
"OBJExporter": "examples/en/exporters/OBJExporter",
"PLYExporter": "examples/en/exporters/PLYExporter"
},
"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",
"CameraUtils": "examples/en/utils/CameraUtils",
"SceneUtils": "examples/en/utils/SceneUtils",
"SkeletonUtils": "examples/en/utils/SkeletonUtils"
}
},
"Developer Reference": {
"WebGLRenderer": {
"WebGLProgram": "api/en/renderers/webgl/WebGLProgram"
}
}
},
"ar": {
"الكتيب": {
"البدء": {
"إنشاء مشهد": "manual/ar/introduction/Creating-a-scene",
"التثبيت": "manual/ar/introduction/Installation",
"فحص توافق WebGL": "manual/ar/introduction/WebGL-compatibility-check",
"كيف تدير الأشياء محليًا": "manual/ar/introduction/How-to-run-things-locally",
"رسم خطوط": "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",
"WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
"如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
"画线": "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",
"EventDispatcher": "api/zh/core/EventDispatcher",
"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",
"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"
},
"几何体": {
"BoxGeometry": "api/zh/geometries/BoxGeometry",
"CircleGeometry": "api/zh/geometries/CircleGeometry",
"ConeGeometry": "api/zh/geometries/ConeGeometry",
"CylinderGeometry": "api/zh/geometries/CylinderGeometry",
"DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
"EdgesGeometry": "api/zh/geometries/EdgesGeometry",
"ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
"IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
"LatheGeometry": "api/zh/geometries/LatheGeometry",
"OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
"PlaneGeometry": "api/zh/geometries/PlaneGeometry",
"PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
"RingGeometry": "api/zh/geometries/RingGeometry",
"ShapeGeometry": "api/zh/geometries/ShapeGeometry",
"SphereGeometry": "api/zh/geometries/SphereGeometry",
"TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
"TorusGeometry": "api/zh/geometries/TorusGeometry",
"TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
"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",
"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"
},
"渲染器": {
"WebGLMultipleRenderTargets": "api/zh/renderers/WebGLMultipleRenderTargets",
"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",
"CompressedArrayTexture": "api/zh/textures/CompressedArrayTexture",
"CubeTexture": "api/zh/textures/CubeTexture",
"DataArrayTexture": "api/zh/textures/DataArrayTexture",
"Data3DTexture": "api/zh/textures/Data3DTexture",
"DataTexture": "api/zh/textures/DataTexture",
"DepthTexture": "api/zh/textures/DepthTexture",
"FramebufferTexture": "api/zh/textures/FramebufferTexture",
"Source": "api/zh/textures/Source",
"Texture": "api/zh/textures/Texture",
"VideoTexture": "api/zh/textures/VideoTexture"
}
},
"Addons": {
"动画": {
"CCDIKSolver": "examples/zh/animations/CCDIKSolver",
"MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
"MMDPhysics": "examples/zh/animations/MMDPhysics"
},
"控制": {
"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"
},
"几何体": {
"ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
"DecalGeometry": "examples/zh/geometries/DecalGeometry",
"ParametricGeometry": "examples/zh/geometries/ParametricGeometry",
"TextGeometry": "examples/zh/geometries/TextGeometry"
},
"辅助对象": {
"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"
},
"加载器": {
"DRACOLoader": "examples/zh/loaders/DRACOLoader",
"FontLoader": "examples/zh/loaders/FontLoader",
"GLTFLoader": "examples/zh/loaders/GLTFLoader",
"MMDLoader": "examples/zh/loaders/MMDLoader",
"MTLLoader": "examples/zh/loaders/MTLLoader",
"OBJLoader": "examples/zh/loaders/OBJLoader",
"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"
},
"导出器": {
"ColladaExporter": "examples/zh/exporters/ColladaExporter",
"GLTFExporter": "examples/zh/exporters/GLTFExporter",
"PLYExporter": "examples/zh/exporters/PLYExporter"
},
"数学库": {
"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"
}
},
"开发者参考": {
"WebGL渲染器": {
"WebGLProgram": "api/zh/renderers/webgl/WebGLProgram"
}
}
},
"ko": {
"매뉴얼": {
"시작하기": {
"장면 만들기": "manual/ko/introduction/Creating-a-scene",
"설치": "manual/ko/introduction/Installation",
"WebGL 호환성 검사": "manual/ko/introduction/WebGL-compatibility-check",
"로컬 환경에서 구동 방법": "manual/ko/introduction/How-to-run-things-locally",
"선 그리기": "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",
"AnimationClip": "api/ko/animation/AnimationClip",
"AnimationMixer": "api/ko/animation/AnimationMixer",
"AnimationObjectGroup": "api/ko/animation/AnimationObjectGroup",
"AnimationUtils": "api/ko/animation/AnimationUtils",
"KeyframeTrack": "api/ko/animation/KeyframeTrack",
"PropertyBinding": "api/ko/animation/PropertyBinding",
"PropertyMixer": "api/ko/animation/PropertyMixer"
},
"애니메이션 / 트랙": {
"BooleanKeyframeTrack": "api/ko/animation/tracks/BooleanKeyframeTrack",
"ColorKeyframeTrack": "api/ko/animation/tracks/ColorKeyframeTrack",
"NumberKeyframeTrack": "api/ko/animation/tracks/NumberKeyframeTrack",
"QuaternionKeyframeTrack": "api/ko/animation/tracks/QuaternionKeyframeTrack",
"StringKeyframeTrack": "api/ko/animation/tracks/StringKeyframeTrack",
"VectorKeyframeTrack": "api/ko/animation/tracks/VectorKeyframeTrack"
},
"오디오": {
"Audio": "api/ko/audio/Audio",
"AudioAnalyser": "api/ko/audio/AudioAnalyser",
"AudioContext": "api/ko/audio/AudioContext",
"AudioListener": "api/ko/audio/AudioListener",
"PositionalAudio": "api/ko/audio/PositionalAudio"
},
"카메라": {
"ArrayCamera": "api/ko/cameras/ArrayCamera",
"Camera": "api/ko/cameras/Camera",
"CubeCamera": "api/ko/cameras/CubeCamera",
"OrthographicCamera": "api/ko/cameras/OrthographicCamera",
"PerspectiveCamera": "api/ko/cameras/PerspectiveCamera",
"StereoCamera": "api/ko/cameras/StereoCamera"
},
"상수": {
"Animation": "api/ko/constants/Animation",
"Core": "api/ko/constants/Core",
"CustomBlendingEquation": "api/ko/constants/CustomBlendingEquations",
"Materials": "api/ko/constants/Materials",
"Renderer": "api/ko/constants/Renderer",
"Textures": "api/ko/constants/Textures"
},
"Core": {
"BufferAttribute": "api/ko/core/BufferAttribute",
"BufferGeometry": "api/ko/core/BufferGeometry",
"Clock": "api/ko/core/Clock",
"EventDispatcher": "api/ko/core/EventDispatcher",
"GLBufferAttribute": "api/ko/core/GLBufferAttribute",
"InstancedBufferAttribute": "api/ko/core/InstancedBufferAttribute",
"InstancedBufferGeometry": "api/ko/core/InstancedBufferGeometry",
"InstancedInterleavedBuffer": "api/ko/core/InstancedInterleavedBuffer",
"InterleavedBuffer": "api/ko/core/InterleavedBuffer",
"InterleavedBufferAttribute": "api/ko/core/InterleavedBufferAttribute",
"Layers": "api/ko/core/Layers",
"Object3D": "api/ko/core/Object3D",
"Raycaster": "api/ko/core/Raycaster",
"Uniform": "api/ko/core/Uniform"
},
"Core / BufferAttributes": {
"BufferAttribute Types": "api/ko/core/bufferAttributeTypes/BufferAttributeTypes"
},
"Extras": {
"DataUtils": "api/ko/extras/DataUtils",
"Earcut": "api/ko/extras/Earcut",
"ImageUtils": "api/ko/extras/ImageUtils",
"PMREMGenerator": "api/ko/extras/PMREMGenerator",
"ShapeUtils": "api/ko/extras/ShapeUtils"
},
"Extras / Core": {
"Curve": "api/ko/extras/core/Curve",
"CurvePath": "api/ko/extras/core/CurvePath",
"Interpolations": "api/ko/extras/core/Interpolations",
"Path": "api/ko/extras/core/Path",
"Shape": "api/ko/extras/core/Shape",
"ShapePath": "api/ko/extras/core/ShapePath"
},
"Extras / Curves": {
"ArcCurve": "api/ko/extras/curves/ArcCurve",
"CatmullRomCurve3": "api/ko/extras/curves/CatmullRomCurve3",
"CubicBezierCurve": "api/ko/extras/curves/CubicBezierCurve",
"CubicBezierCurve3": "api/ko/extras/curves/CubicBezierCurve3",
"EllipseCurve": "api/ko/extras/curves/EllipseCurve",
"LineCurve": "api/ko/extras/curves/LineCurve",
"LineCurve3": "api/ko/extras/curves/LineCurve3",
"QuadraticBezierCurve": "api/ko/extras/curves/QuadraticBezierCurve",
"QuadraticBezierCurve3": "api/ko/extras/curves/QuadraticBezierCurve3",
"SplineCurve": "api/ko/extras/curves/SplineCurve"
}
},
"Addons": {
"컨트롤": {
"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"
}
}
},
"ja": {
"マニュアル": {
"はじめてみましょう": {
"シーンの作成": "manual/ja/introduction/Creating-a-scene",
"インストールの方法": "manual/ja/introduction/Installation",
"WebGLの互換性の確認": "manual/ja/introduction/WebGL-compatibility-check",
"localで実行する方法": "manual/ja/introduction/How-to-run-things-locally",
"線を引く": "manual/ja/introduction/Drawing-lines",
"テキストを作成する": "manual/ja/introduction/Creating-text",
"3Dモデルをロードする": "manual/ja/introduction/Loading-3D-models",
"ライブラリとプラグイン": "manual/ja/introduction/Libraries-and-Plugins",
"FAQ": "manual/ja/introduction/FAQ",
"役にたつリンク集": "manual/ja/introduction/Useful-links"
},
"次の段階": {
"更新の仕方": "manual/ja/introduction/How-to-update-things",
"オブジェクトを廃棄する方法": "manual/ja/introduction/How-to-dispose-of-objects",
"VRコンテンツの作り方": "manual/ja/introduction/How-to-create-VR-content",
"post-processingの使い方": "manual/ja/introduction/How-to-use-post-processing",
"行列の変換": "manual/ja/introduction/Matrix-transformations",
"アニメーションシステム": "manual/ja/introduction/Animation-system"
},
"ビルドツール": {
"NPMでテストを実行する": "manual/ja/buildTools/Testing-with-NPM"
}
}
},
"it": {
"Manuale": {
"Per iniziare": {
"Creare una scena": "manual/it/introduction/Creating-a-scene",
"Installazione": "manual/it/introduction/Installation",
"Controllo compatibilità WebGL": "manual/it/introduction/WebGL-compatibility-check",
"Esecuzione in locale": "manual/it/introduction/How-to-run-things-locally",
"Disegnare linee": "manual/it/introduction/Drawing-lines",
"Creare testo": "manual/it/introduction/Creating-text",
"Caricare modelli 3D": "manual/it/introduction/Loading-3D-models",
"Librerie e Plugins": "manual/it/introduction/Libraries-and-Plugins",
"FAQ": "manual/it/introduction/FAQ",
"Link utili": "manual/it/introduction/Useful-links"
},
"Prossimi passi": {
"Come aggiornare le cose": "manual/it/introduction/How-to-update-things",
"Come liberare le risorse": "manual/it/introduction/How-to-dispose-of-objects",
"Come creare contenuti VR": "manual/it/introduction/How-to-create-VR-content",
"Come utilizzare il post-processing": "manual/it/introduction/How-to-use-post-processing",
"Trasformazioni di matrici": "manual/it/introduction/Matrix-transformations",
"Sistema di animazione": "manual/it/introduction/Animation-system",
"Gestione del colore": "manual/it/introduction/Color-management"
},
"Strumenti di build": {
"Testare con NPM": "manual/it/buildTools/Testing-with-NPM"
}
},
"Riferimenti": {
"Animazione": {
"AnimationAction": "api/it/animation/AnimationAction",
"AnimationClip": "api/it/animation/AnimationClip",
"AnimationMixer": "api/it/animation/AnimationMixer",
"AnimationObjectGroup": "api/it/animation/AnimationObjectGroup",
"AnimationUtils": "api/it/animation/AnimationUtils",
"KeyframeTrack": "api/it/animation/KeyframeTrack",
"PropertyBinding": "api/it/animation/PropertyBinding",
"PropertyMixer": "api/it/animation/PropertyMixer"
},
"Animazione / Tracks": {
"BooleanKeyframeTrack": "api/it/animation/tracks/BooleanKeyframeTrack",
"ColorKeyframeTrack": "api/it/animation/tracks/ColorKeyframeTrack",
"NumberKeyframeTrack": "api/it/animation/tracks/NumberKeyframeTrack",
"QuaternionKeyframeTrack": "api/it/animation/tracks/QuaternionKeyframeTrack",
"StringKeyframeTrack": "api/it/animation/tracks/StringKeyframeTrack",
"VectorKeyframeTrack": "api/it/animation/tracks/VectorKeyframeTrack"
},
"Audio": {
"Audio": "api/it/audio/Audio",
"AudioAnalyser": "api/it/audio/AudioAnalyser",
"AudioContext": "api/it/audio/AudioContext",
"AudioListener": "api/it/audio/AudioListener",
"PositionalAudio": "api/it/audio/PositionalAudio"
},
"Telecamere": {
"ArrayCamera": "api/it/cameras/ArrayCamera",
"Camera": "api/it/cameras/Camera",
"CubeCamera": "api/it/cameras/CubeCamera",
"OrthographicCamera": "api/it/cameras/OrthographicCamera",
"PerspectiveCamera": "api/it/cameras/PerspectiveCamera",
"StereoCamera": "api/it/cameras/StereoCamera"
},
"Costanti": {
"Animazione": "api/it/constants/Animation",
"Core": "api/it/constants/Core",
"CustomBlendingEquation": "api/it/constants/CustomBlendingEquations",
"BufferAttributeUsage": "api/it/constants/BufferAttributeUsage",
"Materiali": "api/it/constants/Materials",
"Renderer": "api/it/constants/Renderer",
"Texture": "api/it/constants/Textures"
},
"Core": {
"BufferAttribute": "api/it/core/BufferAttribute",
"BufferGeometry": "api/it/core/BufferGeometry",
"Clock": "api/it/core/Clock",
"EventDispatcher": "api/it/core/EventDispatcher",
"GLBufferAttribute": "api/it/core/GLBufferAttribute",
"InstancedBufferAttribute": "api/it/core/InstancedBufferAttribute",
"InstancedBufferGeometry": "api/it/core/InstancedBufferGeometry",
"InstancedInterleavedBuffer": "api/it/core/InstancedInterleavedBuffer",
"InterleavedBuffer": "api/it/core/InterleavedBuffer",
"InterleavedBufferAttribute": "api/it/core/InterleavedBufferAttribute",
"Layers": "api/it/core/Layers",
"Object3D": "api/it/core/Object3D",
"Raycaster": "api/it/core/Raycaster",
"Uniform": "api/it/core/Uniform"
},
"Core / BufferAttributes": {
"BufferAttribute Types": "api/it/core/bufferAttributeTypes/BufferAttributeTypes"
},
"Extras": {
"DataUtils": "api/it/extras/DataUtils",
"Earcut": "api/it/extras/Earcut",
"ImageUtils": "api/it/extras/ImageUtils",
"PMREMGenerator": "api/it/extras/PMREMGenerator",
"ShapeUtils": "api/it/extras/ShapeUtils"
},
"Extras / Core": {
"Curve": "api/it/extras/core/Curve",
"CurvePath": "api/it/extras/core/CurvePath",
"Interpolations": "api/it/extras/core/Interpolations",
"Path": "api/it/extras/core/Path",
"Shape": "api/it/extras/core/Shape",
"ShapePath": "api/it/extras/core/ShapePath"
},
"Extras / Curves": {
"ArcCurve": "api/it/extras/curves/ArcCurve",
"CatmullRomCurve3": "api/it/extras/curves/CatmullRomCurve3",
"CubicBezierCurve": "api/it/extras/curves/CubicBezierCurve",
"CubicBezierCurve3": "api/it/extras/curves/CubicBezierCurve3",
"EllipseCurve": "api/it/extras/curves/EllipseCurve",
"LineCurve": "api/it/extras/curves/LineCurve",
"LineCurve3": "api/it/extras/curves/LineCurve3",
"QuadraticBezierCurve": "api/it/extras/curves/QuadraticBezierCurve",
"QuadraticBezierCurve3": "api/it/extras/curves/QuadraticBezierCurve3",
"SplineCurve": "api/it/extras/curves/SplineCurve"
},
"Geometrie": {
"BoxGeometry": "api/it/geometries/BoxGeometry",
"CapsuleGeometry": "api/it/geometries/CapsuleGeometry",
"CircleGeometry": "api/it/geometries/CircleGeometry",
"ConeGeometry": "api/it/geometries/ConeGeometry",
"CylinderGeometry": "api/it/geometries/CylinderGeometry",
"DodecahedronGeometry": "api/it/geometries/DodecahedronGeometry",
"EdgesGeometry": "api/it/geometries/EdgesGeometry",
"ExtrudeGeometry": "api/it/geometries/ExtrudeGeometry",
"IcosahedronGeometry": "api/it/geometries/IcosahedronGeometry",
"LatheGeometry": "api/it/geometries/LatheGeometry",
"OctahedronGeometry": "api/it/geometries/OctahedronGeometry",
"PlaneGeometry": "api/it/geometries/PlaneGeometry",
"PolyhedronGeometry": "api/it/geometries/PolyhedronGeometry",
"RingGeometry": "api/it/geometries/RingGeometry",
"ShapeGeometry": "api/it/geometries/ShapeGeometry",
"SphereGeometry": "api/it/geometries/SphereGeometry",
"TetrahedronGeometry": "api/it/geometries/TetrahedronGeometry",
"TorusGeometry": "api/it/geometries/TorusGeometry",
"TorusKnotGeometry": "api/it/geometries/TorusKnotGeometry",
"TubeGeometry": "api/it/geometries/TubeGeometry",
"WireframeGeometry": "api/it/geometries/WireframeGeometry"
},
"Helpers": {
"ArrowHelper": "api/it/helpers/ArrowHelper",
"AxesHelper": "api/it/helpers/AxesHelper",
"BoxHelper": "api/it/helpers/BoxHelper",
"Box3Helper": "api/it/helpers/Box3Helper",
"CameraHelper": "api/it/helpers/CameraHelper",
"DirectionalLightHelper": "api/it/helpers/DirectionalLightHelper",
"GridHelper": "api/it/helpers/GridHelper",
"PolarGridHelper": "api/it/helpers/PolarGridHelper",
"HemisphereLightHelper": "api/it/helpers/HemisphereLightHelper",
"PlaneHelper": "api/it/helpers/PlaneHelper",
"PointLightHelper": "api/it/helpers/PointLightHelper",
"SkeletonHelper": "api/it/helpers/SkeletonHelper",
"SpotLightHelper": "api/it/helpers/SpotLightHelper"
},
"Luci": {
"AmbientLight": "api/it/lights/AmbientLight",
"AmbientLightProbe": "api/it/lights/AmbientLightProbe",
"DirectionalLight": "api/it/lights/DirectionalLight",
"HemisphereLight": "api/it/lights/HemisphereLight",
"HemisphereLightProbe": "api/it/lights/HemisphereLightProbe",
"Light": "api/it/lights/Light",
"LightProbe": "api/it/lights/LightProbe",
"PointLight": "api/it/lights/PointLight",
"RectAreaLight": "api/it/lights/RectAreaLight",
"SpotLight": "api/it/lights/SpotLight"
},
"Luci / Ombre": {
"LightShadow": "api/it/lights/shadows/LightShadow",
"PointLightShadow": "api/it/lights/shadows/PointLightShadow",
"DirectionalLightShadow": "api/it/lights/shadows/DirectionalLightShadow",
"SpotLightShadow": "api/it/lights/shadows/SpotLightShadow"
},
"Loaders": {
"AnimationLoader": "api/it/loaders/AnimationLoader",
"AudioLoader": "api/it/loaders/AudioLoader",
"BufferGeometryLoader": "api/it/loaders/BufferGeometryLoader",
"Cache": "api/it/loaders/Cache",
"CompressedTextureLoader": "api/it/loaders/CompressedTextureLoader",
"CubeTextureLoader": "api/it/loaders/CubeTextureLoader",
"DataTextureLoader": "api/it/loaders/DataTextureLoader",
"FileLoader": "api/it/loaders/FileLoader",
"ImageBitmapLoader": "api/it/loaders/ImageBitmapLoader",
"ImageLoader": "api/it/loaders/ImageLoader",
"Loader": "api/it/loaders/Loader",
"LoaderUtils": "api/it/loaders/LoaderUtils",
"MaterialLoader": "api/it/loaders/MaterialLoader",
"ObjectLoader": "api/it/loaders/ObjectLoader",
"TextureLoader": "api/it/loaders/TextureLoader"
},
"Loaders / Managers": {
"DefaultLoadingManager": "api/it/loaders/managers/DefaultLoadingManager",
"LoadingManager": "api/it/loaders/managers/LoadingManager"
},
"Materiali": {
"LineBasicMaterial": "api/it/materials/LineBasicMaterial",
"LineDashedMaterial": "api/it/materials/LineDashedMaterial",
"Material": "api/it/materials/Material",
"MeshBasicMaterial": "api/it/materials/MeshBasicMaterial",
"MeshDepthMaterial": "api/it/materials/MeshDepthMaterial",
"MeshDistanceMaterial": "api/it/materials/MeshDistanceMaterial",
"MeshLambertMaterial": "api/it/materials/MeshLambertMaterial",
"MeshMatcapMaterial": "api/it/materials/MeshMatcapMaterial",
"MeshNormalMaterial": "api/it/materials/MeshNormalMaterial",
"MeshPhongMaterial": "api/it/materials/MeshPhongMaterial",
"MeshPhysicalMaterial": "api/it/materials/MeshPhysicalMaterial",
"MeshStandardMaterial": "api/it/materials/MeshStandardMaterial",
"MeshToonMaterial": "api/it/materials/MeshToonMaterial",
"PointsMaterial": "api/it/materials/PointsMaterial",
"RawShaderMaterial": "api/it/materials/RawShaderMaterial",
"ShaderMaterial": "api/it/materials/ShaderMaterial",
"ShadowMaterial": "api/it/materials/ShadowMaterial",
"SpriteMaterial": "api/it/materials/SpriteMaterial"
},
"Math": {
"Box2": "api/it/math/Box2",
"Box3": "api/it/math/Box3",
"Color": "api/it/math/Color",
"Cylindrical": "api/it/math/Cylindrical",
"Euler": "api/it/math/Euler",
"Frustum": "api/it/math/Frustum",
"Interpolant": "api/it/math/Interpolant",
"Line3": "api/it/math/Line3",
"MathUtils": "api/it/math/MathUtils",
"Matrix3": "api/it/math/Matrix3",
"Matrix4": "api/it/math/Matrix4",
"Plane": "api/it/math/Plane",
"Quaternion": "api/it/math/Quaternion",
"Ray": "api/it/math/Ray",
"Sphere": "api/it/math/Sphere",
"Spherical": "api/it/math/Spherical",
"SphericalHarmonics3": "api/it/math/SphericalHarmonics3",
"Triangle": "api/it/math/Triangle",
"Vector2": "api/it/math/Vector2",
"Vector3": "api/it/math/Vector3",
"Vector4": "api/it/math/Vector4"
},
"Math / Interpolants": {
"CubicInterpolant": "api/it/math/interpolants/CubicInterpolant",
"DiscreteInterpolant": "api/it/math/interpolants/DiscreteInterpolant",
"LinearInterpolant": "api/it/math/interpolants/LinearInterpolant",
"QuaternionLinearInterpolant": "api/it/math/interpolants/QuaternionLinearInterpolant"
},
"Oggetti": {
"Bone": "api/it/objects/Bone",
"Group": "api/it/objects/Group",
"InstancedMesh": "api/it/objects/InstancedMesh",
"Line": "api/it/objects/Line",
"LineLoop": "api/it/objects/LineLoop",
"LineSegments": "api/it/objects/LineSegments",
"LOD": "api/it/objects/LOD",
"Mesh": "api/it/objects/Mesh",
"Points": "api/it/objects/Points",
"Skeleton": "api/it/objects/Skeleton",
"SkinnedMesh": "api/it/objects/SkinnedMesh",
"Sprite": "api/it/objects/Sprite"
},
"Renderers": {
"WebGLMultipleRenderTargets": "api/it/renderers/WebGLMultipleRenderTargets",
"WebGLRenderer": "api/it/renderers/WebGLRenderer",
"WebGL1Renderer": "api/it/renderers/WebGL1Renderer",
"WebGLRenderTarget": "api/it/renderers/WebGLRenderTarget",
"WebGL3DRenderTarget": "api/it/renderers/WebGL3DRenderTarget",
"WebGLArrayRenderTarget": "api/it/renderers/WebGLArrayRenderTarget",
"WebGLCubeRenderTarget": "api/it/renderers/WebGLCubeRenderTarget"
},
"Renderers / Shaders": {
"ShaderChunk": "api/it/renderers/shaders/ShaderChunk",
"ShaderLib": "api/it/renderers/shaders/ShaderLib",
"UniformsLib": "api/it/renderers/shaders/UniformsLib",
"UniformsUtils": "api/it/renderers/shaders/UniformsUtils"
},
"Renderers / WebXR": {
"WebXRManager": "api/it/renderers/webxr/WebXRManager"
},
"Scene": {
"Fog": "api/it/scenes/Fog",
"FogExp2": "api/it/scenes/FogExp2",
"Scene": "api/it/scenes/Scene"
},
"Textures": {
"CanvasTexture": "api/it/textures/CanvasTexture",
"CompressedTexture": "api/it/textures/CompressedTexture",
"CompressedArrayTexture": "api/it/textures/CompressedArrayTexture",
"CubeTexture": "api/it/textures/CubeTexture",
"Data3DTexture": "api/it/textures/Data3DTexture",
"DataArrayTexture": "api/it/textures/DataArrayTexture",
"DataTexture": "api/it/textures/DataTexture",
"DepthTexture": "api/it/textures/DepthTexture",
"FramebufferTexture": "api/it/textures/FramebufferTexture",
"Source": "api/it/textures/Source",
"Texture": "api/it/textures/Texture",
"VideoTexture": "api/it/textures/VideoTexture"
}
}
},
"pt-br": {
"Manual": {
"Comece a usar": {
"Criando uma cena": "manual/pt-br/introduction/Creating-a-scene",
"Instalação": "manual/pt-br/introduction/Installation",
"Compatibilidade WebGL": "manual/pt-br/introduction/WebGL-compatibility-check",
"Como executar localmente": "manual/pt-br/introduction/How-to-run-things-locally",
"Desenhando linhas": "manual/pt-br/introduction/Drawing-lines",
"Criando texto": "manual/pt-br/introduction/Creating-text",
"Carregando modelos 3D": "manual/pt-br/introduction/Loading-3D-models",
"Bibliotecas e Plugins": "manual/pt-br/introduction/Libraries-and-Plugins",
"FAQ": "manual/pt-br/introduction/FAQ",
"Links úteis": "manual/pt-br/introduction/Useful-links"
},
"Próximos Passos": {
"Como atualizar as coisas": "manual/pt-br/introduction/How-to-update-things",
"Como descartar objetos": "manual/pt-br/introduction/How-to-dispose-of-objects",
"Como criar conteúdo de VR": "manual/pt-br/introduction/How-to-create-VR-content",
"Como usar o pós-processamento": "manual/pt-br/introduction/How-to-use-post-processing",
"Transformações de matriz": "manual/pt-br/introduction/Matrix-transformations",
"Sistema de animação": "manual/pt-br/introduction/Animation-system",
"Gerenciamento de cor": "manual/pt-br/introduction/Color-management"
},
"Ferramentas de Build": {
"Testando com NPM": "manual/pt-br/buildTools/Testing-with-NPM"
}
},
"Referência": {
"Animation": {
"AnimationAction": "api/pt-br/animation/AnimationAction",
"AnimationClip": "api/pt-br/animation/AnimationClip",
"AnimationMixer": "api/pt-br/animation/AnimationMixer",
"AnimationObjectGroup": "api/pt-br/animation/AnimationObjectGroup",
"AnimationUtils": "api/pt-br/animation/AnimationUtils",
"KeyframeTrack": "api/pt-br/animation/KeyframeTrack",
"PropertyBinding": "api/pt-br/animation/PropertyBinding",
"PropertyMixer": "api/pt-br/animation/PropertyMixer"
},
"Animation / Tracks": {
"BooleanKeyframeTrack": "api/pt-br/animation/tracks/BooleanKeyframeTrack",
"ColorKeyframeTrack": "api/pt-br/animation/tracks/ColorKeyframeTrack",
"NumberKeyframeTrack": "api/pt-br/animation/tracks/NumberKeyframeTrack",
"QuaternionKeyframeTrack": "api/pt-br/animation/tracks/QuaternionKeyframeTrack",
"StringKeyframeTrack": "api/pt-br/animation/tracks/StringKeyframeTrack",
"VectorKeyframeTrack": "api/pt-br/animation/tracks/VectorKeyframeTrack"
},
"Audio": {
"Audio": "api/pt-br/audio/Audio",
"AudioAnalyser": "api/pt-br/audio/AudioAnalyser",
"AudioContext": "api/pt-br/audio/AudioContext",
"AudioListener": "api/pt-br/audio/AudioListener",
"PositionalAudio": "api/pt-br/audio/PositionalAudio"
},
"Cameras": {
"ArrayCamera": "api/pt-br/cameras/ArrayCamera",
"Camera": "api/pt-br/cameras/Camera",
"CubeCamera": "api/pt-br/cameras/CubeCamera",
"OrthographicCamera": "api/pt-br/cameras/OrthographicCamera",
"PerspectiveCamera": "api/pt-br/cameras/PerspectiveCamera",
"StereoCamera": "api/pt-br/cameras/StereoCamera"
},
"Constantes": {
"Animation": "api/pt-br/constants/Animation",
"Core": "api/pt-br/constants/Core",
"CustomBlendingEquation": "api/pt-br/constants/CustomBlendingEquations",
"BufferAttributeUsage": "api/pt-br/constants/BufferAttributeUsage",
"Materials": "api/pt-br/constants/Materials",
"Renderer": "api/pt-br/constants/Renderer",
"Textures": "api/pt-br/constants/Textures"
}
}
},
"fr": {
"Manuel": {
"Débuter": {
"Créer une scène": "manual/fr/introduction/Creating-a-scene",
"Installation": "manual/fr/introduction/Installation",
"Compatibilité WebGL": "manual/fr/introduction/WebGL-compatibility-check",
"Exécuter localement": "manual/fr/introduction/How-to-run-things-locally",
"Dessiner des lignes": "manual/fr/introduction/Drawing-lines",
"Créer un texte": "manual/fr/introduction/Creating-text",
"Importer des modèles 3D": "manual/fr/introduction/Loading-3D-models",
"Librairies et Plugins": "manual/fr/introduction/Libraries-and-Plugins",
"FAQ": "manual/fr/introduction/FAQ",
"Liens Utiles": "manual/fr/introduction/Useful-links"
},
"Étapes Suivantes": {
"Mettre les éléments à jour": "manual/fr/introduction/How-to-update-things",
"Supprimer un objet": "manual/fr/introduction/How-to-dispose-of-objects",
"Créer du contenu VR": "manual/fr/introduction/How-to-create-VR-content",
"Utiliser le post-processing": "manual/fr/introduction/How-to-use-post-processing",
"Matrices de transformation": "manual/fr/introduction/Matrix-transformations",
"Système d'animation": "manual/fr/introduction/Animation-system",
"Gestion des couleurs": "manual/fr/introduction/Color-management"
},
"Outils de build": {
"Tests avec NPM": "manual/fr/buildTools/Testing-with-NPM"
},
"Noyau": {
"BufferAttribute": "api/fr/core/BufferAttribute",
"BufferGeometry": "api/fr/core/BufferGeometry"
}
},
"Référence": {
"Animation": {
"AnimationAction": "api/fr/animation/AnimationAction",
"AnimationClip": "api/fr/animation/AnimationClip",
"AnimationMixer": "api/fr/animation/AnimationMixer",
"AnimationObjectGroup": "api/fr/animation/AnimationObjectGroup",
"AnimationUtils": "api/fr/animation/AnimationUtils",
"KeyframeTrack": "api/fr/animation/KeyframeTrack",
"PropertyBinding": "api/fr/animation/PropertyBinding",
"PropertyMixer": "api/fr/animation/PropertyMixer"
},
"Animation / Tracks": {
"BooleanKeyframeTrack": "api/fr/animation/tracks/BooleanKeyframeTrack",
"ColorKeyframeTrack": "api/fr/animation/tracks/ColorKeyframeTrack",
"NumberKeyframeTrack": "api/fr/animation/tracks/NumberKeyframeTrack",
"QuaternionKeyframeTrack": "api/fr/animation/tracks/QuaternionKeyframeTrack",
"StringKeyframeTrack": "api/fr/animation/tracks/StringKeyframeTrack",
"VectorKeyframeTrack": "api/fr/animation/tracks/VectorKeyframeTrack"
},
"Audio": {
"Audio": "api/fr/audio/Audio",
"AudioAnalyser": "api/fr/audio/AudioAnalyser",
"AudioContext": "api/fr/audio/AudioContext",
"AudioListener": "api/fr/audio/AudioListener",
"PositionalAudio": "api/fr/audio/PositionalAudio"
},
"Caméras": {
"ArrayCamera": "api/fr/cameras/ArrayCamera",
"Camera": "api/fr/cameras/Camera",
"CubeCamera": "api/fr/cameras/CubeCamera",
"OrthographicCamera": "api/fr/cameras/OrthographicCamera",
"PerspectiveCamera": "api/fr/cameras/PerspectiveCamera",
"StereoCamera": "api/fr/cameras/StereoCamera"
},
"Constantes": {
"Animation": "api/fr/constants/Animation",
"Core": "api/fr/constants/Core",
"CustomBlendingEquation": "api/fr/constants/CustomBlendingEquations",
"BufferAttributeUsage": "api/fr/constants/BufferAttributeUsage",
"Materials": "api/fr/constants/Materials",
"Renderer": "api/fr/constants/Renderer",
"Textures": "api/fr/constants/Textures"
},
"Géométries": {
"BoxGeometry": "api/fr/geometries/BoxGeometry",
"CapsuleGeometry": "api/fr/geometries/CapsuleGeometry",
"CircleGeometry": "api/fr/geometries/CircleGeometry",
"ConeGeometry": "api/fr/geometries/ConeGeometry",
"CylinderGeometry": "api/fr/geometries/CylinderGeometry",
"DodecahedronGeometry": "api/fr/geometries/DodecahedronGeometry",
"EdgesGeometry": "api/fr/geometries/EdgesGeometry",
"ExtrudeGeometry": "api/fr/geometries/ExtrudeGeometry",
"IcosahedronGeometry": "api/fr/geometries/IcosahedronGeometry",
"LatheGeometry": "api/fr/geometries/LatheGeometry",
"OctahedronGeometry": "api/fr/geometries/OctahedronGeometry",
"PlaneGeometry": "api/fr/geometries/PlaneGeometry",
"PolyhedronGeometry": "api/fr/geometries/PolyhedronGeometry",
"RingGeometry": "api/fr/geometries/RingGeometry",
"ShapeGeometry": "api/fr/geometries/ShapeGeometry",
"SphereGeometry": "api/fr/geometries/SphereGeometry",
"TetrahedronGeometry": "api/fr/geometries/TetrahedronGeometry",
"TorusGeometry": "api/fr/geometries/TorusGeometry",
"TorusKnotGeometry": "api/fr/geometries/TorusKnotGeometry",
"TubeGeometry": "api/fr/geometries/TubeGeometry",
"WireframeGeometry": "api/fr/geometries/WireframeGeometry"
}
}
},
"ru": {
"Руководство": {
"Приступая к работе": {
"Создание сцены": "manual/ru/introduction/Creating-a-scene",
"Установка": "manual/ru/introduction/Installation",
"Проверка совместимости с WebGL": "manual/ru/introduction/WebGL-compatibility-check",
"Локальная разработка ": "manual/ru/introduction/How-to-run-things-locally",
"Рисование линий": "manual/ru/introduction/Drawing-lines",
"Создание текста": "manual/ru/introduction/Creating-text",
"Загрузка 3D-моделей": "manual/ru/introduction/Loading-3D-models",
"Библиотеки и плагины": "manual/ru/introduction/Libraries-and-Plugins",
"Часто задаваемые вопросы": "manual/ru/introduction/FAQ",
"Полезные ссылки": "manual/ru/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",
"Color management": "manual/en/introduction/Color-management"
},
"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",
"BufferAttributeUsage": "api/en/constants/BufferAttributeUsage",
"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",
"EventDispatcher": "api/en/core/EventDispatcher",
"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",
"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"
},
"Geometries": {
"BoxGeometry": "api/en/geometries/BoxGeometry",
"CapsuleGeometry": "api/en/geometries/CapsuleGeometry",
"CircleGeometry": "api/en/geometries/CircleGeometry",
"ConeGeometry": "api/en/geometries/ConeGeometry",
"CylinderGeometry": "api/en/geometries/CylinderGeometry",
"DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
"EdgesGeometry": "api/en/geometries/EdgesGeometry",
"ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
"IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
"LatheGeometry": "api/en/geometries/LatheGeometry",
"OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
"PlaneGeometry": "api/en/geometries/PlaneGeometry",
"PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
"RingGeometry": "api/en/geometries/RingGeometry",
"ShapeGeometry": "api/en/geometries/ShapeGeometry",
"SphereGeometry": "api/en/geometries/SphereGeometry",
"TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
"TorusGeometry": "api/en/geometries/TorusGeometry",
"TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
"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",
"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": {
"WebGLMultipleRenderTargets": "api/en/renderers/WebGLMultipleRenderTargets",
"WebGLRenderer": "api/en/renderers/WebGLRenderer",
"WebGL1Renderer": "api/en/renderers/WebGL1Renderer",
"WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
"WebGL3DRenderTarget": "api/en/renderers/WebGL3DRenderTarget",
"WebGLArrayRenderTarget": "api/en/renderers/WebGLArrayRenderTarget",
"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",
"CompressedArrayTexture": "api/en/textures/CompressedArrayTexture",
"CubeTexture": "api/en/textures/CubeTexture",
"Data3DTexture": "api/en/textures/Data3DTexture",
"DataArrayTexture": "api/en/textures/DataArrayTexture",
"DataTexture": "api/en/textures/DataTexture",
"DepthTexture": "api/en/textures/DepthTexture",
"FramebufferTexture": "api/en/textures/FramebufferTexture",
"Source": "api/en/textures/Source",
"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": {
"ArcballControls": "examples/en/controls/ArcballControls",
"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": {
"ConvexGeometry": "examples/en/geometries/ConvexGeometry",
"DecalGeometry": "examples/en/geometries/DecalGeometry",
"ParametricGeometry": "examples/en/geometries/ParametricGeometry",
"TextGeometry": "examples/en/geometries/TextGeometry"
},
"Helpers": {
"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",
"DRACOLoader": "examples/en/loaders/DRACOLoader",
"FontLoader": "examples/en/loaders/FontLoader",
"GLTFLoader": "examples/en/loaders/GLTFLoader",
"KTX2Loader": "examples/en/loaders/KTX2Loader",
"LDrawLoader": "examples/en/loaders/LDrawLoader",
"MMDLoader": "examples/en/loaders/MMDLoader",
"MTLLoader": "examples/en/loaders/MTLLoader",
"OBJLoader": "examples/en/loaders/OBJLoader",
"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": {
"ColladaExporter": "examples/en/exporters/ColladaExporter",
"EXRExporter": "examples/en/exporters/EXRExporter",
"GLTFExporter": "examples/en/exporters/GLTFExporter",
"OBJExporter": "examples/en/exporters/OBJExporter",
"PLYExporter": "examples/en/exporters/PLYExporter"
},
"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",
"CameraUtils": "examples/en/utils/CameraUtils",
"SceneUtils": "examples/en/utils/SceneUtils",
"SkeletonUtils": "examples/en/utils/SkeletonUtils"
}
},
"Developer Reference": {
"WebGLRenderer": {
"WebGLProgram": "api/en/renderers/webgl/WebGLProgram"
}
}
}
}