assimp/tools/assimp_view
aramis_acg 3f369342d6 - Redesign the C interface to allow per-import settings.
- Make C-API threadsafe even without boost (no longer a global importer <-> scene map).
- Cleanup headers.
- Change the way how Importer::pimpl is accessed - all users are no longer friends of Importer to avoid spoiling the public interface. Rather, pimpl is exposed via a public member function and anyone having the definition of ImporterPimpl can access it.

THIS IS A BREAKING API CHANGE for anyone using properties with the C API. It is, however, a huge step forward and finally makes our C API functionally equivalent to the C++ interface.

I hope we can adapt all ports as soon as possible. I'd be grateful if the respective maintainers could do this.

Documentation is not yet up to date.

All this is in anticipation to the upcoming 3.0 release, which I'm actively working on.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1111 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2012-01-13 14:07:58 +00:00
..
AnimEvaluator.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
AnimEvaluator.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
AssetHelper.h [3393728] [PATCH 1/2] ommit->omit and splitted->split 2011-08-20 22:00:33 +00:00
Background.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
Background.h # fix license headers on some of the AssimpView units. These claimed to be LGPLed, but in fact they are BSD as everything else. 2011-08-20 12:58:12 +00:00
CMakeLists.txt Renamed CMake project to Assimp, as the semi-full name »AssetImporter« was used nowhere else. 2010-03-03 22:07:59 +00:00
Camera.h # fix license headers on some of the AssimpView units. These claimed to be LGPLed, but in fact they are BSD as everything else. 2011-08-20 12:58:12 +00:00
Display.cpp - extract MaterialHelper and move all of its members to aiMaterial in /include. 2011-08-22 20:22:51 +00:00
Display.h AssimpView now displays meshes and mroe detailled statistics in the scene browser. 2010-05-21 20:04:45 +00:00
HUD.png AssimpView: 2009-05-09 23:27:48 +00:00
HUDMask.png Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more. 2008-05-05 12:36:31 +00:00
HelpDialog.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
Input.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
LogDisplay.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
LogDisplay.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
LogWindow.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
LogWindow.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
Material.cpp 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
MaterialManager.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
MeshRenderer.cpp 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
MeshRenderer.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
MessageProc.cpp Bugfix: FCollada's special texture tag "bump" now maps to aiTEXTURE_NORMAL. Thanks to agent8261 for the hint 2011-09-14 09:41:48 +00:00
NOTE@help.rtf.txt Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more. 2008-05-05 12:36:31 +00:00
Normals.cpp - extract MaterialHelper and move all of its members to aiMaterial in /include. 2011-08-22 20:22:51 +00:00
RenderOptions.h # fix license headers on some of the AssimpView units. These claimed to be LGPLed, but in fact they are BSD as everything else. 2011-08-20 12:58:12 +00:00
SceneAnimator.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
SceneAnimator.h Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
Shaders.cpp Change date in license header to 2006-2010. This involves updating quite a few files, sorry. 2010-04-10 15:30:22 +00:00
Shaders.h # fix license headers on some of the AssimpView units. These claimed to be LGPLed, but in fact they are BSD as everything else. 2011-08-20 12:58:12 +00:00
assimp_view.cpp - Redesign the C interface to allow per-import settings. 2012-01-13 14:07:58 +00:00
assimp_view.h - extract MaterialHelper and move all of its members to aiMaterial in /include. 2011-08-22 20:22:51 +00:00
assimp_view.rc # fix small layout issue in assimpview 2011-04-22 20:03:26 +00:00
banner.bmp Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials. 2008-08-09 22:39:57 +00:00
banner_pure.bmp Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials. 2008-08-09 22:39:57 +00:00
base.PNG - ASE loader alpha 2008-05-09 17:24:28 +00:00
base_anim.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
base_display.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
base_inter.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
base_rendering.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
base_stats.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
fx.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
help.rtf 3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN 2008-07-10 16:49:01 +00:00
n.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
resource.h - assimp_view: add support for Debone pp step. 2011-04-15 15:15:06 +00:00
root.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
stdafx.cpp Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more. 2008-05-05 12:36:31 +00:00
stdafx.h - further works on the viewer's way to animation country. Now really fucked up, but Aramis is going to help me fix it. 2008-10-30 12:49:28 +00:00
test.xcf Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more. 2008-05-05 12:36:31 +00:00
text1.bin - Major update to the viewer. A little bit buggy now, but I'll fix that 2008-05-13 23:26:52 +00:00
tx.bmp - ASE loader alpha 2008-05-09 17:24:28 +00:00
txi.bmp - Major update to the viewer. A little bit buggy now, but I'll fix that 2008-05-13 23:26:52 +00:00