really update C# Readme.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@849 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
3b35d2216b
commit
05546ec7b6
|
@ -8,9 +8,6 @@ NOTE: This has only been tested on 32-bit Windows 7 in .NET 3.5SP1 compiled
|
|||
under Visual Studio 2008 with the 'Debug' and 'Release' targets.
|
||||
|
||||
|
||||
The Viewer is very minimalistic, don't expect all files to be displayed
|
||||
properly. Feel free to extend it ;-)
|
||||
|
||||
|
||||
How To Build
|
||||
------------
|
||||
|
@ -40,8 +37,14 @@ to the main assimp source from the C# viewer application.
|
|||
|
||||
4) Build and run Assimp.NET_DEMO.
|
||||
|
||||
The demo application is currently hardcoded to load a specific 3DS file from
|
||||
the test directory. Change this in Assimp.NET\AssimpView.cs to load a different file.
|
||||
|
||||
By default, the viewer application loads a pre-defined 3DS test file from
|
||||
the /test/models/3DS folder. To load another file, pass it on the
|
||||
command line.
|
||||
|
||||
The viewer is very minimalistic, don't expect all files to be displayed
|
||||
properly. Feel free to extend it ;-)
|
||||
|
||||
|
||||
|
||||
License
|
||||
|
|
Loading…
Reference in New Issue