mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
<threejs> add 'ShapeBufferGeometry' (#23272)
* add 'Texture' attribute: 'center','rotation' * add 'ShapeBufferGeometry'
This commit is contained in:
committed by
Sheetal Nandi
parent
2b6e3afa04
commit
38ebf1ed54
5
types/three/three-core.d.ts
vendored
5
types/three/three-core.d.ts
vendored
@@ -6768,6 +6768,11 @@ export class ShapeGeometry extends Geometry {
|
||||
addShape(shape: Shape, options?: any): void;
|
||||
}
|
||||
|
||||
export class ShapeBufferGeometry extends BufferGeometry
|
||||
{
|
||||
constructor(shapes: Shape | Shape[], curveSegments?: number);
|
||||
}
|
||||
|
||||
export class SphereBufferGeometry extends BufferGeometry {
|
||||
constructor(radius: number, widthSegments?: number, heightSegments?: number, phiStart?: number, phiLength?: number, thetaStart?: number, thetaLength?: number);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user