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

export class PhongNodeMaterial extends NodeMaterial {

	constructor();

}