pbrt/shared/src/core
2026-05-28 06:39:05 +01:00
..
geometry Continuing cleanup 2026-05-28 06:39:05 +01:00
aggregates.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
bsdf.rs Fixed logic issues in BSDF sampling and pdf calculations, moving on to GPU integrators 2026-05-26 19:07:45 +01:00
bssrdf.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +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 Plowing straight ahead 2026-05-19 22:54:27 +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 Continuing cleanup 2026-05-20 20:14:58 +01:00
interaction.rs Added missing geometry. Implementing missing material methods 2026-05-25 22:14:56 +01:00
light.rs Just changing var names 2026-05-18 22:59:31 +01:00
material.rs Continuing cleanup 2026-05-28 06:39:05 +01:00
medium.rs Finished work on the shared side. Now moving to host code. May god have mercy on my soul 2026-05-19 19:58:21 +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 Just changing var names 2026-05-18 22:59:31 +01:00
primitive.rs Continuing cleanup 2026-05-28 06:39:05 +01:00
sampler.rs Finished work on the shared side. Now moving to host code. May god have mercy on my soul 2026-05-19 19:58:21 +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 Cleanup of shared codebase to no_std and spirv compatibility 2026-02-20 16:39:27 +00:00