2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
made input evaluation more robust with respect to structure members alignment. More... almost 12 years ago
added ALIGNOF() macro. More... almost 12 years ago
minor code tweaks. More... almost 12 years ago
the entity editor window now supports file picker widgets. More... almost 12 years ago
fixed another bug in scanline-based OpenEXR files reading code. More... almost 12 years ago
restored sibling overlap metric in BVH statistics. More... almost 12 years ago
major rewrite of how statistics are collected, aggregated and reported to the user. foundation::Statistics is now the backbone of statistics collection and aggregation. rendering statistics are now aggregated across threads. More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' into pymodule More... almost 12 years ago
Fixed iterator categories for entities iterators. More... almost 12 years ago
fixed issue #160 ("renderer::ProjectFileWriter incorrectly writes objects without a __base_object_name parameter"). More... almost 12 years ago
More py bindings work. More... almost 12 years ago
Made entityvector & map iterators mode STL conforming. More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' into pymodule More... almost 12 years ago
refactored foundation::Statistics and implemented merging of statistics. More... almost 12 years ago
implemented merging of foundation::Population<> objects. More... almost 12 years ago
renamed foundation::Population::get_avg() to get_mean(). More... almost 12 years ago
removed foundation::ICloneable, unused and of limited value. More... almost 12 years ago
declare constant lookup table as static to avoid repeated initialization. More... almost 12 years ago
removed no longer relevant exploratory test. More... almost 12 years ago
print settings once instead of once per thread. More... almost 12 years ago
fixed the maketiledexr tool by deleting tiles using their release() method (via foundation::auto_release_ptr<>) instead of deleting them directly. More... almost 12 years ago
added a release() method to foundation::Tile (it doesn't implement foundation::IUnknown to avoid creating a virtual method table). More... almost 12 years ago
foundation::Image now implements foundation::IUnknown (while still allowing traditional usage via new/delete). More... almost 12 years ago
fixed reading of scanline-based OpenEXR files with data windows extending below (0,0). More... almost 12 years ago
fixed warnings in ILM's OpenEXR library. More... almost 12 years ago
Merge remote-tracking branch 'upstream/master' into pymodule More... almost 12 years ago
added foundation::sample_hemisphere_cosine_power_pdf() and optimized/refactored/cleaned up the code. More... almost 12 years ago
the opening of a spot light is now defined by two angles, the inner and outer angles, with a smooth intensity falloff between them. More... almost 12 years ago
implemented spot lights. More... almost 12 years ago
added foundation::sample_cone_uniform() and foundation::sample_cone_uniform_pdf(). More... almost 12 years ago