Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 14:48

Changes

  • Overhauled Experiments API: cache references to make sharing scenes between experiments less work
  • Bugfix in Texture: flipped u and v
  • Improved Blender export

Updating from 1.3.0

The old ExperimentsFactory class was renamed to Experiment. It no longer specifies a test scene, only the named integrator configurations. The old ExperimentConductor is now merged with the Benchmark class. It gets a list of SceneConfig objects that describe test scenes and runs a given Experiment on all of them.

See the changes in the SeeSharp.Examples project for a guideline how old code needs to be adapted.