pbrt/shared/src/core
2026-06-06 17:13:52 +01:00
..
geometry Eliminated duplicate and incorrect definitions of transform applications to geometric primitives 2026-06-05 16:28:04 +01:00
aggregates.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
bsdf.rs Still broken 2026-06-04 16:35:28 +01:00
bssrdf.rs Continguing fixes. Some issues with memory leaks 2026-06-05 19:18:13 +01:00
bxdf.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
camera.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
color.rs Continuing cleanup. Added constructors for FloatImageTexture 2026-06-05 17:39:22 +01:00
film.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
filter.rs Added missing geometry. Implementing missing material methods 2026-05-25 22:14:56 +01:00
image.rs Fixing logic bugs in Sampling, texture loading. Moving on to issues with ImageTexture, the long dreaded dive 2026-06-06 17:13:52 +01:00
interaction.rs Spring cleaning 2026-06-05 15:51:06 +01:00
light.rs Just changing var names 2026-05-18 22:59:31 +01:00
material.rs Still broken 2026-06-04 16:35:28 +01:00
medium.rs Fixing logic bugs in Sampling, texture loading. Moving on to issues with ImageTexture, the long dreaded dive 2026-06-06 17:13:52 +01:00
mod.rs Fixign dangling pointer issues. Moving now to bumpalo, not able to keep a stable memory allocation system. 2026-05-15 15:35:21 +01:00
pbrt.rs Spring cleaning 2026-06-05 15:51:06 +01:00
primitive.rs Continuing cleanup 2026-05-28 06:39:05 +01:00
sampler.rs Fixing logic bugs in Sampling, texture loading. Moving on to issues with ImageTexture, the long dreaded dive 2026-06-06 17:13:52 +01:00
scattering.rs Fixed logic issues in BSDF sampling and pdf calculations, moving on to GPU integrators 2026-05-26 19:07:45 +01:00
shape.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
spectrum.rs Added missing geometry. Implementing missing material methods 2026-05-25 22:14:56 +01:00
texture.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00