Newer
Older
HuangJiPC / public / static / three / examples / jsm / modifiers / ExplodeModifier.d.ts
@zhangdeliang zhangdeliang on 21 Jun 137 bytes update
import {
	Geometry
} from '../../../src/Three';

export class ExplodeModifier {

	constructor();
	modify( geometry: Geometry ): void;

}