mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 12:10:18 +00:00
[three] Fixed InstancedBufferAttribute definition (#34142)
This commit is contained in:
committed by
Ron Buckton
parent
2e44c5c855
commit
d612bb2ee1
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@@ -1477,7 +1477,7 @@ export namespace GeometryUtils {
|
||||
* @see <a href="https://github.com/mrdoob/three.js/blob/master/src/core/InstancedBufferAttribute.js">src/core/InstancedBufferAttribute.js</a>
|
||||
*/
|
||||
export class InstancedBufferAttribute extends BufferAttribute {
|
||||
constructor(data: ArrayLike<number>, itemSize: number, meshPerAttribute?: number);
|
||||
constructor(array: ArrayLike<number>, itemSize: number, normalized?: boolean, meshPerAttribute?: number);
|
||||
|
||||
meshPerAttribute: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user