assimp/workspaces/vc9
aramis_acg 665f73861e - move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
+ introduce aiScene::mPrivate. This is a potentially breaking API change. The new member is added at the end of the structure though, so serious regressions are not to be expected.
+ add a mPreprocessing parameter to all Export API calls. Allow exporters to specify further PP steps to be executed prior to handing control to them. The entire export API now operates on a copy of the scene that the user passed in.
- mass refactoring: all constructors of BaseProcess/BaseImporter inherited classes are public now and Importer will perhaps feel a bit sad after having loft all of its friends.
# fix const correctness in SceneCombiner


git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1060 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2011-08-01 20:58:31 +00:00
..
shared Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …). 2010-03-03 21:48:23 +00:00
UnitTest.vcproj - updated hand-maintained vc9 projects. 2011-04-03 11:24:10 +00:00
assimp.sln - bugfix: In the vc9-x64-debug configuration, assimp_cmd was set to Win32. 2010-11-21 20:35:26 +00:00
assimp.vcproj - move importer and postprocessing step construction chain to separate files to make them available to the exporter part. 2011-08-01 20:58:31 +00:00
assimp_cmd.vcproj # forgot to commit changed vc9 solution for assimp_cmd 2011-04-03 11:20:49 +00:00
assimp_view.vcproj BlenderLoader: don't output diffuse color if it is all black. Seems to be Blenders way of telling us there is no diffuse color. 2010-08-31 17:24:04 +00:00