Skip to content

Release v0.1.0 alpha 7

Compare
Choose a tag to compare
@natevm natevm released this 27 Jul 01:02
· 480 commits to master since this release
0f67916

Changes include:

visii.cleanup() is now visii.deinitialize() to avoid confusion for new users.
visii.clear_all() clear's all component types. This should be a cleaner alternative to calling clear_all for every component type.
visii.render_data now works for "base_color" and "diffuse_motion_vector" options.
visii.render and visii.render_data now accept an optional "seed" argument, which can be used to make images unique.
visii.sample_pixel_area and visii.sample_time_interval can be used to control antialiasing and time sampling.
new example on using diffuse motion vectors for temporal reprojection
transforms attached to cameras now effect motion blur
stb images allocated when creating textures are now freed, improving host-side memory usage over time.
Moved to optix 7.1