/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/SharedMemory/physx/PhysXUserData.h
10 строк
171 B
erwincoumans
implement rudimentary contact callback. Does PhysX have a way to report ALL contact points, every frame, so we can update contact forces etc, and report all contacts?
21 фев 2019, 08:38
21 фев 2019, 08:38
3bf27cf
Код
Авторство
О чём код?
#ifndef PHYSX_USER_DATA_H #define PHYSX_USER_DATA_H struct MyPhysXUserData { int m_graphicsUniqueId; int m_bodyUniqueId; int m_linkIndex; }; #endif //PHYSX_USER_DATA_H