Remove unused ROS urdf (was replaced by Bullet UrdfParser.
Small refactoring for ExampleBrowser: move examples cpp files in the app/executable Move ExtendedTutorials in its own app/executable as a test.
This commit is contained in:
10
examples/ExampleBrowser/CollisionShape2TriangleMesh.h
Normal file
10
examples/ExampleBrowser/CollisionShape2TriangleMesh.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user