File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44// Roberto Ritger <https://github.com/bertoritger>
55// Trygve Wastvedt <https://github.com/twastvedt>
66// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7- // TypeScript Version: 5.0
7+ // TypeScript Version: 4.4
88
99/**
1010 * Extended tests and examples available at https://github.com/devpaul/aframe-experiments.git
Original file line number Diff line number Diff line change 22// Project: https://github.com/jbyte/three-dragcontrols#readme
33// Definitions by: Matt Hawes <https://github.com/MGHawes>
44// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5- // Minimum TypeScript Version: 5.0
5+ // Minimum TypeScript Version: 4.4
66
77import * as THREE from 'three' ;
88
Original file line number Diff line number Diff line change 22// Project: https://github.com/SolalDR/three-dat.gui#readme
33// Definitions by: hkleungai <https://github.com/hkleungai>
44// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5- // Minimum TypeScript Version: 5.0
5+ // Minimum TypeScript Version: 4.4
66
77import THREE from 'three' ;
88
Original file line number Diff line number Diff line change 22// Project: https://github.com/movableink/three-gif-loader
33// Definitions by: Lair Junior <https://github.com/lairjr>
44// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5- // Minimum TypeScript Version: 5.0
5+ // Minimum TypeScript Version: 4.4
66
77import { LoadingManager } from 'three' ;
88import { GifReader } from 'omggif' ;
Original file line number Diff line number Diff line change 33// Definitions by: Konstantin Lukaschenko <https://github.com/KonstantinLukaschenko>
44// Stefan Schönsee <https://github.com/sschoensee>
55// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6- // TypeScript Version: 5.0
6+ // TypeScript Version: 4.4
77
88import * as THREE from 'three' ;
99
Original file line number Diff line number Diff line change 33// Definitions by: Josh Ellis <https://github.com/joshuaellis>
44// Nathan Bierema <https://github.com/Methuselah96>
55// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6- // Minimum TypeScript Version: 5.0
6+ // Minimum TypeScript Version: 4.4
77
88// To update three.js type definition, please make changes to the repository at:
99// https://github.com/three-types/three-ts-types.
Original file line number Diff line number Diff line change 44// Raanan Weber <https://github.com/RaananW>
55// Sean T. McBeth <https://github.com/capnmidnight>
66// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
7- // Minimum TypeScript Version: 5.0
7+ // Minimum TypeScript Version: 4.4
88
99// Most of this was hand written and... more or less copied from the following
1010// sites:
@@ -1030,22 +1030,6 @@ declare enum XOVR_multiview2 {
10301030 FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR = 0x9633 ,
10311031}
10321032
1033- interface OVR_multiview2 {
1034- readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_NUM_VIEWS_OVR : 38448 ;
1035- readonly FRAMEBUFFER_ATTACHMENT_TEXTURE_BASE_VIEW_INDEX_OVR : 38450 ;
1036- readonly MAX_VIEWS_OVR : 38449 ;
1037- readonly FRAMEBUFFER_INCOMPLETE_VIEW_TARGETS_OVR : 38451 ;
1038-
1039- framebufferTextureMultiviewOVR (
1040- target : GLenum ,
1041- attachment : GLenum ,
1042- texture : WebGLTexture ,
1043- level : number ,
1044- baseViewIndex : number ,
1045- numViews : number ,
1046- ) : WebGLRenderbuffer ;
1047- }
1048-
10491033declare abstract class OVR_multiview2 implements OVR_multiview2 { }
10501034
10511035// Oculus extensions
You can’t perform that action at this time.
0 commit comments