pbrt/src/core
2026-08-31 15:35:55 +01:00
..
image Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
scene Continuing migration to index and GVec based usage of objects 2026-08-31 15:35:55 +01:00
aggregates.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
camera.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
color.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
film.rs Continuing cleanup. Added constructors for FloatImageTexture 2026-06-05 17:39:22 +01:00
filter.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
interaction.rs Continuing migration to index and GVec based usage of objects 2026-08-31 15:35:55 +01:00
light.rs Cleaning unused imports, refactoring wavefront integration 2026-05-28 14:40:45 +01:00
material.rs Major overhaul to Texture handling 2026-06-06 18:34:29 +01:00
medium.rs Continuing migration to index and GVec based usage of objects 2026-08-31 15:35:55 +01:00
mod.rs Fixing rendering issues, unifying rendering pipeline 2026-05-21 23:47:37 +01:00
primitive.rs Very, utterly broken 2026-06-08 16:32:59 +01:00
render.rs Continuing migration to index and GVec based usage of objects 2026-08-31 15:35:55 +01:00
sampler.rs Continuing with the cleanup 2026-02-15 14:48:50 +00:00
shape.rs Added missing geometry. Implementing missing material methods 2026-05-25 22:14:56 +01:00
spectrum.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
texture.rs Major overhaul to Texture handling 2026-06-06 18:34:29 +01:00