Skip to content

Commit

Permalink
Add missing typo definition for DebugEnvironment (#589)
Browse files Browse the repository at this point in the history
* Create DebugEnvironment.d.ts

* Update DebugEnvironment.d.ts

* Update .all-contributorsrc

* Update .all-contributorsrc

* Update OTHER_FILES.txt
  • Loading branch information
skyclouds2001 authored Aug 31, 2023
1 parent b0c5dbe commit 28694ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,16 @@
"profile": "https://github.com/ddnn55",
"contributions": [
"doc"
]
},
{
"login": "skyclouds2001",
"name": "skyclouds2001",
"avatar_url": "https://avatars.githubusercontent.com/u/95597335?v=4",
"profile": "https://github.com/skyclouds2001",
"contributions": [
"code"
]
}
],
"skipCi": true,
Expand Down
1 change: 1 addition & 0 deletions types/three/OTHER_FILES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ examples/jsm/effects/AsciiEffect.d.ts
examples/jsm/effects/ParallaxBarrierEffect.d.ts
examples/jsm/effects/PeppersGhostEffect.d.ts
examples/jsm/effects/StereoEffect.d.ts
examples/jsm/environments/DebugEnvironment.d.ts
examples/jsm/exporters/DRACOExporter.d.ts
examples/jsm/exporters/EXRExporter.d.ts
examples/jsm/exporters/GLTFExporter.d.ts
Expand Down
5 changes: 5 additions & 0 deletions types/three/examples/jsm/environments/DebugEnvironment.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Scene } from '../../../src/Three.js';

export class DebugEnvironment extends Scene {
constructor();
}

0 comments on commit 28694ea

Please sign in to comment.