没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > lib3ds-csharp |
lib3ds-csharp
|
0 | 0 | 7 |
贡献者 | 讨论 | 代码提交 |
概述
Original lib3ds distribution can be found here: http://lib3ds.sourceforge.net
To build, you will need Visual C++ Express and Visual C# Express. Open the Visual Studio 2005 command prompt (from the Visual C++ start menu entry), cd to the checked out directory, and run 'make.bat'. The wrapper dll and assembly will be placed in 'Build/Debug' and 'Build/Release' respectively.
To use, reference the Lib3dsNet assembly from your C# application. The Lib3ds.dll must be in the application working directory (the Lib3dsNet.dll assembly must be in the application startup directory), where it is normally copied if the 'Copy Local' attribute is true in the IDE.
创建时间:2014-05-12 00:41