mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
three: Fix a couple typos (#9348)
This commit is contained in:
committed by
Masahiro Wakame
parent
b76dd8a7f9
commit
74c1ffbba4
4
threejs/three.d.ts
vendored
4
threejs/three.d.ts
vendored
@@ -3147,7 +3147,7 @@ declare namespace THREE {
|
||||
onChange(callback: Function): void;
|
||||
|
||||
static RotationOrders: string[];
|
||||
static DefautlOrder: string;
|
||||
static DefaultOrder: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -6002,7 +6002,7 @@ declare namespace THREE {
|
||||
}
|
||||
|
||||
|
||||
// Extras / Geomerties /////////////////////////////////////////////////////////////////////
|
||||
// Extras / Geometries /////////////////////////////////////////////////////////////////////
|
||||
export class BoxBufferGeometry extends BufferGeometry {
|
||||
constructor(width: number, height: number, depth: number, widthSegments?: number, heightSegments?: number, depthSegments?: number);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user