Release Notes 1.7.9
Changes since 1.7.8
- Added custom shadow shader pipeline with UI controls for shadow bias, normal bias, PCF size, dither toggle, and shadow enable toggle.
- Added lighting defaults to match the new tuning values (shadow, directional, ambient, specular).
- Added custom shader assets in
assets/shaders/ for the model rendering pass.
- Documented plugin base classes:
com.github.alfu32.sketch.plugin.Plugin and com.github.alfu32.sketch.plugin.PluginRegistry.