forked from bartvdbraak/blender
b4c95833ab
* Adding hue instead of removing it. fmod doesn't work as % when it comes to negative numbers: fmod( 1.3, 1) == 1.3 % 1 == 0.3 fmod(-0.3, 1) != -0.3 % 1 |
||
---|---|---|
.. | ||
nodes | ||
background.cpp | ||
bsdf_ashikhmin_velvet.cpp | ||
bsdf_diffuse.cpp | ||
bsdf_microfacet.cpp | ||
bsdf_oren_nayar.cpp | ||
bsdf_reflection.cpp | ||
bsdf_refraction.cpp | ||
bsdf_transparent.cpp | ||
bsdf_ward.cpp | ||
bsdf_westin.cpp | ||
bssrdf.cpp | ||
CMakeLists.txt | ||
debug.cpp | ||
emissive.cpp | ||
osl_closures.cpp | ||
osl_closures.h | ||
osl_globals.h | ||
osl_services.cpp | ||
osl_services.h | ||
osl_shader.cpp | ||
osl_shader.h | ||
vol_subsurface.cpp |