UNPKG

@thi.ng/webgl

Version:

WebGL & GLSL abstraction layer

7 lines 182 B
import type { GLVec3 } from "./glsl.js"; export interface Material { ambientCol: GLVec3; diffuseCol: GLVec3; specularCol: GLVec3; } //# sourceMappingURL=material.d.ts.map