UNPKG

@luma.gl/shadertools

Version:

Shader module system for luma.gl

7 lines (5 loc) 166 B
import {ShaderModule} from '../../types'; /** * Cheap lighting - single directional light, single dot product, one uniform */ export const geometry: ShaderModule;