libgdx bullet - 3

preview_player
Показать описание
now with convex sweep
Рекомендации по теме
Комментарии
Автор

For bug like in 0:28 (when item in hand overlaps with world geometry) you could try disable depth test just before rendering item in hand, or render item in hand to frame buffer object and world to another one and on the final rendering stage just combine 2 textures, keep up good work :).

piotrtrendel