UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

6 lines (5 loc) 203 B
import { Fn } from '../../tsl/TSLBase.js'; const BRDF_Lambert = /*@__PURE__*/Fn(inputs => { return inputs.diffuseColor.mul(1 / Math.PI); // punctual light }); // validated export default BRDF_Lambert;