/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/SharedMemory/plugins/vrSyncPlugin/premake4.lua
37 строк
1022 B
erwincoumans
add experimental vrSyncPlugin, that syncs the position/orientation of a vr controller to a gripper (through a constraint)
26 сен 2017, 04:14
26 сен 2017, 04:14
270a036
Код
Авторство
О чём код?
project ("pybullet_vrSyncPlugin") language "C++" kind "SharedLib" includedirs {".","../../../../src", "../../../../examples", "../../../ThirdPartyLibs"} defines {"PHYSICS_IN_PROCESS_EXAMPLE_BROWSER"} hasCL = findOpenCL("clew") links{"BulletFileLoader", "Bullet3Common", "LinearMath"} if os.is("MacOSX") then -- targetextension {"so"} links{"Cocoa.framework","Python"} end files { "vrSyncPlugin.cpp", "../../PhysicsClient.cpp", "../../PhysicsClient.h", "../../PhysicsClientSharedMemory.cpp", "../../PhysicsClientSharedMemory.h", "../../PhysicsClientSharedMemory_C_API.cpp", "../../PhysicsClientSharedMemory_C_API.h", "../../PhysicsClientC_API.cpp", "../../PhysicsClientC_API.h", "../../Win32SharedMemory.cpp", "../../Win32SharedMemory.h", "../../PosixSharedMemory.cpp", "../../PosixSharedMemory.h", "../../../Utils/b3Clock.cpp", "../../../Utils/b3Clock.h", "../../../Utils/b3ResourcePath.cpp", "../../../Utils/b3ResourcePath.h", }