use Syoyo Fujita's Wavefront obj loader. made some performance improvements in debug mode for Visual Studio
use Maya style controls under Windows (need to fix Linux/OSX) use ALT+mouse to rotate, and mouse pick to pick objects
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
|
||||
project "wavefrontObjLoader"
|
||||
|
||||
language "C++"
|
||||
|
||||
kind "ConsoleApp"
|
||||
targetdir "../../bin"
|
||||
|
||||
includedirs {
|
||||
".",
|
||||
}
|
||||
|
||||
project "App_WavefrontObjLoader"
|
||||
|
||||
files {
|
||||
"objTester.cpp",
|
||||
"string_extra.cpp",
|
||||
"string_extra.h",
|
||||
"objLoader.cpp",
|
||||
"objLoader.h",
|
||||
"obj_parser.cpp",
|
||||
"obj_parser.h",
|
||||
"list.cpp",
|
||||
"list.h"
|
||||
}
|
||||
kind "ConsoleApp"
|
||||
|
||||
-- defines { }
|
||||
|
||||
targetdir "../../bin"
|
||||
|
||||
includedirs
|
||||
{
|
||||
".","../../src"
|
||||
}
|
||||
|
||||
|
||||
links { "Bullet3Common" }
|
||||
|
||||
|
||||
files {
|
||||
"**.cpp",
|
||||
"**.h"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user