virtualx-engine/servers/physics
lawnjelly 00bd087d82 BVH add support for visibility (activation)
A major feature lacking in the octree was proper support for setting visibility / activation. This meant that invisible objects were still causing lots of processing in the tree unnecessarily.

This PR adds proper support for activation, items are temporarily removed from the tree and collision detection when inactive.
2021-01-30 13:21:40 +00:00
..
joints
area_pair_sw.cpp
area_pair_sw.h
area_sw.cpp
area_sw.h
body_pair_sw.cpp
body_pair_sw.h
body_sw.cpp
body_sw.h
broad_phase_basic.cpp
broad_phase_basic.h
broad_phase_bvh.cpp BVH add support for visibility (activation) 2021-01-30 13:21:40 +00:00
broad_phase_bvh.h
broad_phase_octree.cpp
broad_phase_octree.h
broad_phase_sw.cpp
broad_phase_sw.h
collision_object_sw.cpp
collision_object_sw.h
collision_solver_sat.cpp
collision_solver_sat.h
collision_solver_sw.cpp
collision_solver_sw.h
constraint_sw.h
gjk_epa.cpp
gjk_epa.h
joints_sw.h
physics_server_sw.cpp
physics_server_sw.h
SCsub
shape_sw.cpp
shape_sw.h
space_sw.cpp
space_sw.h
step_sw.cpp
step_sw.h