list.js 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. var list = {
  2. "en": {
  3. "Manual": {
  4. "Getting Started": {
  5. "Creating a scene": "manual/en/introduction/Creating-a-scene",
  6. "Import via modules": "manual/en/introduction/Import-via-modules",
  7. "Browser support": "manual/en/introduction/Browser-support",
  8. "WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
  9. "How to run things locally": "manual/en/introduction/How-to-run-things-locally",
  10. "How to use WebGL 2": "manual/en/introduction/How-to-use-WebGL2",
  11. "Drawing lines": "manual/en/introduction/Drawing-lines",
  12. "Creating text": "manual/en/introduction/Creating-text",
  13. "Loading 3D models": "manual/en/introduction/Loading-3D-models",
  14. "FAQ": "manual/en/introduction/FAQ",
  15. "Useful links": "manual/en/introduction/Useful-links"
  16. },
  17. "Next Steps": {
  18. "How to update things": "manual/en/introduction/How-to-update-things",
  19. "How to dispose of objects": "manual/en/introduction/How-to-dispose-of-objects",
  20. "How to create VR content": "manual/en/introduction/How-to-create-VR-content",
  21. "How to use post-processing": "manual/en/introduction/How-to-use-post-processing",
  22. "Matrix transformations": "manual/en/introduction/Matrix-transformations",
  23. "Animation system": "manual/en/introduction/Animation-system"
  24. },
  25. "Build Tools": {
  26. "Testing with NPM": "manual/en/buildTools/Testing-with-NPM"
  27. }
  28. },
  29. "Reference": {
  30. "Animation": {
  31. "AnimationAction": "api/en/animation/AnimationAction",
  32. "AnimationClip": "api/en/animation/AnimationClip",
  33. "AnimationMixer": "api/en/animation/AnimationMixer",
  34. "AnimationObjectGroup": "api/en/animation/AnimationObjectGroup",
  35. "AnimationUtils": "api/en/animation/AnimationUtils",
  36. "KeyframeTrack": "api/en/animation/KeyframeTrack",
  37. "PropertyBinding": "api/en/animation/PropertyBinding",
  38. "PropertyMixer": "api/en/animation/PropertyMixer"
  39. },
  40. "Animation / Tracks": {
  41. "BooleanKeyframeTrack": "api/en/animation/tracks/BooleanKeyframeTrack",
  42. "ColorKeyframeTrack": "api/en/animation/tracks/ColorKeyframeTrack",
  43. "NumberKeyframeTrack": "api/en/animation/tracks/NumberKeyframeTrack",
  44. "QuaternionKeyframeTrack": "api/en/animation/tracks/QuaternionKeyframeTrack",
  45. "StringKeyframeTrack": "api/en/animation/tracks/StringKeyframeTrack",
  46. "VectorKeyframeTrack": "api/en/animation/tracks/VectorKeyframeTrack"
  47. },
  48. "Audio": {
  49. "Audio": "api/en/audio/Audio",
  50. "AudioAnalyser": "api/en/audio/AudioAnalyser",
  51. "AudioContext": "api/en/audio/AudioContext",
  52. "AudioListener": "api/en/audio/AudioListener",
  53. "PositionalAudio": "api/en/audio/PositionalAudio"
  54. },
  55. "Cameras": {
  56. "ArrayCamera": "api/en/cameras/ArrayCamera",
  57. "Camera": "api/en/cameras/Camera",
  58. "CubeCamera": "api/en/cameras/CubeCamera",
  59. "OrthographicCamera": "api/en/cameras/OrthographicCamera",
  60. "PerspectiveCamera": "api/en/cameras/PerspectiveCamera",
  61. "StereoCamera": "api/en/cameras/StereoCamera"
  62. },
  63. "Constants": {
  64. "Animation": "api/en/constants/Animation",
  65. "Core": "api/en/constants/Core",
  66. "CustomBlendingEquation": "api/en/constants/CustomBlendingEquations",
  67. "DrawModes": "api/en/constants/DrawModes",
  68. "Materials": "api/en/constants/Materials",
  69. "Renderer": "api/en/constants/Renderer",
  70. "Textures": "api/en/constants/Textures"
  71. },
  72. "Core": {
  73. "BufferAttribute": "api/en/core/BufferAttribute",
  74. "BufferGeometry": "api/en/core/BufferGeometry",
  75. "Clock": "api/en/core/Clock",
  76. "DirectGeometry": "api/en/core/DirectGeometry",
  77. "EventDispatcher": "api/en/core/EventDispatcher",
  78. "Face3": "api/en/core/Face3",
  79. "Geometry": "api/en/core/Geometry",
  80. "GLBufferAttribute": "api/{lan}/core/GLBufferAttribute",
  81. "InstancedBufferAttribute": "api/en/core/InstancedBufferAttribute",
  82. "InstancedBufferGeometry": "api/en/core/InstancedBufferGeometry",
  83. "InstancedInterleavedBuffer": "api/en/core/InstancedInterleavedBuffer",
  84. "InterleavedBuffer": "api/en/core/InterleavedBuffer",
  85. "InterleavedBufferAttribute": "api/en/core/InterleavedBufferAttribute",
  86. "Layers": "api/en/core/Layers",
  87. "Object3D": "api/en/core/Object3D",
  88. "Raycaster": "api/en/core/Raycaster",
  89. "Uniform": "api/en/core/Uniform"
  90. },
  91. "Core / BufferAttributes": {
  92. "BufferAttribute Types": "api/en/core/bufferAttributeTypes/BufferAttributeTypes"
  93. },
  94. "Deprecated": {
  95. "DeprecatedList": "api/en/deprecated/DeprecatedList"
  96. },
  97. "Extras": {
  98. "Earcut": "api/en/extras/Earcut",
  99. "ShapeUtils": "api/en/extras/ShapeUtils"
  100. },
  101. "Extras / Core": {
  102. "Curve": "api/en/extras/core/Curve",
  103. "CurvePath": "api/en/extras/core/CurvePath",
  104. "Font": "api/en/extras/core/Font",
  105. "Interpolations": "api/en/extras/core/Interpolations",
  106. "Path": "api/en/extras/core/Path",
  107. "Shape": "api/en/extras/core/Shape",
  108. "ShapePath": "api/en/extras/core/ShapePath"
  109. },
  110. "Extras / Curves": {
  111. "ArcCurve": "api/en/extras/curves/ArcCurve",
  112. "CatmullRomCurve3": "api/en/extras/curves/CatmullRomCurve3",
  113. "CubicBezierCurve": "api/en/extras/curves/CubicBezierCurve",
  114. "CubicBezierCurve3": "api/en/extras/curves/CubicBezierCurve3",
  115. "EllipseCurve": "api/en/extras/curves/EllipseCurve",
  116. "LineCurve": "api/en/extras/curves/LineCurve",
  117. "LineCurve3": "api/en/extras/curves/LineCurve3",
  118. "QuadraticBezierCurve": "api/en/extras/curves/QuadraticBezierCurve",
  119. "QuadraticBezierCurve3": "api/en/extras/curves/QuadraticBezierCurve3",
  120. "SplineCurve": "api/en/extras/curves/SplineCurve"
  121. },
  122. "Extras / Objects": {
  123. "ImmediateRenderObject": "api/en/extras/objects/ImmediateRenderObject",
  124. },
  125. "Geometries": {
  126. "BoxBufferGeometry": "api/en/geometries/BoxBufferGeometry",
  127. "BoxGeometry": "api/en/geometries/BoxGeometry",
  128. "CircleBufferGeometry": "api/en/geometries/CircleBufferGeometry",
  129. "CircleGeometry": "api/en/geometries/CircleGeometry",
  130. "ConeBufferGeometry": "api/en/geometries/ConeBufferGeometry",
  131. "ConeGeometry": "api/en/geometries/ConeGeometry",
  132. "CylinderBufferGeometry": "api/en/geometries/CylinderBufferGeometry",
  133. "CylinderGeometry": "api/en/geometries/CylinderGeometry",
  134. "DodecahedronBufferGeometry": "api/en/geometries/DodecahedronBufferGeometry",
  135. "DodecahedronGeometry": "api/en/geometries/DodecahedronGeometry",
  136. "EdgesGeometry": "api/en/geometries/EdgesGeometry",
  137. "ExtrudeBufferGeometry": "api/en/geometries/ExtrudeBufferGeometry",
  138. "ExtrudeGeometry": "api/en/geometries/ExtrudeGeometry",
  139. "IcosahedronBufferGeometry": "api/en/geometries/IcosahedronBufferGeometry",
  140. "IcosahedronGeometry": "api/en/geometries/IcosahedronGeometry",
  141. "LatheBufferGeometry": "api/en/geometries/LatheBufferGeometry",
  142. "LatheGeometry": "api/en/geometries/LatheGeometry",
  143. "OctahedronBufferGeometry": "api/en/geometries/OctahedronBufferGeometry",
  144. "OctahedronGeometry": "api/en/geometries/OctahedronGeometry",
  145. "ParametricBufferGeometry": "api/en/geometries/ParametricBufferGeometry",
  146. "ParametricGeometry": "api/en/geometries/ParametricGeometry",
  147. "PlaneBufferGeometry": "api/en/geometries/PlaneBufferGeometry",
  148. "PlaneGeometry": "api/en/geometries/PlaneGeometry",
  149. "PolyhedronBufferGeometry": "api/en/geometries/PolyhedronBufferGeometry",
  150. "PolyhedronGeometry": "api/en/geometries/PolyhedronGeometry",
  151. "RingBufferGeometry": "api/en/geometries/RingBufferGeometry",
  152. "RingGeometry": "api/en/geometries/RingGeometry",
  153. "ShapeBufferGeometry": "api/en/geometries/ShapeBufferGeometry",
  154. "ShapeGeometry": "api/en/geometries/ShapeGeometry",
  155. "SphereBufferGeometry": "api/en/geometries/SphereBufferGeometry",
  156. "SphereGeometry": "api/en/geometries/SphereGeometry",
  157. "TetrahedronBufferGeometry": "api/en/geometries/TetrahedronBufferGeometry",
  158. "TetrahedronGeometry": "api/en/geometries/TetrahedronGeometry",
  159. "TextBufferGeometry": "api/en/geometries/TextBufferGeometry",
  160. "TextGeometry": "api/en/geometries/TextGeometry",
  161. "TorusBufferGeometry": "api/en/geometries/TorusBufferGeometry",
  162. "TorusGeometry": "api/en/geometries/TorusGeometry",
  163. "TorusKnotBufferGeometry": "api/en/geometries/TorusKnotBufferGeometry",
  164. "TorusKnotGeometry": "api/en/geometries/TorusKnotGeometry",
  165. "TubeBufferGeometry": "api/en/geometries/TubeBufferGeometry",
  166. "TubeGeometry": "api/en/geometries/TubeGeometry",
  167. "WireframeGeometry": "api/en/geometries/WireframeGeometry"
  168. },
  169. "Helpers": {
  170. "ArrowHelper": "api/en/helpers/ArrowHelper",
  171. "AxesHelper": "api/en/helpers/AxesHelper",
  172. "BoxHelper": "api/en/helpers/BoxHelper",
  173. "Box3Helper": "api/en/helpers/Box3Helper",
  174. "CameraHelper": "api/en/helpers/CameraHelper",
  175. "DirectionalLightHelper": "api/en/helpers/DirectionalLightHelper",
  176. "FaceNormalsHelper": "api/en/helpers/FaceNormalsHelper",
  177. "GridHelper": "api/en/helpers/GridHelper",
  178. "PolarGridHelper": "api/en/helpers/PolarGridHelper",
  179. "PositionalAudioHelper": "api/en/helpers/PositionalAudioHelper",
  180. "HemisphereLightHelper": "api/en/helpers/HemisphereLightHelper",
  181. "PlaneHelper": "api/en/helpers/PlaneHelper",
  182. "PointLightHelper": "api/en/helpers/PointLightHelper",
  183. "RectAreaLightHelper": "api/en/helpers/RectAreaLightHelper",
  184. "SkeletonHelper": "api/en/helpers/SkeletonHelper",
  185. "SpotLightHelper": "api/en/helpers/SpotLightHelper",
  186. "VertexNormalsHelper": "api/en/helpers/VertexNormalsHelper"
  187. },
  188. "Lights": {
  189. "AmbientLight": "api/en/lights/AmbientLight",
  190. "DirectionalLight": "api/en/lights/DirectionalLight",
  191. "HemisphereLight": "api/en/lights/HemisphereLight",
  192. "Light": "api/en/lights/Light",
  193. "PointLight": "api/en/lights/PointLight",
  194. "RectAreaLight": "api/en/lights/RectAreaLight",
  195. "SpotLight": "api/en/lights/SpotLight"
  196. },
  197. "Lights / Shadows": {
  198. "LightShadow": "api/en/lights/shadows/LightShadow",
  199. "PointLightShadow": "api/en/lights/shadows/PointLightShadow",
  200. "DirectionalLightShadow": "api/en/lights/shadows/DirectionalLightShadow",
  201. "SpotLightShadow": "api/en/lights/shadows/SpotLightShadow"
  202. },
  203. "Loaders": {
  204. "AnimationLoader": "api/en/loaders/AnimationLoader",
  205. "AudioLoader": "api/en/loaders/AudioLoader",
  206. "BufferGeometryLoader": "api/en/loaders/BufferGeometryLoader",
  207. "Cache": "api/en/loaders/Cache",
  208. "CompressedTextureLoader": "api/en/loaders/CompressedTextureLoader",
  209. "CubeTextureLoader": "api/en/loaders/CubeTextureLoader",
  210. "DataTextureLoader": "api/en/loaders/DataTextureLoader",
  211. "FileLoader": "api/en/loaders/FileLoader",
  212. "FontLoader": "api/en/loaders/FontLoader",
  213. "ImageBitmapLoader": "api/en/loaders/ImageBitmapLoader",
  214. "ImageLoader": "api/en/loaders/ImageLoader",
  215. "Loader": "api/en/loaders/Loader",
  216. "LoaderUtils": "api/en/loaders/LoaderUtils",
  217. "MaterialLoader": "api/en/loaders/MaterialLoader",
  218. "ObjectLoader": "api/en/loaders/ObjectLoader",
  219. "TextureLoader": "api/en/loaders/TextureLoader"
  220. },
  221. "Loaders / Managers": {
  222. "DefaultLoadingManager": "api/en/loaders/managers/DefaultLoadingManager",
  223. "LoadingManager": "api/en/loaders/managers/LoadingManager"
  224. },
  225. "Materials": {
  226. "LineBasicMaterial": "api/en/materials/LineBasicMaterial",
  227. "LineDashedMaterial": "api/en/materials/LineDashedMaterial",
  228. "Material": "api/en/materials/Material",
  229. "MeshBasicMaterial": "api/en/materials/MeshBasicMaterial",
  230. "MeshDepthMaterial": "api/en/materials/MeshDepthMaterial",
  231. "MeshDistanceMaterial": "api/en/materials/MeshDistanceMaterial",
  232. "MeshLambertMaterial": "api/en/materials/MeshLambertMaterial",
  233. "MeshMatcapMaterial": "api/en/materials/MeshMatcapMaterial",
  234. "MeshNormalMaterial": "api/en/materials/MeshNormalMaterial",
  235. "MeshPhongMaterial": "api/en/materials/MeshPhongMaterial",
  236. "MeshPhysicalMaterial": "api/en/materials/MeshPhysicalMaterial",
  237. "MeshStandardMaterial": "api/en/materials/MeshStandardMaterial",
  238. "MeshToonMaterial": "api/en/materials/MeshToonMaterial",
  239. "PointsMaterial": "api/en/materials/PointsMaterial",
  240. "RawShaderMaterial": "api/en/materials/RawShaderMaterial",
  241. "ShaderMaterial": "api/en/materials/ShaderMaterial",
  242. "ShadowMaterial": "api/en/materials/ShadowMaterial",
  243. "SpriteMaterial": "api/en/materials/SpriteMaterial"
  244. },
  245. "Math": {
  246. "Box2": "api/en/math/Box2",
  247. "Box3": "api/en/math/Box3",
  248. "Color": "api/en/math/Color",
  249. "Cylindrical": "api/en/math/Cylindrical",
  250. "Euler": "api/en/math/Euler",
  251. "Frustum": "api/en/math/Frustum",
  252. "Interpolant": "api/en/math/Interpolant",
  253. "Line3": "api/en/math/Line3",
  254. "Math": "api/en/math/Math",
  255. "Matrix3": "api/en/math/Matrix3",
  256. "Matrix4": "api/en/math/Matrix4",
  257. "Plane": "api/en/math/Plane",
  258. "Quaternion": "api/en/math/Quaternion",
  259. "Ray": "api/en/math/Ray",
  260. "Sphere": "api/en/math/Sphere",
  261. "Spherical": "api/en/math/Spherical",
  262. "Triangle": "api/en/math/Triangle",
  263. "Vector2": "api/en/math/Vector2",
  264. "Vector3": "api/en/math/Vector3",
  265. "Vector4": "api/en/math/Vector4"
  266. },
  267. "Math / Interpolants": {
  268. "CubicInterpolant": "api/en/math/interpolants/CubicInterpolant",
  269. "DiscreteInterpolant": "api/en/math/interpolants/DiscreteInterpolant",
  270. "LinearInterpolant": "api/en/math/interpolants/LinearInterpolant",
  271. "QuaternionLinearInterpolant": "api/en/math/interpolants/QuaternionLinearInterpolant"
  272. },
  273. "Objects": {
  274. "Bone": "api/en/objects/Bone",
  275. "Group": "api/en/objects/Group",
  276. "InstancedMesh": "api/en/objects/InstancedMesh",
  277. "Line": "api/en/objects/Line",
  278. "LineLoop": "api/en/objects/LineLoop",
  279. "LineSegments": "api/en/objects/LineSegments",
  280. "LOD": "api/en/objects/LOD",
  281. "Mesh": "api/en/objects/Mesh",
  282. "Points": "api/en/objects/Points",
  283. "Skeleton": "api/en/objects/Skeleton",
  284. "SkinnedMesh": "api/en/objects/SkinnedMesh",
  285. "Sprite": "api/en/objects/Sprite"
  286. },
  287. "Renderers": {
  288. "WebGLMultisampleRenderTarget": "api/en/renderers/WebGLMultisampleRenderTarget",
  289. "WebGLRenderer": "api/en/renderers/WebGLRenderer",
  290. "WebGLRenderTarget": "api/en/renderers/WebGLRenderTarget",
  291. "WebGLRenderTargetCube": "api/en/renderers/WebGLRenderTargetCube"
  292. },
  293. "Renderers / Shaders": {
  294. "ShaderChunk": "api/en/renderers/shaders/ShaderChunk",
  295. "ShaderLib": "api/en/renderers/shaders/ShaderLib",
  296. "UniformsLib": "api/en/renderers/shaders/UniformsLib",
  297. "UniformsUtils": "api/en/renderers/shaders/UniformsUtils"
  298. },
  299. "Scenes": {
  300. "Fog": "api/en/scenes/Fog",
  301. "FogExp2": "api/en/scenes/FogExp2",
  302. "Scene": "api/en/scenes/Scene"
  303. },
  304. "Textures": {
  305. "CanvasTexture": "api/en/textures/CanvasTexture",
  306. "CompressedTexture": "api/en/textures/CompressedTexture",
  307. "CubeTexture": "api/en/textures/CubeTexture",
  308. "DataTexture": "api/en/textures/DataTexture",
  309. "DataTexture3D": "api/en/textures/DataTexture3D",
  310. "DepthTexture": "api/en/textures/DepthTexture",
  311. "Texture": "api/en/textures/Texture",
  312. "VideoTexture": "api/en/textures/VideoTexture"
  313. }
  314. },
  315. "Examples": {
  316. "Animations": {
  317. "CCDIKSolver": "examples/en/animations/CCDIKSolver",
  318. "MMDAnimationHelper": "examples/en/animations/MMDAnimationHelper",
  319. "MMDPhysics": "examples/en/animations/MMDPhysics"
  320. },
  321. "Controls": {
  322. "DeviceOrientationControls": "examples/en/controls/DeviceOrientationControls",
  323. "DragControls": "examples/en/controls/DragControls",
  324. "FirstPersonControls": "examples/en/controls/FirstPersonControls",
  325. "FlyControls": "examples/en/controls/FlyControls",
  326. "OrbitControls": "examples/en/controls/OrbitControls",
  327. "PointerLockControls": "examples/en/controls/PointerLockControls",
  328. "TrackballControls": "examples/en/controls/TrackballControls",
  329. "TransformControls": "examples/en/controls/TransformControls"
  330. },
  331. "Geometries": {
  332. "ConvexBufferGeometry": "examples/en/geometries/ConvexBufferGeometry",
  333. "ConvexGeometry": "examples/en/geometries/ConvexGeometry",
  334. "DecalGeometry": "examples/en/geometries/DecalGeometry"
  335. },
  336. "Loaders": {
  337. "BasisTextureLoader": "examples/en/loaders/BasisTextureLoader",
  338. "DRACOLoader": "examples/en/loaders/DRACOLoader",
  339. "GLTFLoader": "examples/en/loaders/GLTFLoader",
  340. "MMDLoader": "examples/en/loaders/MMDLoader",
  341. "MTLLoader": "examples/en/loaders/MTLLoader",
  342. "OBJLoader": "examples/en/loaders/OBJLoader",
  343. "OBJLoader2": "examples/en/loaders/OBJLoader2",
  344. "OBJLoader2Parallel": "examples/en/loaders/OBJLoader2Parallel",
  345. "PCDLoader": "examples/en/loaders/PCDLoader",
  346. "PDBLoader": "examples/en/loaders/PDBLoader",
  347. "PRWMLoader": "examples/en/loaders/PRWMLoader",
  348. "SVGLoader": "examples/en/loaders/SVGLoader",
  349. "TGALoader": "examples/en/loaders/TGALoader"
  350. },
  351. "Objects": {
  352. "Lensflare": "examples/en/objects/Lensflare",
  353. },
  354. "Post-Processing": {
  355. "EffectComposer": "examples/en/postprocessing/EffectComposer"
  356. },
  357. "Exporters": {
  358. "GLTFExporter": "examples/en/exporters/GLTFExporter",
  359. "PLYExporter": "examples/en/exporters/PLYExporter",
  360. "ColladaExporter": "examples/en/exporters/ColladaExporter"
  361. },
  362. "Plugins": {
  363. "LookupTable": "examples/en/Lut",
  364. },
  365. "ConvexHull": {
  366. "Face": "examples/en/math/convexhull/Face",
  367. "HalfEdge": "examples/en/math/convexhull/HalfEdge",
  368. "ConvexHull": "examples/en/math/convexhull/ConvexHull",
  369. "VertexNode": "examples/en/math/convexhull/VertexNode",
  370. "VertexList": "examples/en/math/convexhull/VertexList"
  371. },
  372. "Renderers": {
  373. "CSS2DRenderer": "examples/en/renderers/CSS2DRenderer",
  374. "CSS3DRenderer": "examples/en/renderers/CSS3DRenderer",
  375. "SVGRenderer": "examples/en/renderers/SVGRenderer"
  376. },
  377. "Utils": {
  378. "BufferGeometryUtils": "examples/en/utils/BufferGeometryUtils",
  379. "SceneUtils": "examples/en/utils/SceneUtils",
  380. "SkeletonUtils": "examples/en/utils/SkeletonUtils"
  381. }
  382. },
  383. "Developer Reference": {
  384. "Polyfills": {
  385. "Polyfills": "api/en/Polyfills"
  386. },
  387. "WebGLRenderer": {
  388. "WebGLProgram": "api/en/renderers/webgl/WebGLProgram",
  389. "WebGLShader": "api/en/renderers/webgl/WebGLShader",
  390. "WebGLState": "api/en/renderers/webgl/WebGLState"
  391. }
  392. }
  393. },
  394. "zh": {
  395. "手册": {
  396. "起步": {
  397. "创建一个场景": "manual/zh/introduction/Creating-a-scene",
  398. "通过模块来引入": "manual/zh/introduction/Import-via-modules",
  399. "浏览器支持": "manual/zh/introduction/Browser-support",
  400. "WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
  401. "如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
  402. "如何使用WebGL 2": "manual/zh/introduction/How-to-use-WebGL2",
  403. "画线": "manual/zh/introduction/Drawing-lines",
  404. "创建文字": "manual/zh/introduction/Creating-text",
  405. "载入3D模型": "manual/zh/introduction/Loading-3D-models",
  406. "常见问题": "manual/zh/introduction/FAQ",
  407. "一些有用的链接": "manual/zh/introduction/Useful-links"
  408. },
  409. "进阶": {
  410. "如何更新场景": "manual/zh/introduction/How-to-update-things",
  411. "如何废置对象": "manual/zh/introduction/How-to-dispose-of-objects",
  412. "如何创建VR内容": "manual/zh/introduction/How-to-create-VR-content",
  413. "如何使用后期处理": "manual/zh/introduction/How-to-use-post-processing",
  414. "矩阵变换": "manual/zh/introduction/Matrix-transformations",
  415. "动画系统": "manual/zh/introduction/Animation-system"
  416. },
  417. "构建工具": {
  418. "使用NPM进行测试": "manual/zh/buildTools/Testing-with-NPM"
  419. }
  420. },
  421. "参考": {
  422. "动画": {
  423. "AnimationAction": "api/zh/animation/AnimationAction",
  424. "AnimationClip": "api/zh/animation/AnimationClip",
  425. "AnimationMixer": "api/zh/animation/AnimationMixer",
  426. "AnimationObjectGroup": "api/zh/animation/AnimationObjectGroup",
  427. "AnimationUtils": "api/zh/animation/AnimationUtils",
  428. "KeyframeTrack": "api/zh/animation/KeyframeTrack",
  429. "PropertyBinding": "api/zh/animation/PropertyBinding",
  430. "PropertyMixer": "api/zh/animation/PropertyMixer"
  431. },
  432. "动画 / 轨道": {
  433. "BooleanKeyframeTrack": "api/zh/animation/tracks/BooleanKeyframeTrack",
  434. "ColorKeyframeTrack": "api/zh/animation/tracks/ColorKeyframeTrack",
  435. "NumberKeyframeTrack": "api/zh/animation/tracks/NumberKeyframeTrack",
  436. "QuaternionKeyframeTrack": "api/zh/animation/tracks/QuaternionKeyframeTrack",
  437. "StringKeyframeTrack": "api/zh/animation/tracks/StringKeyframeTrack",
  438. "VectorKeyframeTrack": "api/zh/animation/tracks/VectorKeyframeTrack"
  439. },
  440. "音频": {
  441. "Audio": "api/zh/audio/Audio",
  442. "AudioAnalyser": "api/zh/audio/AudioAnalyser",
  443. "AudioContext": "api/zh/audio/AudioContext",
  444. "AudioListener": "api/zh/audio/AudioListener",
  445. "PositionalAudio": "api/zh/audio/PositionalAudio"
  446. },
  447. "摄像机": {
  448. "ArrayCamera": "api/zh/cameras/ArrayCamera",
  449. "Camera": "api/zh/cameras/Camera",
  450. "CubeCamera": "api/zh/cameras/CubeCamera",
  451. "OrthographicCamera": "api/zh/cameras/OrthographicCamera",
  452. "PerspectiveCamera": "api/zh/cameras/PerspectiveCamera",
  453. "StereoCamera": "api/zh/cameras/StereoCamera"
  454. },
  455. "常量": {
  456. "Animation": "api/zh/constants/Animation",
  457. "Core": "api/zh/constants/Core",
  458. "CustomBlendingEquation": "api/zh/constants/CustomBlendingEquations",
  459. "DrawModes": "api/zh/constants/DrawModes",
  460. "Materials": "api/zh/constants/Materials",
  461. "Renderer": "api/zh/constants/Renderer",
  462. "Textures": "api/zh/constants/Textures"
  463. },
  464. "核心": {
  465. "BufferAttribute": "api/zh/core/BufferAttribute",
  466. "BufferGeometry": "api/zh/core/BufferGeometry",
  467. "Clock": "api/zh/core/Clock",
  468. "DirectGeometry": "api/zh/core/DirectGeometry",
  469. "EventDispatcher": "api/zh/core/EventDispatcher",
  470. "Face3": "api/zh/core/Face3",
  471. "Geometry": "api/zh/core/Geometry",
  472. "InstancedBufferAttribute": "api/zh/core/InstancedBufferAttribute",
  473. "InstancedBufferGeometry": "api/zh/core/InstancedBufferGeometry",
  474. "InstancedInterleavedBuffer": "api/zh/core/InstancedInterleavedBuffer",
  475. "InterleavedBuffer": "api/zh/core/InterleavedBuffer",
  476. "InterleavedBufferAttribute": "api/zh/core/InterleavedBufferAttribute",
  477. "Layers": "api/zh/core/Layers",
  478. "Object3D": "api/zh/core/Object3D",
  479. "Raycaster": "api/zh/core/Raycaster",
  480. "Uniform": "api/zh/core/Uniform"
  481. },
  482. "核心 / BufferAttributes": {
  483. "BufferAttribute Types": "api/zh/core/bufferAttributeTypes/BufferAttributeTypes"
  484. },
  485. "弃用列表": {
  486. "DeprecatedList": "api/zh/deprecated/DeprecatedList"
  487. },
  488. "附件": {
  489. "Earcut": "api/zh/extras/Earcut",
  490. "ShapeUtils": "api/zh/extras/ShapeUtils"
  491. },
  492. "附件 / 核心": {
  493. "Curve": "api/zh/extras/core/Curve",
  494. "CurvePath": "api/zh/extras/core/CurvePath",
  495. "Font": "api/zh/extras/core/Font",
  496. "Interpolations": "api/zh/extras/core/Interpolations",
  497. "Path": "api/zh/extras/core/Path",
  498. "Shape": "api/zh/extras/core/Shape",
  499. "ShapePath": "api/zh/extras/core/ShapePath"
  500. },
  501. "附件 / 曲线": {
  502. "ArcCurve": "api/zh/extras/curves/ArcCurve",
  503. "CatmullRomCurve3": "api/zh/extras/curves/CatmullRomCurve3",
  504. "CubicBezierCurve": "api/zh/extras/curves/CubicBezierCurve",
  505. "CubicBezierCurve3": "api/zh/extras/curves/CubicBezierCurve3",
  506. "EllipseCurve": "api/zh/extras/curves/EllipseCurve",
  507. "LineCurve": "api/zh/extras/curves/LineCurve",
  508. "LineCurve3": "api/zh/extras/curves/LineCurve3",
  509. "QuadraticBezierCurve": "api/zh/extras/curves/QuadraticBezierCurve",
  510. "QuadraticBezierCurve3": "api/zh/extras/curves/QuadraticBezierCurve3",
  511. "SplineCurve": "api/zh/extras/curves/SplineCurve"
  512. },
  513. "附件 / 物体": {
  514. "ImmediateRenderObject": "api/zh/extras/objects/ImmediateRenderObject",
  515. },
  516. "几何体": {
  517. "BoxBufferGeometry": "api/zh/geometries/BoxBufferGeometry",
  518. "BoxGeometry": "api/zh/geometries/BoxGeometry",
  519. "CircleBufferGeometry": "api/zh/geometries/CircleBufferGeometry",
  520. "CircleGeometry": "api/zh/geometries/CircleGeometry",
  521. "ConeBufferGeometry": "api/zh/geometries/ConeBufferGeometry",
  522. "ConeGeometry": "api/zh/geometries/ConeGeometry",
  523. "CylinderBufferGeometry": "api/zh/geometries/CylinderBufferGeometry",
  524. "CylinderGeometry": "api/zh/geometries/CylinderGeometry",
  525. "DodecahedronBufferGeometry": "api/zh/geometries/DodecahedronBufferGeometry",
  526. "DodecahedronGeometry": "api/zh/geometries/DodecahedronGeometry",
  527. "EdgesGeometry": "api/zh/geometries/EdgesGeometry",
  528. "ExtrudeBufferGeometry": "api/zh/geometries/ExtrudeBufferGeometry",
  529. "ExtrudeGeometry": "api/zh/geometries/ExtrudeGeometry",
  530. "IcosahedronBufferGeometry": "api/zh/geometries/IcosahedronBufferGeometry",
  531. "IcosahedronGeometry": "api/zh/geometries/IcosahedronGeometry",
  532. "LatheBufferGeometry": "api/zh/geometries/LatheBufferGeometry",
  533. "LatheGeometry": "api/zh/geometries/LatheGeometry",
  534. "OctahedronBufferGeometry": "api/zh/geometries/OctahedronBufferGeometry",
  535. "OctahedronGeometry": "api/zh/geometries/OctahedronGeometry",
  536. "ParametricBufferGeometry": "api/zh/geometries/ParametricBufferGeometry",
  537. "ParametricGeometry": "api/zh/geometries/ParametricGeometry",
  538. "PlaneBufferGeometry": "api/zh/geometries/PlaneBufferGeometry",
  539. "PlaneGeometry": "api/zh/geometries/PlaneGeometry",
  540. "PolyhedronBufferGeometry": "api/zh/geometries/PolyhedronBufferGeometry",
  541. "PolyhedronGeometry": "api/zh/geometries/PolyhedronGeometry",
  542. "RingBufferGeometry": "api/zh/geometries/RingBufferGeometry",
  543. "RingGeometry": "api/zh/geometries/RingGeometry",
  544. "ShapeBufferGeometry": "api/zh/geometries/ShapeBufferGeometry",
  545. "ShapeGeometry": "api/zh/geometries/ShapeGeometry",
  546. "SphereBufferGeometry": "api/zh/geometries/SphereBufferGeometry",
  547. "SphereGeometry": "api/zh/geometries/SphereGeometry",
  548. "TetrahedronBufferGeometry": "api/zh/geometries/TetrahedronBufferGeometry",
  549. "TetrahedronGeometry": "api/zh/geometries/TetrahedronGeometry",
  550. "TextBufferGeometry": "api/zh/geometries/TextBufferGeometry",
  551. "TextGeometry": "api/zh/geometries/TextGeometry",
  552. "TorusBufferGeometry": "api/zh/geometries/TorusBufferGeometry",
  553. "TorusGeometry": "api/zh/geometries/TorusGeometry",
  554. "TorusKnotBufferGeometry": "api/zh/geometries/TorusKnotBufferGeometry",
  555. "TorusKnotGeometry": "api/zh/geometries/TorusKnotGeometry",
  556. "TubeBufferGeometry": "api/zh/geometries/TubeBufferGeometry",
  557. "TubeGeometry": "api/zh/geometries/TubeGeometry",
  558. "WireframeGeometry": "api/zh/geometries/WireframeGeometry"
  559. },
  560. "辅助对象": {
  561. "ArrowHelper": "api/zh/helpers/ArrowHelper",
  562. "AxesHelper": "api/zh/helpers/AxesHelper",
  563. "BoxHelper": "api/zh/helpers/BoxHelper",
  564. "Box3Helper": "api/zh/helpers/Box3Helper",
  565. "CameraHelper": "api/zh/helpers/CameraHelper",
  566. "DirectionalLightHelper": "api/zh/helpers/DirectionalLightHelper",
  567. "FaceNormalsHelper": "api/zh/helpers/FaceNormalsHelper",
  568. "GridHelper": "api/zh/helpers/GridHelper",
  569. "PolarGridHelper": "api/zh/helpers/PolarGridHelper",
  570. "PositionalAudioHelper": "api/zh/helpers/PositionalAudioHelper",
  571. "HemisphereLightHelper": "api/zh/helpers/HemisphereLightHelper",
  572. "PlaneHelper": "api/zh/helpers/PlaneHelper",
  573. "PointLightHelper": "api/zh/helpers/PointLightHelper",
  574. "RectAreaLightHelper": "api/zh/helpers/RectAreaLightHelper",
  575. "SkeletonHelper": "api/zh/helpers/SkeletonHelper",
  576. "SpotLightHelper": "api/zh/helpers/SpotLightHelper",
  577. "VertexNormalsHelper": "api/zh/helpers/VertexNormalsHelper"
  578. },
  579. "灯光": {
  580. "AmbientLight": "api/zh/lights/AmbientLight",
  581. "DirectionalLight": "api/zh/lights/DirectionalLight",
  582. "HemisphereLight": "api/zh/lights/HemisphereLight",
  583. "Light": "api/zh/lights/Light",
  584. "PointLight": "api/zh/lights/PointLight",
  585. "RectAreaLight": "api/zh/lights/RectAreaLight",
  586. "SpotLight": "api/zh/lights/SpotLight"
  587. },
  588. "灯光 / 阴影": {
  589. "LightShadow": "api/zh/lights/shadows/LightShadow",
  590. "PointLightShadow": "api/zh/lights/shadows/PointLightShadow",
  591. "DirectionalLightShadow": "api/zh/lights/shadows/DirectionalLightShadow",
  592. "SpotLightShadow": "api/zh/lights/shadows/SpotLightShadow"
  593. },
  594. "加载器": {
  595. "AnimationLoader": "api/zh/loaders/AnimationLoader",
  596. "AudioLoader": "api/zh/loaders/AudioLoader",
  597. "BufferGeometryLoader": "api/zh/loaders/BufferGeometryLoader",
  598. "Cache": "api/zh/loaders/Cache",
  599. "CompressedTextureLoader": "api/zh/loaders/CompressedTextureLoader",
  600. "CubeTextureLoader": "api/zh/loaders/CubeTextureLoader",
  601. "DataTextureLoader": "api/zh/loaders/DataTextureLoader",
  602. "FileLoader": "api/zh/loaders/FileLoader",
  603. "FontLoader": "api/zh/loaders/FontLoader",
  604. "ImageBitmapLoader": "api/zh/loaders/ImageBitmapLoader",
  605. "ImageLoader": "api/zh/loaders/ImageLoader",
  606. "Loader": "api/zh/loaders/Loader",
  607. "LoaderUtils": "api/zh/loaders/LoaderUtils",
  608. "MaterialLoader": "api/zh/loaders/MaterialLoader",
  609. "ObjectLoader": "api/zh/loaders/ObjectLoader",
  610. "TextureLoader": "api/zh/loaders/TextureLoader"
  611. },
  612. "加载器 / 管理器": {
  613. "DefaultLoadingManager": "api/zh/loaders/managers/DefaultLoadingManager",
  614. "LoadingManager": "api/zh/loaders/managers/LoadingManager"
  615. },
  616. "材质": {
  617. "LineBasicMaterial": "api/zh/materials/LineBasicMaterial",
  618. "LineDashedMaterial": "api/zh/materials/LineDashedMaterial",
  619. "Material": "api/zh/materials/Material",
  620. "MeshBasicMaterial": "api/zh/materials/MeshBasicMaterial",
  621. "MeshDepthMaterial": "api/zh/materials/MeshDepthMaterial",
  622. "MeshDistanceMaterial": "api/zh/materials/MeshDistanceMaterial",
  623. "MeshLambertMaterial": "api/zh/materials/MeshLambertMaterial",
  624. "MeshMatcapMaterial": "api/zh/materials/MeshMatcapMaterial",
  625. "MeshNormalMaterial": "api/zh/materials/MeshNormalMaterial",
  626. "MeshPhongMaterial": "api/zh/materials/MeshPhongMaterial",
  627. "MeshPhysicalMaterial": "api/zh/materials/MeshPhysicalMaterial",
  628. "MeshStandardMaterial": "api/zh/materials/MeshStandardMaterial",
  629. "MeshToonMaterial": "api/zh/materials/MeshToonMaterial",
  630. "PointsMaterial": "api/zh/materials/PointsMaterial",
  631. "RawShaderMaterial": "api/zh/materials/RawShaderMaterial",
  632. "ShaderMaterial": "api/zh/materials/ShaderMaterial",
  633. "ShadowMaterial": "api/zh/materials/ShadowMaterial",
  634. "SpriteMaterial": "api/zh/materials/SpriteMaterial"
  635. },
  636. "数学库": {
  637. "Box2": "api/zh/math/Box2",
  638. "Box3": "api/zh/math/Box3",
  639. "Color": "api/zh/math/Color",
  640. "Cylindrical": "api/zh/math/Cylindrical",
  641. "Euler": "api/zh/math/Euler",
  642. "Frustum": "api/zh/math/Frustum",
  643. "Interpolant": "api/zh/math/Interpolant",
  644. "Line3": "api/zh/math/Line3",
  645. "Math": "api/zh/math/Math",
  646. "Matrix3": "api/zh/math/Matrix3",
  647. "Matrix4": "api/zh/math/Matrix4",
  648. "Plane": "api/zh/math/Plane",
  649. "Quaternion": "api/zh/math/Quaternion",
  650. "Ray": "api/zh/math/Ray",
  651. "Sphere": "api/zh/math/Sphere",
  652. "Spherical": "api/zh/math/Spherical",
  653. "Triangle": "api/zh/math/Triangle",
  654. "Vector2": "api/zh/math/Vector2",
  655. "Vector3": "api/zh/math/Vector3",
  656. "Vector4": "api/zh/math/Vector4"
  657. },
  658. "数学库 / 插值": {
  659. "CubicInterpolant": "api/zh/math/interpolants/CubicInterpolant",
  660. "DiscreteInterpolant": "api/zh/math/interpolants/DiscreteInterpolant",
  661. "LinearInterpolant": "api/zh/math/interpolants/LinearInterpolant",
  662. "QuaternionLinearInterpolant": "api/zh/math/interpolants/QuaternionLinearInterpolant"
  663. },
  664. "物体": {
  665. "Bone": "api/zh/objects/Bone",
  666. "Group": "api/zh/objects/Group",
  667. "InstancedMesh": "api/zh/objects/InstancedMesh",
  668. "Line": "api/zh/objects/Line",
  669. "LineLoop": "api/zh/objects/LineLoop",
  670. "LineSegments": "api/zh/objects/LineSegments",
  671. "LOD": "api/zh/objects/LOD",
  672. "Mesh": "api/zh/objects/Mesh",
  673. "Points": "api/zh/objects/Points",
  674. "Skeleton": "api/zh/objects/Skeleton",
  675. "SkinnedMesh": "api/zh/objects/SkinnedMesh",
  676. "Sprite": "api/zh/objects/Sprite"
  677. },
  678. "渲染器": {
  679. "WebGLMultisampleRenderTarget": "api/zh/renderers/WebGLMultisampleRenderTarget",
  680. "WebGLRenderer": "api/zh/renderers/WebGLRenderer",
  681. "WebGLRenderTarget": "api/zh/renderers/WebGLRenderTarget",
  682. "WebGLRenderTargetCube": "api/zh/renderers/WebGLRenderTargetCube"
  683. },
  684. "渲染器 / 着色器": {
  685. "ShaderChunk": "api/zh/renderers/shaders/ShaderChunk",
  686. "ShaderLib": "api/zh/renderers/shaders/ShaderLib",
  687. "UniformsLib": "api/zh/renderers/shaders/UniformsLib",
  688. "UniformsUtils": "api/zh/renderers/shaders/UniformsUtils"
  689. },
  690. "场景": {
  691. "Fog": "api/zh/scenes/Fog",
  692. "FogExp2": "api/zh/scenes/FogExp2",
  693. "Scene": "api/zh/scenes/Scene"
  694. },
  695. "纹理贴图": {
  696. "CanvasTexture": "api/zh/textures/CanvasTexture",
  697. "CompressedTexture": "api/zh/textures/CompressedTexture",
  698. "CubeTexture": "api/zh/textures/CubeTexture",
  699. "DataTexture": "api/zh/textures/DataTexture",
  700. "DataTexture3D": "api/zh/textures/DataTexture3D",
  701. "DepthTexture": "api/zh/textures/DepthTexture",
  702. "Texture": "api/zh/textures/Texture",
  703. "VideoTexture": "api/zh/textures/VideoTexture"
  704. }
  705. },
  706. "示例": {
  707. "动画": {
  708. "CCDIKSolver": "examples/zh/animations/CCDIKSolver",
  709. "MMDAnimationHelper": "examples/zh/animations/MMDAnimationHelper",
  710. "MMDPhysics": "examples/zh/animations/MMDPhysics"
  711. },
  712. "控制": {
  713. "DeviceOrientationControls": "examples/zh/controls/DeviceOrientationControls",
  714. "DragControls": "examples/zh/controls/DragControls",
  715. "FirstPersonControls": "examples/zh/controls/FirstPersonControls",
  716. "FlyControls": "examples/zh/controls/FlyControls",
  717. "OrbitControls": "examples/zh/controls/OrbitControls",
  718. "PointerLockControls": "examples/zh/controls/PointerLockControls",
  719. "TrackballControls": "examples/zh/controls/TrackballControls",
  720. "TransformControls": "examples/zh/controls/TransformControls"
  721. },
  722. "几何体": {
  723. "ConvexBufferGeometry": "examples/zh/geometries/ConvexBufferGeometry",
  724. "ConvexGeometry": "examples/zh/geometries/ConvexGeometry",
  725. "DecalGeometry": "examples/zh/geometries/DecalGeometry"
  726. },
  727. "加载器": {
  728. "BasisTextureLoader": "examples/zh/loaders/BasisTextureLoader",
  729. "DRACOLoader": "examples/zh/loaders/DRACOLoader",
  730. "GLTFLoader": "examples/zh/loaders/GLTFLoader",
  731. "MMDLoader": "examples/zh/loaders/MMDLoader",
  732. "MTLLoader": "examples/zh/loaders/MTLLoader",
  733. "OBJLoader": "examples/zh/loaders/OBJLoader",
  734. "OBJLoader2": "examples/zh/loaders/OBJLoader2",
  735. "PCDLoader": "examples/zh/loaders/PCDLoader",
  736. "PDBLoader": "examples/zh/loaders/PDBLoader",
  737. "PRWMLoader": "examples/zh/loaders/PRWMLoader",
  738. "SVGLoader": "examples/zh/loaders/SVGLoader",
  739. "TGALoader": "examples/zh/loaders/TGALoader"
  740. },
  741. "物体": {
  742. "Lensflare": "examples/zh/objects/Lensflare",
  743. },
  744. "后期处理": {
  745. "EffectComposer": "examples/zh/postprocessing/EffectComposer"
  746. },
  747. "导出器": {
  748. "GLTFExporter": "examples/zh/exporters/GLTFExporter",
  749. "PLYExporter": "examples/zh/exporters/PLYExporter",
  750. "ColladaExporter": "examples/zh/exporters/ColladaExporter"
  751. },
  752. "插件": {
  753. "LookupTable": "examples/zh/Lut",
  754. },
  755. "QuickHull": {
  756. "Face": "examples/zh/math/convexhull/Face",
  757. "HalfEdge": "examples/zh/math/convexhull/HalfEdge",
  758. "ConvexHull": "examples/zh/math/convexhull/ConvexHull",
  759. "VertexNode": "examples/zh/math/convexhull/VertexNode",
  760. "VertexList": "examples/zh/math/convexhull/VertexList"
  761. },
  762. "渲染器": {
  763. "CSS2DRenderer": "examples/zh/renderers/CSS2DRenderer",
  764. "CSS3DRenderer": "examples/zh/renderers/CSS3DRenderer",
  765. "SVGRenderer": "examples/zh/renderers/SVGRenderer"
  766. },
  767. "实用工具": {
  768. "BufferGeometryUtils": "examples/zh/utils/BufferGeometryUtils",
  769. "SceneUtils": "examples/zh/utils/SceneUtils",
  770. "SkeletonUtils": "examples/zh/utils/SkeletonUtils"
  771. }
  772. },
  773. "开发者参考": {
  774. "差异化支持": {
  775. "Polyfills": "api/zh/Polyfills"
  776. },
  777. "WebGL渲染器": {
  778. "WebGLProgram": "api/zh/renderers/webgl/WebGLProgram",
  779. "WebGLShader": "api/zh/renderers/webgl/WebGLShader",
  780. "WebGLState": "api/zh/renderers/webgl/WebGLState"
  781. }
  782. }
  783. }
  784. };