/
redgpu
/
bullet
Обзор
Документация
Войти
/
redgpu
/
bullet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.85
examples/ExampleBrowser/CollisionShape2TriangleMesh.h
10 строк
461 B
erwin coumans
Remove unused ROS urdf (was replaced by Bullet UrdfParser.
13 май 2016, 09:03
13 май 2016, 09:03
6a9c54c
Код
Авторство
О чём код?
#ifndef COLLISION_SHAPE_2_GRAPHICS_H #define COLLISION_SHAPE_2_GRAPHICS_H #include "LinearMath/btAlignedObjectArray.h" #include "LinearMath/btTransform.h" class btCollisionShape; void CollisionShape2TriangleMesh(btCollisionShape* collisionShape, const btTransform& parentTransform, btAlignedObjectArray<btVector3>& vertexPositions, btAlignedObjectArray<btVector3>& vertexNormals, btAlignedObjectArray<int>& indicesOut); #endif //COLLISION_SHAPE_2_GRAPHICS_H