Newer
Older
HuangJiPC / public / static / three / examples / jsm / nodes / materials / SpriteNodeMaterial.d.ts
@zhangdeliang zhangdeliang on 21 Jun 123 bytes update
import { NodeMaterial } from './NodeMaterial';

export class SpriteNodeMaterial extends NodeMaterial {

	constructor();

}