Added missing userData to BufferGeometry (#32533)

This commit is contained in:
Corban Brook
2019-01-28 12:50:45 -08:00
committed by Pranav Senthilnathan
parent 480b0531a3
commit e76fa57bc0
+1
View File
@@ -867,6 +867,7 @@ export class BufferGeometry extends EventDispatcher {
boundingBox: Box3;
boundingSphere: Sphere;
drawRange: { start: number, count: number };
userData: {[key: string]: any};
getIndex(): BufferAttribute;
setIndex( index: BufferAttribute|number[] ): void;