lighttransport / nanort

NanoRT, single header only modern ray tracing kernel.
MIT License
1.08k stars 91 forks source link

fix many updates for non-"color" shader. fix many samples problem #10

Closed tigrazone closed 7 years ago

tigrazone commented 7 years ago
  1. fix many updates for non-"color" shader. only one sample to center of pixel. result - no jitter for non-"color" shaders

  2. was an issue when you switch shader, passes not set to 0 and when total passes is set to max_passes, shaders not switch. FIXED

  3. i modify picojson for support of '//' comment

syoyo commented 7 years ago

Cool! Merged.