1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/node_modules/three/examples/jsm/nodes/materials/PhongNodeMaterial.d.ts
2023-12-11 11:59:56 -03:00

23 lines
386 B
TypeScript

import { Node } from '../core/Node';
import { NodeMaterial } from './NodeMaterial';
export class PhongNodeMaterial extends NodeMaterial {
constructor();
color: Node;
alpha: Node;
specular: Node;
shininess: Node;
normal: Node;
emissive: Node;
ambient: Node;
light: Node;
shadow: Node;
ao: Node;
environment: Node;
environmentAlpha: Node;
mask: Node;
position: Node;
}