Skip to content

Commit

Permalink
Add reference lib=DOM to type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
JorchRL committed Jun 11, 2022
1 parent 455ed38 commit 5065e16
Show file tree
Hide file tree
Showing 491 changed files with 492 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { AnimationClip, Vector3 } from '../../../src/Three.d.ts';

export interface AnimationClipCreator {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/animation/CCDIKSolver.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D, SkinnedMesh } from '../../../src/Three.d.ts';

// tslint:disable-next-line:interface-name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import {
AnimationClip,
Audio,
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/animation/MMDPhysics.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Bone, Euler, Matrix4, Object3D, Quaternion, SkinnedMesh, Vector3 } from '../../../src/Three.d.ts';

export interface MMDPhysicsParameter {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/cameras/CinematicCamera.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import {
PerspectiveCamera,
ShaderMaterial,
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/capabilities/WebGL.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
declare namespace WEBGL {
function isWebGLAvailable(): boolean;
function isWebGL2Available(): boolean;
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/controls/ArcballControls.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { EventDispatcher, Camera, Scene, Vector3, Raycaster } from '../../../src/Three.d.ts';

export enum ArcballControlsMouseActionOperations {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/controls/DragControls.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, EventDispatcher, Object3D, Raycaster } from '../../../src/Three.d.ts';

export class DragControls extends EventDispatcher {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Vector3 } from '../../../src/Three.d.ts';

export class FirstPersonControls {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/controls/FlyControls.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, EventDispatcher } from '../../../src/Three.d.ts';

export class FlyControls extends EventDispatcher {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/controls/OrbitControls.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, MOUSE, TOUCH, Vector3 } from '../../../src/Three.d.ts';

export class OrbitControls {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, EventDispatcher, Vector3 } from '../../../src/Three.d.ts';

export class PointerLockControls extends EventDispatcher {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, EventDispatcher, MOUSE, Vector3 } from '../../../src/Three.d.ts';

export class TrackballControls extends EventDispatcher {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D, Camera, MOUSE, Raycaster, Mesh, Vector3, Quaternion } from '../../../src/Three.d.ts';

export class TransformControls extends Object3D {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/csm/CSM.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Vector3, DirectionalLight, Material, Vector2, Object3D } from '../../../src/Three.d.ts';

export enum CMSMode {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/csm/CSMFrustum.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Matrix4, Vector3 } from '../../../src/Three.d.ts';

export interface CSMFrustumVerticies {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/csm/CSMHelper.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import {
Box3Helper,
BufferGeometry,
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/csm/CSMShader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
export interface CSMShader {
lights_fragment_begin: string;
lights_pars_begin: string;
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/curves/CurveExtras.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Curve, Vector3 } from '../../../src/Three.d.ts';

export class GrannyKnot extends Curve<Vector3> {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/curves/NURBSCurve.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Curve, Vector2, Vector3, Vector4 } from '../../../src/Three.d.ts';

export class NURBSCurve extends Curve<Vector3> {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/curves/NURBSSurface.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Vector2, Vector3, Vector4 } from '../../../src/Three.d.ts';

export class NURBSSurface {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/curves/NURBSUtils.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Vector3, Vector4 } from '../../../src/Three.d.ts';

export namespace NURBSUtils {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/deprecated/Geometry.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import {
Vector3,
Color,
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/effects/AnaglyphEffect.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Matrix3, Scene, WebGLRenderer } from '../../../src/Three.d.ts';

export class AnaglyphEffect {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/effects/AsciiEffect.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Scene, WebGLRenderer } from '../../../src/Three.d.ts';

export interface AsciiEffectOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/effects/OutlineEffect.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Scene, Vector2, Vector4, WebGLRenderer, WebGLRenderTarget, WebGLShadowMap } from '../../../src/Three.d.ts';

export interface OutlineEffectParameters {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Scene, WebGLRenderer } from '../../../src/Three.d.ts';

export class ParallaxBarrierEffect {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Scene, WebGLRenderer } from '../../../src/Three.d.ts';

export class PeppersGhostEffect {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/effects/StereoEffect.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Scene, WebGLRenderer } from '../../../src/Three.d.ts';

export class StereoEffect {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Scene } from '../../../src/Three.d.ts';

export class RoomEnvironment extends Scene {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export interface ColladaExporterOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/DRACOExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Mesh, Points } from '../../../src/Three.d.ts';

export interface DRACOExporterOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/EXRExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
/**
* @author sciecode / https://github.com/sciecode
*
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/GLTFExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D, AnimationClip, Texture, Material, Mesh } from '../../../src/Three.d.ts';

export interface GLTFExporterOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/KTX2Exporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Data3DTexture, DataTexture, WebGLRenderer, WebGLRenderTarget } from '../../../src/Three.d.ts';

export class KTX2Exporter {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/MMDExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export class MMDExporter {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/OBJExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export class OBJExporter {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/PLYExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export interface PLYExporterOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/STLExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export interface STLExporterOptions {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/exporters/USDZExporter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D } from '../../../src/Three.d.ts';

export class USDZExporter {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry } from '../../../src/Three.d.ts';

export class BoxLineGeometry extends BufferGeometry {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry, Vector3 } from '../../../src/Three.d.ts';

export class ConvexGeometry extends BufferGeometry {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/geometries/DecalGeometry.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry, Euler, Mesh, Vector3 } from '../../../src/Three.d.ts';

export class DecalGeometry extends BufferGeometry {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry, Vector3 } from '../../../src/Three.d.ts';

export interface RandomGenerator {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Curve, Vector3 } from '../../../src/Three.d.ts';

import { ParametricGeometry } from './ParametricGeometry.d.ts';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Vector3, BufferGeometry } from '../../../src/Three.d.ts';

export class ParametricGeometry extends BufferGeometry {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BoxGeometry } from '../../../src/Three.d.ts';

export class RoundedBoxGeometry extends BoxGeometry {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry } from '../../../src/Three.d.ts';

export class TeapotGeometry extends BufferGeometry {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/geometries/TextGeometry.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { ExtrudeGeometry } from '../../../src/Three.d.ts';

import { Font } from '../loaders/FontLoader.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/helpers/LightProbeHelper.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { LightProbe, Mesh } from '../../../src/Three.d.ts';

export class LightProbeHelper extends Mesh {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/helpers/OctreeHelper.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { ColorRepresentation, LineSegments } from '../../../src/Three.d.ts';
import { Octree } from '../math/Octree.d.ts';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Line, PositionalAudio } from '../../../src/Three.d.ts';

export class PositionalAudioHelper extends Line {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Line, RectAreaLight, ColorRepresentation } from '../../../src/Three.d.ts';

export class RectAreaLightHelper extends Line {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D, LineSegments } from '../../../src/Three.d.ts';

export class VertexNormalsHelper extends LineSegments {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Object3D, LineSegments } from '../../../src/Three.d.ts';

export class VertexTangentsHelper extends LineSegments {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/interactive/HTMLMesh.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Mesh } from 'three.d.ts';

export class HTMLMesh extends Mesh {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { WebGLRenderer, Camera, Group } from 'three.d.ts';

export class InteractiveGroup extends Group {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/interactive/SelectionBox.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Camera, Frustum, Mesh, Object3D, Scene, Vector3 } from '../../../src/Three.d.ts';

export class SelectionBox {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { WebGLRenderer, Vector2 } from '../../../src/Three.d.ts';

import { SelectionBox } from './SelectionBox.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/libs/fflate.module.min.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
/**
* Options for compressing data into a DEFLATE format
*/
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/libs/stats.module.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
interface Stats {
REVISION: number;
dom: HTMLDivElement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { CubeTexture, LightProbe, WebGLRenderer, WebGLCubeRenderTarget } from '../../../src/Three.d.ts';

export namespace LightProbeGenerator {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
export namespace RectAreaLightUniformsLib {
function init(): void;
}
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/Line2.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { LineGeometry } from './LineGeometry.d.ts';
import { LineSegments2 } from './LineSegments2.d.ts';
import { LineMaterial } from './LineMaterial.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/LineGeometry.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Line } from '../../../src/Three.d.ts';

import { LineSegmentsGeometry } from './LineSegmentsGeometry.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/LineMaterial.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Color, MaterialParameters, ShaderMaterial, Vector2 } from '../../../src/Three.d.ts';

export interface LineMaterialParameters extends MaterialParameters {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/LineSegments2.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Mesh } from '../../../src/Three.d.ts';

import { LineMaterial } from './LineMaterial.d.ts';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import {
EdgesGeometry,
InstancedBufferGeometry,
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/Wireframe.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Mesh } from '../../../src/Three.d.ts';

import { LineMaterial } from './LineMaterial.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/lines/WireframeGeometry2.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { BufferGeometry } from '../../../src/Three.d.ts';

import { LineSegmentsGeometry } from './LineSegmentsGeometry.d.ts';
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/3DMLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Loader, LoadingManager, Object3D } from '../../../src/Three.d.ts';

export class Rhino3dmLoader extends Loader {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/3MFLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Loader, LoadingManager, Group } from '../../../src/Three.d.ts';

export class ThreeMFLoader extends Loader {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/AMFLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Loader, LoadingManager, Group } from '../../../src/Three.d.ts';

export class AMFLoader extends Loader {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/BVHLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { AnimationClip, Skeleton, Loader, LoadingManager } from '../../../src/Three.d.ts';

export interface BVH {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { CompressedTexture, Loader, LoadingManager, WebGLRenderer } from '../../../src/Three.d.ts';

export class BasisTextureLoader extends Loader {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/ColladaLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Loader, LoadingManager, Scene } from '../../../src/Three.d.ts';

export interface Collada {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/DDSLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { LoadingManager, CompressedTextureLoader, PixelFormat, CompressedPixelFormat } from '../../../src/Three.d.ts';

export interface DDS {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/DRACOLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Loader, LoadingManager, BufferGeometry } from '../../../src/Three.d.ts';

export class DRACOLoader extends Loader {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/EXRLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { LoadingManager, DataTextureLoader, TextureDataType, PixelFormat } from '../../../src/Three.d.ts';

export interface EXR {
Expand Down
1 change: 1 addition & 0 deletions lib/three/types/examples/jsm/loaders/FBXLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference lib="DOM" />
import { Group, Loader, LoadingManager } from '../../../src/Three.d.ts';

export class FBXLoader extends Loader {
Expand Down

0 comments on commit 5065e16

Please sign in to comment.