Is there a way to specify a photometric function in Three.js?
Currently, I am utilizing a Lambert material:
new THREE.MeshLambertMaterial({ color: 0xffffff })
However, I am interested in using a Lommel Seeliger but I am unsure of the process and location to define it.