UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

10 lines 370 B
import { ShaderModule } from "../../../lib/shader-module/shader-module.js"; import type { NumericArray } from "../../../types.js"; export type DirlightOptions = { lightDirection?: NumericArray; }; /** * Cheap lighting - single directional light, single dot product, one uniform */ export declare const dirlight: ShaderModule; //# sourceMappingURL=dirlight.d.ts.map