We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1392204 + cfda6f8 commit 72ac6e0Copy full SHA for 72ac6e0
src/core/BufferGeometry.d.ts
@@ -43,6 +43,7 @@ export class BufferGeometry extends EventDispatcher {
43
boundingSphere: Sphere;
44
drawRange: { start: number; count: number };
45
userData: {[key: string]: any};
46
+ isBufferGeometry: boolean;
47
48
getIndex(): BufferAttribute;
49
setIndex( index: BufferAttribute | number[] ): void;
src/core/Geometry.d.ts
@@ -50,6 +50,8 @@ export class Geometry extends EventDispatcher {
50
51
uuid: string;
52
53
+ isGeometry: boolean;
54
+
55
/**
56
* Name for this geometry. Default is an empty string.
57
*/
0 commit comments