assimp/tools/assimp_view
aramis_acg a251827cb9 Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
IrrXML receives memmapped UTF-8 input data now, it's own (faulty) conversion is not used anymore.
aiString's are explicitly UTF-8 now.
Slight refactorings and improvements.
Adding UTF-8/UTF-16 text files for ASE,obj,collada,ac3d. These contain various japanese/chinese character sequences.
Changing assimp_view's node view to display UTF-8 multibyte sequences correctly.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@469 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-08-21 22:49:58 +00:00
..
AnimEvaluator.cpp -Bugfix: Anim interpolation does not produce invalid floats anymore on one-frame animation tracks 2008-11-02 20:49:27 +00:00
AnimEvaluator.h Major API cleanup. Unified formatting & doxygen tags in the public API. 2009-01-12 22:06:54 +00:00
AssetHelper.h MD3 2009-02-15 20:29:07 +00:00
Background.cpp General 2009-03-05 22:32:13 +00:00
Background.h 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
CMakeLists.txt Bugfix: Add resources to cmake enviroment. 2009-04-18 22:21:14 +00:00
Camera.h 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
Display.cpp Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now). 2009-08-21 22:49:58 +00:00
Display.h AssimpView: 2009-05-09 23:27:48 +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 Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
Input.cpp Collada 2009-02-11 20:56:05 +00:00
LogDisplay.cpp AssimpView: 2009-05-09 23:27:48 +00:00
LogDisplay.h Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added 2008-05-22 10:20:31 +00:00
LogWindow.cpp Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. 2009-01-23 21:06:43 +00:00
LogWindow.h Removed direct STL dependency from the Assimp interface, should hopefully avoid problems with binary incompatible STLs. Some API changes, e.g. in the logger. 2009-01-23 21:06:43 +00:00
Material.cpp AssimpView now finds textures stored with their full path in the asset's directory. 2009-06-05 01:47:55 +00:00
MaterialManager.h Minor changes to the logger (was necessary for the integration of jAssimp) 2008-05-25 22:29:05 +00:00
MeshRenderer.cpp Adding some additional check to avoid viewer crashes when the user changes the asset too fast. 2009-04-24 21:43:48 +00:00
MeshRenderer.h Collada 2009-02-11 20:56:05 +00:00
MessageProc.cpp AssimpView: 2009-05-09 23:27: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 FIX: Nasty debug-only bug in FindInstancesProcess. 2009-05-16 15:33:01 +00:00
RenderOptions.h Collada 2009-02-11 20:56:05 +00:00
SceneAnimator.cpp General 2009-03-15 00:40:30 +00:00
SceneAnimator.h Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now. 2009-04-24 20:53:24 +00:00
Shaders.cpp FIX: IrrMesh lightmap scale factor is imported correctly now. 2009-05-03 21:49:34 +00:00
Shaders.h - Major update to the viewer. A little bit buggy now, but I'll fix that 2008-05-13 23:26:52 +00:00
assimp_view.aps AssimpView: 2009-05-09 23:27:48 +00:00
assimp_view.cpp AssimpView: 2009-05-09 23:27:48 +00:00
assimp_view.h AssimpView: 2009-05-09 23:27:48 +00:00
assimp_view.rc AssimpView: 2009-05-09 23:27:48 +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 AssimpView: 2009-05-09 23:27:48 +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