Skip to content

Commit

Permalink
Add src
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jan 19, 2025
1 parent 4993123 commit 22e677f
Show file tree
Hide file tree
Showing 533 changed files with 53,786 additions and 0 deletions.
159 changes: 159 additions & 0 deletions src-testing/src/Three.Core.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
export * from "./animation/AnimationAction.js";
export * from "./animation/AnimationClip.js";
export * from "./animation/AnimationMixer.js";
export * from "./animation/AnimationObjectGroup.js";
export { AnimationUtils } from "./animation/AnimationUtils.js";
export * from "./animation/KeyframeTrack.js";
export * from "./animation/PropertyBinding.js";
export * from "./animation/PropertyMixer.js";
export * from "./animation/tracks/BooleanKeyframeTrack.js";
export * from "./animation/tracks/ColorKeyframeTrack.js";
export * from "./animation/tracks/NumberKeyframeTrack.js";
export * from "./animation/tracks/QuaternionKeyframeTrack.js";
export * from "./animation/tracks/StringKeyframeTrack.js";
export * from "./animation/tracks/VectorKeyframeTrack.js";
export * from "./audio/Audio.js";
export * from "./audio/AudioAnalyser.js";
export * from "./audio/AudioContext.js";
export * from "./audio/AudioListener.js";
export * from "./audio/PositionalAudio.js";
export * from "./cameras/ArrayCamera.js";
export * from "./cameras/Camera.js";
export * from "./cameras/CubeCamera.js";
export * from "./cameras/OrthographicCamera.js";
export * from "./cameras/PerspectiveCamera.js";
export * from "./cameras/StereoCamera.js";
export * from "./constants.js";
export * from "./core/BufferAttribute.js";
export * from "./core/BufferGeometry.js";
export * from "./core/Clock.js";
export * from "./core/EventDispatcher.js";
export * from "./core/GLBufferAttribute.js";
export * from "./core/InstancedBufferAttribute.js";
export * from "./core/InstancedBufferGeometry.js";
export * from "./core/InstancedInterleavedBuffer.js";
export * from "./core/InterleavedBuffer.js";
export * from "./core/InterleavedBufferAttribute.js";
export * from "./core/Layers.js";
export * from "./core/Object3D.js";
export * from "./core/Raycaster.js";
export * from "./core/RenderTarget.js";
export * from "./core/RenderTarget3D.js";
export * from "./core/RenderTargetArray.js";
export * from "./core/Uniform.js";
export * from "./core/UniformsGroup.js";
export * from "./extras/Controls.js";
export * from "./extras/core/Curve.js";
export * from "./extras/core/CurvePath.js";
export * from "./extras/core/Path.js";
export * from "./extras/core/Shape.js";
export * from "./extras/core/ShapePath.js";
export * from "./extras/curves/Curves.js";
export { DataUtils } from "./extras/DataUtils.js";
export * from "./extras/ImageUtils.js";
export * from "./extras/ShapeUtils.js";
export { TextureUtils } from "./extras/TextureUtils.js";
export * from "./geometries/Geometries.js";
export * from "./helpers/ArrowHelper.js";
export * from "./helpers/AxesHelper.js";
export * from "./helpers/Box3Helper.js";
export * from "./helpers/BoxHelper.js";
export * from "./helpers/CameraHelper.js";
export * from "./helpers/DirectionalLightHelper.js";
export * from "./helpers/GridHelper.js";
export * from "./helpers/HemisphereLightHelper.js";
export * from "./helpers/PlaneHelper.js";
export * from "./helpers/PointLightHelper.js";
export * from "./helpers/PolarGridHelper.js";
export * from "./helpers/SkeletonHelper.js";
export * from "./helpers/SpotLightHelper.js";
export * from "./lights/AmbientLight.js";
export * from "./lights/DirectionalLight.js";
export type { DirectionalLightShadow } from "./lights/DirectionalLightShadow.js";
export * from "./lights/HemisphereLight.js";
export * from "./lights/Light.js";
export * from "./lights/LightProbe.js";
export type { LightShadow, LightShadowJSON } from "./lights/LightShadow.js";
export * from "./lights/PointLight.js";
export type { PointLightShadow } from "./lights/PointLightShadow.js";
export * from "./lights/RectAreaLight.js";
export * from "./lights/SpotLight.js";
export type { SpotLightShadow } from "./lights/SpotLightShadow.js";
export * from "./loaders/AnimationLoader.js";
export * from "./loaders/AudioLoader.js";
export * from "./loaders/BufferGeometryLoader.js";
export * from "./loaders/Cache.js";
export * from "./loaders/CompressedTextureLoader.js";
export * from "./loaders/CubeTextureLoader.js";
export * from "./loaders/DataTextureLoader.js";
export * from "./loaders/FileLoader.js";
export * from "./loaders/ImageBitmapLoader.js";
export * from "./loaders/ImageLoader.js";
export * from "./loaders/Loader.js";
export * from "./loaders/LoaderUtils.js";
export * from "./loaders/LoadingManager.js";
export * from "./loaders/MaterialLoader.js";
export * from "./loaders/ObjectLoader.js";
export * from "./loaders/TextureLoader.js";
export * from "./materials/Materials.js";
export * from "./math/Box2.js";
export * from "./math/Box3.js";
export * from "./math/Color.js";
export { ColorManagement, ColorSpaceDefinition } from "./math/ColorManagement.js";
export * from "./math/Cylindrical.js";
export * from "./math/Euler.js";
export * from "./math/Frustum.js";
export * from "./math/Interpolant.js";
export * from "./math/interpolants/CubicInterpolant.js";
export * from "./math/interpolants/DiscreteInterpolant.js";
export * from "./math/interpolants/LinearInterpolant.js";
export * from "./math/interpolants/QuaternionLinearInterpolant.js";
export * from "./math/Line3.js";
export { MathUtils } from "./math/MathUtils.js";
export * from "./math/Matrix2.js";
export * from "./math/Matrix3.js";
export * from "./math/Matrix4.js";
export * from "./math/Plane.js";
export * from "./math/Quaternion.js";
export * from "./math/Ray.js";
export * from "./math/Sphere.js";
export * from "./math/Spherical.js";
export * from "./math/SphericalHarmonics3.js";
export * from "./math/Triangle.js";
export * from "./math/Vector2.js";
export * from "./math/Vector3.js";
export * from "./math/Vector4.js";
export * from "./objects/BatchedMesh.js";
export * from "./objects/Bone.js";
export * from "./objects/Group.js";
export * from "./objects/InstancedMesh.js";
export * from "./objects/Line.js";
export * from "./objects/LineLoop.js";
export * from "./objects/LineSegments.js";
export * from "./objects/LOD.js";
export * from "./objects/Mesh.js";
export * from "./objects/Points.js";
export * from "./objects/Skeleton.js";
export * from "./objects/SkinnedMesh.js";
export * from "./objects/Sprite.js";
export * from "./renderers/WebGL3DRenderTarget.js";
export * from "./renderers/WebGLArrayRenderTarget.js";
export * from "./renderers/WebGLCubeRenderTarget.js";
export * from "./renderers/WebGLRenderTarget.js";
export * from "./scenes/Fog.js";
export * from "./scenes/FogExp2.js";
export * from "./scenes/Scene.js";
export * from "./textures/CanvasTexture.js";
export * from "./textures/CompressedArrayTexture.js";
export * from "./textures/CompressedCubeTexture.js";
export * from "./textures/CompressedTexture.js";
export * from "./textures/CubeTexture.js";
export * from "./textures/Data3DTexture.js";
export * from "./textures/DataArrayTexture.js";
export * from "./textures/DataTexture.js";
export * from "./textures/DepthTexture.js";
export * from "./textures/FramebufferTexture.js";
export * from "./textures/Source.js";
export * from "./textures/Texture.js";
export * from "./textures/VideoTexture.js";
export { createCanvasElement } from "./utils.js";
Loading

0 comments on commit 22e677f

Please sign in to comment.