mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-16 07:59:07 +08:00
Fix CircleBufferGeometry inheriting from Geometry
This commit is contained in:
2
threejs/three.d.ts
vendored
2
threejs/three.d.ts
vendored
@@ -5928,7 +5928,7 @@ declare namespace THREE {
|
||||
};
|
||||
}
|
||||
|
||||
export class CircleBufferGeometry extends Geometry {
|
||||
export class CircleBufferGeometry extends BufferGeometry {
|
||||
constructor(radius?: number, segments?: number, thetaStart?: number, thetaLength?: number);
|
||||
|
||||
parameters: {
|
||||
|
||||
Reference in New Issue
Block a user