jared-hughes / DesThree

Desmos bindings for three.js
3 stars 0 forks source link

Allow more Mesh Material options #50

Open jared-hughes opened 3 years ago

jared-hughes commented 3 years ago

Right now, only color is supported as an argument for LambertMaterial, PhongMaterial, etc.

More are supported; https://www.desmos.com/calculator/zgibydvrou has specular highlights (from the spotlight) that are way too bright for my taste, and PhongMaterial allows adjusting the specular multiplier. Probably more can be allowed and used.