Attached is the release candidate of the Krakatoa SR C++ API.
Package include:
- C++ headers.
- Windows 64 bit .DLL, and .LIB linking library. You should be able to link to it using Visual Studio vc90 or vc100 runtimes.
- Linux shared library built on CentOS 5.6.
- HTML documentation.
- C++ example files.
- Installer for the required Windows VC common runtimes.
Release Notes:
- Included full documentation html.
- Added a set of new API usage example files.
- Added the ability to manually set the number of threads. It defaults to the number of logical CPU cores.
- Improved the level and detail of debugging log information.
- Fixed a bug that was causing user’s custom particle streams to behave incorrectly in certain cases.
- Added the ability to set the width of an orthographic camera.
- Updated the motion blur code to properly handle non-centered “shutter begin” and “shutter end” times. This allows the user to offset the motion blur interval.