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

export class MeshStandardNodeMaterial extends NodeMaterial {

	constructor();

}