three.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  1. import {
  2. ACESFilmicToneMapping,
  3. AddEquation,
  4. AddOperation,
  5. AdditiveAnimationBlendMode,
  6. AdditiveBlending,
  7. AlphaFormat,
  8. AlwaysDepth,
  9. AlwaysStencilFunc,
  10. AmbientLight,
  11. AmbientLightProbe,
  12. AnimationAction,
  13. AnimationClip,
  14. AnimationLoader,
  15. AnimationMixer,
  16. AnimationObjectGroup,
  17. AnimationUtils,
  18. ArcCurve,
  19. ArrayCamera,
  20. ArrowHelper,
  21. Audio,
  22. AudioAnalyser,
  23. AudioContext,
  24. AudioListener,
  25. AudioLoader,
  26. AxesHelper,
  27. BackSide,
  28. BasicDepthPacking,
  29. BasicShadowMap,
  30. Bone,
  31. BooleanKeyframeTrack,
  32. Box2,
  33. Box3,
  34. Box3Helper,
  35. BoxBufferGeometry,
  36. BoxGeometry,
  37. BoxHelper,
  38. BufferAttribute,
  39. BufferGeometry,
  40. BufferGeometryLoader,
  41. ByteType,
  42. Cache,
  43. Camera,
  44. CameraHelper,
  45. CanvasTexture,
  46. CapsuleBufferGeometry,
  47. CapsuleGeometry,
  48. CatmullRomCurve3,
  49. CineonToneMapping,
  50. CircleBufferGeometry,
  51. CircleGeometry,
  52. ClampToEdgeWrapping,
  53. Clock,
  54. Color,
  55. ColorKeyframeTrack,
  56. ColorManagement,
  57. CompressedArrayTexture,
  58. CompressedTexture,
  59. CompressedTextureLoader,
  60. ConeBufferGeometry,
  61. ConeGeometry,
  62. CubeCamera,
  63. CubeReflectionMapping,
  64. CubeRefractionMapping,
  65. CubeTexture,
  66. CubeTextureLoader,
  67. CubeUVReflectionMapping,
  68. CubicBezierCurve,
  69. CubicBezierCurve3,
  70. CubicInterpolant,
  71. CullFaceBack,
  72. CullFaceFront,
  73. CullFaceFrontBack,
  74. CullFaceNone,
  75. Curve,
  76. CurvePath,
  77. CustomBlending,
  78. CustomToneMapping,
  79. CylinderBufferGeometry,
  80. CylinderGeometry,
  81. Cylindrical,
  82. Data3DTexture,
  83. DataArrayTexture,
  84. DataTexture,
  85. DataTextureLoader,
  86. DataUtils,
  87. DecrementStencilOp,
  88. DecrementWrapStencilOp,
  89. DefaultLoadingManager,
  90. DepthFormat,
  91. DepthStencilFormat,
  92. DepthTexture,
  93. DirectionalLight,
  94. DirectionalLightHelper,
  95. DiscreteInterpolant,
  96. DisplayP3ColorSpace,
  97. DodecahedronBufferGeometry,
  98. DodecahedronGeometry,
  99. DoubleSide,
  100. DstAlphaFactor,
  101. DstColorFactor,
  102. DynamicCopyUsage,
  103. DynamicDrawUsage,
  104. DynamicReadUsage,
  105. EdgesGeometry,
  106. EllipseCurve,
  107. EqualDepth,
  108. EqualStencilFunc,
  109. EquirectangularReflectionMapping,
  110. EquirectangularRefractionMapping,
  111. Euler,
  112. EventDispatcher,
  113. ExtrudeBufferGeometry,
  114. ExtrudeGeometry,
  115. FileLoader,
  116. Float16BufferAttribute,
  117. Float32BufferAttribute,
  118. Float64BufferAttribute,
  119. FloatType,
  120. Fog,
  121. FogExp2,
  122. FramebufferTexture,
  123. FrontSide,
  124. Frustum,
  125. GLBufferAttribute,
  126. GLSL1,
  127. GLSL3,
  128. GreaterDepth,
  129. GreaterEqualDepth,
  130. GreaterEqualStencilFunc,
  131. GreaterStencilFunc,
  132. GridHelper,
  133. Group,
  134. HalfFloatType,
  135. HemisphereLight,
  136. HemisphereLightHelper,
  137. HemisphereLightProbe,
  138. IcosahedronBufferGeometry,
  139. IcosahedronGeometry,
  140. ImageBitmapLoader,
  141. ImageLoader,
  142. ImageUtils,
  143. IncrementStencilOp,
  144. IncrementWrapStencilOp,
  145. InstancedBufferAttribute,
  146. InstancedBufferGeometry,
  147. InstancedInterleavedBuffer,
  148. InstancedMesh,
  149. Int16BufferAttribute,
  150. Int32BufferAttribute,
  151. Int8BufferAttribute,
  152. IntType,
  153. InterleavedBuffer,
  154. InterleavedBufferAttribute,
  155. Interpolant,
  156. InterpolateDiscrete,
  157. InterpolateLinear,
  158. InterpolateSmooth,
  159. InvertStencilOp,
  160. KeepStencilOp,
  161. KeyframeTrack,
  162. LOD,
  163. LatheBufferGeometry,
  164. LatheGeometry,
  165. Layers,
  166. LessDepth,
  167. LessEqualDepth,
  168. LessEqualStencilFunc,
  169. LessStencilFunc,
  170. Light,
  171. LightProbe,
  172. Line,
  173. Line3,
  174. LineBasicMaterial,
  175. LineCurve,
  176. LineCurve3,
  177. LineDashedMaterial,
  178. LineLoop,
  179. LineSegments,
  180. LinearEncoding,
  181. LinearFilter,
  182. LinearInterpolant,
  183. LinearMipMapLinearFilter,
  184. LinearMipMapNearestFilter,
  185. LinearMipmapLinearFilter,
  186. LinearMipmapNearestFilter,
  187. LinearSRGBColorSpace,
  188. LinearToneMapping,
  189. Loader,
  190. LoaderUtils,
  191. LoadingManager,
  192. LoopOnce,
  193. LoopPingPong,
  194. LoopRepeat,
  195. LuminanceAlphaFormat,
  196. LuminanceFormat,
  197. MOUSE,
  198. Material,
  199. MaterialLoader,
  200. MathUtils,
  201. Matrix3,
  202. Matrix4,
  203. MaxEquation,
  204. Mesh,
  205. MeshBasicMaterial,
  206. MeshDepthMaterial,
  207. MeshDistanceMaterial,
  208. MeshLambertMaterial,
  209. MeshMatcapMaterial,
  210. MeshNormalMaterial,
  211. MeshPhongMaterial,
  212. MeshPhysicalMaterial,
  213. MeshStandardMaterial,
  214. MeshToonMaterial,
  215. MinEquation,
  216. MirroredRepeatWrapping,
  217. MixOperation,
  218. MultiplyBlending,
  219. MultiplyOperation,
  220. NearestFilter,
  221. NearestMipMapLinearFilter,
  222. NearestMipMapNearestFilter,
  223. NearestMipmapLinearFilter,
  224. NearestMipmapNearestFilter,
  225. NeverDepth,
  226. NeverStencilFunc,
  227. NoBlending,
  228. NoColorSpace,
  229. NoToneMapping,
  230. NormalAnimationBlendMode,
  231. NormalBlending,
  232. NotEqualDepth,
  233. NotEqualStencilFunc,
  234. NumberKeyframeTrack,
  235. Object3D,
  236. ObjectLoader,
  237. ObjectSpaceNormalMap,
  238. OctahedronBufferGeometry,
  239. OctahedronGeometry,
  240. OneFactor,
  241. OneMinusDstAlphaFactor,
  242. OneMinusDstColorFactor,
  243. OneMinusSrcAlphaFactor,
  244. OneMinusSrcColorFactor,
  245. OrthographicCamera,
  246. PCFShadowMap,
  247. PCFSoftShadowMap,
  248. PMREMGenerator,
  249. Path,
  250. PerspectiveCamera,
  251. Plane,
  252. PlaneBufferGeometry,
  253. PlaneGeometry,
  254. PlaneHelper,
  255. PointLight,
  256. PointLightHelper,
  257. Points,
  258. PointsMaterial,
  259. PolarGridHelper,
  260. PolyhedronBufferGeometry,
  261. PolyhedronGeometry,
  262. PositionalAudio,
  263. PropertyBinding,
  264. PropertyMixer,
  265. QuadraticBezierCurve,
  266. QuadraticBezierCurve3,
  267. Quaternion,
  268. QuaternionKeyframeTrack,
  269. QuaternionLinearInterpolant,
  270. RED_GREEN_RGTC2_Format,
  271. RED_RGTC1_Format,
  272. REVISION,
  273. RGBADepthPacking,
  274. RGBAFormat,
  275. RGBAIntegerFormat,
  276. RGBA_ASTC_10x10_Format,
  277. RGBA_ASTC_10x5_Format,
  278. RGBA_ASTC_10x6_Format,
  279. RGBA_ASTC_10x8_Format,
  280. RGBA_ASTC_12x10_Format,
  281. RGBA_ASTC_12x12_Format,
  282. RGBA_ASTC_4x4_Format,
  283. RGBA_ASTC_5x4_Format,
  284. RGBA_ASTC_5x5_Format,
  285. RGBA_ASTC_6x5_Format,
  286. RGBA_ASTC_6x6_Format,
  287. RGBA_ASTC_8x5_Format,
  288. RGBA_ASTC_8x6_Format,
  289. RGBA_ASTC_8x8_Format,
  290. RGBA_BPTC_Format,
  291. RGBA_ETC2_EAC_Format,
  292. RGBA_PVRTC_2BPPV1_Format,
  293. RGBA_PVRTC_4BPPV1_Format,
  294. RGBA_S3TC_DXT1_Format,
  295. RGBA_S3TC_DXT3_Format,
  296. RGBA_S3TC_DXT5_Format,
  297. RGB_ETC1_Format,
  298. RGB_ETC2_Format,
  299. RGB_PVRTC_2BPPV1_Format,
  300. RGB_PVRTC_4BPPV1_Format,
  301. RGB_S3TC_DXT1_Format,
  302. RGFormat,
  303. RGIntegerFormat,
  304. RawShaderMaterial,
  305. Ray,
  306. Raycaster,
  307. RectAreaLight,
  308. RedFormat,
  309. RedIntegerFormat,
  310. ReinhardToneMapping,
  311. RepeatWrapping,
  312. ReplaceStencilOp,
  313. ReverseSubtractEquation,
  314. RingBufferGeometry,
  315. RingGeometry,
  316. SIGNED_RED_GREEN_RGTC2_Format,
  317. SIGNED_RED_RGTC1_Format,
  318. SRGBColorSpace,
  319. Scene,
  320. ShaderChunk,
  321. ShaderLib,
  322. ShaderMaterial,
  323. ShadowMaterial,
  324. Shape,
  325. ShapeBufferGeometry,
  326. ShapeGeometry,
  327. ShapePath,
  328. ShapeUtils,
  329. ShortType,
  330. Skeleton,
  331. SkeletonHelper,
  332. SkinnedMesh,
  333. Source,
  334. Sphere,
  335. SphereBufferGeometry,
  336. SphereGeometry,
  337. Spherical,
  338. SphericalHarmonics3,
  339. SplineCurve,
  340. SpotLight,
  341. SpotLightHelper,
  342. Sprite,
  343. SpriteMaterial,
  344. SrcAlphaFactor,
  345. SrcAlphaSaturateFactor,
  346. SrcColorFactor,
  347. StaticCopyUsage,
  348. StaticDrawUsage,
  349. StaticReadUsage,
  350. StereoCamera,
  351. StreamCopyUsage,
  352. StreamDrawUsage,
  353. StreamReadUsage,
  354. StringKeyframeTrack,
  355. SubtractEquation,
  356. SubtractiveBlending,
  357. TOUCH,
  358. TangentSpaceNormalMap,
  359. TetrahedronBufferGeometry,
  360. TetrahedronGeometry,
  361. Texture,
  362. TextureLoader,
  363. TorusBufferGeometry,
  364. TorusGeometry,
  365. TorusKnotBufferGeometry,
  366. TorusKnotGeometry,
  367. Triangle,
  368. TriangleFanDrawMode,
  369. TriangleStripDrawMode,
  370. TrianglesDrawMode,
  371. TubeBufferGeometry,
  372. TubeGeometry,
  373. TwoPassDoubleSide,
  374. UVMapping,
  375. Uint16BufferAttribute,
  376. Uint32BufferAttribute,
  377. Uint8BufferAttribute,
  378. Uint8ClampedBufferAttribute,
  379. Uniform,
  380. UniformsGroup,
  381. UniformsLib,
  382. UniformsUtils,
  383. UnsignedByteType,
  384. UnsignedInt248Type,
  385. UnsignedIntType,
  386. UnsignedShort4444Type,
  387. UnsignedShort5551Type,
  388. UnsignedShortType,
  389. VSMShadowMap,
  390. Vector2,
  391. Vector3,
  392. Vector4,
  393. VectorKeyframeTrack,
  394. VideoTexture,
  395. WebGL1Renderer,
  396. WebGL3DRenderTarget,
  397. WebGLArrayRenderTarget,
  398. WebGLCubeRenderTarget,
  399. WebGLMultipleRenderTargets,
  400. WebGLRenderTarget,
  401. WebGLRenderer,
  402. WebGLUtils,
  403. WireframeGeometry,
  404. WrapAroundEnding,
  405. ZeroCurvatureEnding,
  406. ZeroFactor,
  407. ZeroSlopeEnding,
  408. ZeroStencilOp,
  409. _SRGBAFormat,
  410. sRGBEncoding
  411. } from "./chunk-UMTEG5DH.js";
  412. import "./chunk-JC4IRQUL.js";
  413. export {
  414. ACESFilmicToneMapping,
  415. AddEquation,
  416. AddOperation,
  417. AdditiveAnimationBlendMode,
  418. AdditiveBlending,
  419. AlphaFormat,
  420. AlwaysDepth,
  421. AlwaysStencilFunc,
  422. AmbientLight,
  423. AmbientLightProbe,
  424. AnimationAction,
  425. AnimationClip,
  426. AnimationLoader,
  427. AnimationMixer,
  428. AnimationObjectGroup,
  429. AnimationUtils,
  430. ArcCurve,
  431. ArrayCamera,
  432. ArrowHelper,
  433. Audio,
  434. AudioAnalyser,
  435. AudioContext,
  436. AudioListener,
  437. AudioLoader,
  438. AxesHelper,
  439. BackSide,
  440. BasicDepthPacking,
  441. BasicShadowMap,
  442. Bone,
  443. BooleanKeyframeTrack,
  444. Box2,
  445. Box3,
  446. Box3Helper,
  447. BoxBufferGeometry,
  448. BoxGeometry,
  449. BoxHelper,
  450. BufferAttribute,
  451. BufferGeometry,
  452. BufferGeometryLoader,
  453. ByteType,
  454. Cache,
  455. Camera,
  456. CameraHelper,
  457. CanvasTexture,
  458. CapsuleBufferGeometry,
  459. CapsuleGeometry,
  460. CatmullRomCurve3,
  461. CineonToneMapping,
  462. CircleBufferGeometry,
  463. CircleGeometry,
  464. ClampToEdgeWrapping,
  465. Clock,
  466. Color,
  467. ColorKeyframeTrack,
  468. ColorManagement,
  469. CompressedArrayTexture,
  470. CompressedTexture,
  471. CompressedTextureLoader,
  472. ConeBufferGeometry,
  473. ConeGeometry,
  474. CubeCamera,
  475. CubeReflectionMapping,
  476. CubeRefractionMapping,
  477. CubeTexture,
  478. CubeTextureLoader,
  479. CubeUVReflectionMapping,
  480. CubicBezierCurve,
  481. CubicBezierCurve3,
  482. CubicInterpolant,
  483. CullFaceBack,
  484. CullFaceFront,
  485. CullFaceFrontBack,
  486. CullFaceNone,
  487. Curve,
  488. CurvePath,
  489. CustomBlending,
  490. CustomToneMapping,
  491. CylinderBufferGeometry,
  492. CylinderGeometry,
  493. Cylindrical,
  494. Data3DTexture,
  495. DataArrayTexture,
  496. DataTexture,
  497. DataTextureLoader,
  498. DataUtils,
  499. DecrementStencilOp,
  500. DecrementWrapStencilOp,
  501. DefaultLoadingManager,
  502. DepthFormat,
  503. DepthStencilFormat,
  504. DepthTexture,
  505. DirectionalLight,
  506. DirectionalLightHelper,
  507. DiscreteInterpolant,
  508. DisplayP3ColorSpace,
  509. DodecahedronBufferGeometry,
  510. DodecahedronGeometry,
  511. DoubleSide,
  512. DstAlphaFactor,
  513. DstColorFactor,
  514. DynamicCopyUsage,
  515. DynamicDrawUsage,
  516. DynamicReadUsage,
  517. EdgesGeometry,
  518. EllipseCurve,
  519. EqualDepth,
  520. EqualStencilFunc,
  521. EquirectangularReflectionMapping,
  522. EquirectangularRefractionMapping,
  523. Euler,
  524. EventDispatcher,
  525. ExtrudeBufferGeometry,
  526. ExtrudeGeometry,
  527. FileLoader,
  528. Float16BufferAttribute,
  529. Float32BufferAttribute,
  530. Float64BufferAttribute,
  531. FloatType,
  532. Fog,
  533. FogExp2,
  534. FramebufferTexture,
  535. FrontSide,
  536. Frustum,
  537. GLBufferAttribute,
  538. GLSL1,
  539. GLSL3,
  540. GreaterDepth,
  541. GreaterEqualDepth,
  542. GreaterEqualStencilFunc,
  543. GreaterStencilFunc,
  544. GridHelper,
  545. Group,
  546. HalfFloatType,
  547. HemisphereLight,
  548. HemisphereLightHelper,
  549. HemisphereLightProbe,
  550. IcosahedronBufferGeometry,
  551. IcosahedronGeometry,
  552. ImageBitmapLoader,
  553. ImageLoader,
  554. ImageUtils,
  555. IncrementStencilOp,
  556. IncrementWrapStencilOp,
  557. InstancedBufferAttribute,
  558. InstancedBufferGeometry,
  559. InstancedInterleavedBuffer,
  560. InstancedMesh,
  561. Int16BufferAttribute,
  562. Int32BufferAttribute,
  563. Int8BufferAttribute,
  564. IntType,
  565. InterleavedBuffer,
  566. InterleavedBufferAttribute,
  567. Interpolant,
  568. InterpolateDiscrete,
  569. InterpolateLinear,
  570. InterpolateSmooth,
  571. InvertStencilOp,
  572. KeepStencilOp,
  573. KeyframeTrack,
  574. LOD,
  575. LatheBufferGeometry,
  576. LatheGeometry,
  577. Layers,
  578. LessDepth,
  579. LessEqualDepth,
  580. LessEqualStencilFunc,
  581. LessStencilFunc,
  582. Light,
  583. LightProbe,
  584. Line,
  585. Line3,
  586. LineBasicMaterial,
  587. LineCurve,
  588. LineCurve3,
  589. LineDashedMaterial,
  590. LineLoop,
  591. LineSegments,
  592. LinearEncoding,
  593. LinearFilter,
  594. LinearInterpolant,
  595. LinearMipMapLinearFilter,
  596. LinearMipMapNearestFilter,
  597. LinearMipmapLinearFilter,
  598. LinearMipmapNearestFilter,
  599. LinearSRGBColorSpace,
  600. LinearToneMapping,
  601. Loader,
  602. LoaderUtils,
  603. LoadingManager,
  604. LoopOnce,
  605. LoopPingPong,
  606. LoopRepeat,
  607. LuminanceAlphaFormat,
  608. LuminanceFormat,
  609. MOUSE,
  610. Material,
  611. MaterialLoader,
  612. MathUtils,
  613. Matrix3,
  614. Matrix4,
  615. MaxEquation,
  616. Mesh,
  617. MeshBasicMaterial,
  618. MeshDepthMaterial,
  619. MeshDistanceMaterial,
  620. MeshLambertMaterial,
  621. MeshMatcapMaterial,
  622. MeshNormalMaterial,
  623. MeshPhongMaterial,
  624. MeshPhysicalMaterial,
  625. MeshStandardMaterial,
  626. MeshToonMaterial,
  627. MinEquation,
  628. MirroredRepeatWrapping,
  629. MixOperation,
  630. MultiplyBlending,
  631. MultiplyOperation,
  632. NearestFilter,
  633. NearestMipMapLinearFilter,
  634. NearestMipMapNearestFilter,
  635. NearestMipmapLinearFilter,
  636. NearestMipmapNearestFilter,
  637. NeverDepth,
  638. NeverStencilFunc,
  639. NoBlending,
  640. NoColorSpace,
  641. NoToneMapping,
  642. NormalAnimationBlendMode,
  643. NormalBlending,
  644. NotEqualDepth,
  645. NotEqualStencilFunc,
  646. NumberKeyframeTrack,
  647. Object3D,
  648. ObjectLoader,
  649. ObjectSpaceNormalMap,
  650. OctahedronBufferGeometry,
  651. OctahedronGeometry,
  652. OneFactor,
  653. OneMinusDstAlphaFactor,
  654. OneMinusDstColorFactor,
  655. OneMinusSrcAlphaFactor,
  656. OneMinusSrcColorFactor,
  657. OrthographicCamera,
  658. PCFShadowMap,
  659. PCFSoftShadowMap,
  660. PMREMGenerator,
  661. Path,
  662. PerspectiveCamera,
  663. Plane,
  664. PlaneBufferGeometry,
  665. PlaneGeometry,
  666. PlaneHelper,
  667. PointLight,
  668. PointLightHelper,
  669. Points,
  670. PointsMaterial,
  671. PolarGridHelper,
  672. PolyhedronBufferGeometry,
  673. PolyhedronGeometry,
  674. PositionalAudio,
  675. PropertyBinding,
  676. PropertyMixer,
  677. QuadraticBezierCurve,
  678. QuadraticBezierCurve3,
  679. Quaternion,
  680. QuaternionKeyframeTrack,
  681. QuaternionLinearInterpolant,
  682. RED_GREEN_RGTC2_Format,
  683. RED_RGTC1_Format,
  684. REVISION,
  685. RGBADepthPacking,
  686. RGBAFormat,
  687. RGBAIntegerFormat,
  688. RGBA_ASTC_10x10_Format,
  689. RGBA_ASTC_10x5_Format,
  690. RGBA_ASTC_10x6_Format,
  691. RGBA_ASTC_10x8_Format,
  692. RGBA_ASTC_12x10_Format,
  693. RGBA_ASTC_12x12_Format,
  694. RGBA_ASTC_4x4_Format,
  695. RGBA_ASTC_5x4_Format,
  696. RGBA_ASTC_5x5_Format,
  697. RGBA_ASTC_6x5_Format,
  698. RGBA_ASTC_6x6_Format,
  699. RGBA_ASTC_8x5_Format,
  700. RGBA_ASTC_8x6_Format,
  701. RGBA_ASTC_8x8_Format,
  702. RGBA_BPTC_Format,
  703. RGBA_ETC2_EAC_Format,
  704. RGBA_PVRTC_2BPPV1_Format,
  705. RGBA_PVRTC_4BPPV1_Format,
  706. RGBA_S3TC_DXT1_Format,
  707. RGBA_S3TC_DXT3_Format,
  708. RGBA_S3TC_DXT5_Format,
  709. RGB_ETC1_Format,
  710. RGB_ETC2_Format,
  711. RGB_PVRTC_2BPPV1_Format,
  712. RGB_PVRTC_4BPPV1_Format,
  713. RGB_S3TC_DXT1_Format,
  714. RGFormat,
  715. RGIntegerFormat,
  716. RawShaderMaterial,
  717. Ray,
  718. Raycaster,
  719. RectAreaLight,
  720. RedFormat,
  721. RedIntegerFormat,
  722. ReinhardToneMapping,
  723. RepeatWrapping,
  724. ReplaceStencilOp,
  725. ReverseSubtractEquation,
  726. RingBufferGeometry,
  727. RingGeometry,
  728. SIGNED_RED_GREEN_RGTC2_Format,
  729. SIGNED_RED_RGTC1_Format,
  730. SRGBColorSpace,
  731. Scene,
  732. ShaderChunk,
  733. ShaderLib,
  734. ShaderMaterial,
  735. ShadowMaterial,
  736. Shape,
  737. ShapeBufferGeometry,
  738. ShapeGeometry,
  739. ShapePath,
  740. ShapeUtils,
  741. ShortType,
  742. Skeleton,
  743. SkeletonHelper,
  744. SkinnedMesh,
  745. Source,
  746. Sphere,
  747. SphereBufferGeometry,
  748. SphereGeometry,
  749. Spherical,
  750. SphericalHarmonics3,
  751. SplineCurve,
  752. SpotLight,
  753. SpotLightHelper,
  754. Sprite,
  755. SpriteMaterial,
  756. SrcAlphaFactor,
  757. SrcAlphaSaturateFactor,
  758. SrcColorFactor,
  759. StaticCopyUsage,
  760. StaticDrawUsage,
  761. StaticReadUsage,
  762. StereoCamera,
  763. StreamCopyUsage,
  764. StreamDrawUsage,
  765. StreamReadUsage,
  766. StringKeyframeTrack,
  767. SubtractEquation,
  768. SubtractiveBlending,
  769. TOUCH,
  770. TangentSpaceNormalMap,
  771. TetrahedronBufferGeometry,
  772. TetrahedronGeometry,
  773. Texture,
  774. TextureLoader,
  775. TorusBufferGeometry,
  776. TorusGeometry,
  777. TorusKnotBufferGeometry,
  778. TorusKnotGeometry,
  779. Triangle,
  780. TriangleFanDrawMode,
  781. TriangleStripDrawMode,
  782. TrianglesDrawMode,
  783. TubeBufferGeometry,
  784. TubeGeometry,
  785. TwoPassDoubleSide,
  786. UVMapping,
  787. Uint16BufferAttribute,
  788. Uint32BufferAttribute,
  789. Uint8BufferAttribute,
  790. Uint8ClampedBufferAttribute,
  791. Uniform,
  792. UniformsGroup,
  793. UniformsLib,
  794. UniformsUtils,
  795. UnsignedByteType,
  796. UnsignedInt248Type,
  797. UnsignedIntType,
  798. UnsignedShort4444Type,
  799. UnsignedShort5551Type,
  800. UnsignedShortType,
  801. VSMShadowMap,
  802. Vector2,
  803. Vector3,
  804. Vector4,
  805. VectorKeyframeTrack,
  806. VideoTexture,
  807. WebGL1Renderer,
  808. WebGL3DRenderTarget,
  809. WebGLArrayRenderTarget,
  810. WebGLCubeRenderTarget,
  811. WebGLMultipleRenderTargets,
  812. WebGLRenderTarget,
  813. WebGLRenderer,
  814. WebGLUtils,
  815. WireframeGeometry,
  816. WrapAroundEnding,
  817. ZeroCurvatureEnding,
  818. ZeroFactor,
  819. ZeroSlopeEnding,
  820. ZeroStencilOp,
  821. _SRGBAFormat,
  822. sRGBEncoding
  823. };
  824. //# sourceMappingURL=three.js.map