mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 01:00:50 +02:00
Allows Bullet to specify an object as "at rest" by setting velocity to zero. Also, moved velocity damping above position integration to get the same order of operations as Bullet.
12 lines
384 B
CMake
12 lines
384 B
CMake
set(TARGET_NAME entities)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
setup_hifi_library(Network Script)
|
|
|
|
include_glm()
|
|
include_bullet()
|
|
|
|
link_hifi_libraries(avatars shared octree gpu model fbx networking animation)
|
|
|
|
# call macro to include our dependency includes and bubble them up via a property on our target
|
|
include_dependency_includes()
|