2
0
Эх сурвалжийг харах

Fix InstancedBufferAttribute Typescript definitions

nsunderland-cognite 6 жил өмнө
parent
commit
615b3f21a4

+ 2 - 1
src/core/InstancedBufferAttribute.d.ts

@@ -37,8 +37,9 @@ export namespace GeometryUtils {
  */
 export class InstancedBufferAttribute extends BufferAttribute {
   constructor(
-    data: ArrayLike<number>,
+    array: ArrayLike<number>,
     itemSize: number,
+    normalized?: boolean,
     meshPerAttribute?: number
   );