mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
34fc2fb589
add missing 1.sdf for Bullet/data/kitchens/1.sdf add support for getting keyboard events (pybullet.getKeyboardEvents and b3RobotSimulatorClientAPI::getKeyboardEvents)
19 lines
342 B
Lua
19 lines
342 B
Lua
project ("App_obj2sdf")
|
|
|
|
language "C++"
|
|
kind "ConsoleApp"
|
|
|
|
includedirs {"../../src",
|
|
"../../examples/ThirdPartyLibs"}
|
|
|
|
|
|
links{"Bullet3Common"}
|
|
|
|
|
|
files {
|
|
"obj2sdf.cpp",
|
|
"../../examples/Utils/b3ResourcePath.cpp",
|
|
"../../examples/Utils/b3ResourcePath.h",
|
|
"../../examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp",
|
|
}
|