pbrt/src/lights
2026-05-25 15:30:14 +01:00
..
diffuse.rs A lot of fixes, rendering is somewhat working. CAREFUL: REMOVED as_ref, need to sub by get but got lazy 2026-05-25 15:30:14 +01:00
distant.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
goniometric.rs ALmost done with changes 2026-05-20 20:52:34 +01:00
infinite.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
mod.rs Continuing refactoring, deleted camera construction on host side 2026-05-19 01:44:38 +01:00
point.rs This commit is way too large. So, added Upload trait back again, but only for Textures, which are the most complex types. Fixing Medium and PixelSensor creation on host side. Can´t really find a satisfying way of keeping construction and creation separate, so for now, regrettably, putting them in the same place. Added some types to parameter parsing. Continuing fixup caused by creation of GVec and GBox 2026-05-20 16:16:57 +01:00
projection.rs ALmost done with changes 2026-05-20 20:52:34 +01:00
sampler.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
spot.rs ALmost done with changes 2026-05-20 20:52:34 +01:00