1
This commit is contained in:
parent
eef2f09100
commit
fce401bbbe
@ -4,8 +4,6 @@
|
||||
|
||||
#include "mapcollider.h"
|
||||
|
||||
static const float MAP_SCALE = 10;
|
||||
|
||||
namespace mc
|
||||
{
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
namespace mc
|
||||
{
|
||||
const float MAP_SCALE = 10;
|
||||
|
||||
enum ColliderType_e
|
||||
{
|
||||
|
@ -87,6 +87,7 @@ namespace mt
|
||||
}
|
||||
{
|
||||
mc::MeshCollider* mesh = new mc::MeshCollider();
|
||||
mesh->type = mc::kMeshCollider;
|
||||
for (auto v : verts_pb.vectors()) {
|
||||
mesh->mesh.vertices.push_back
|
||||
(
|
||||
|
Loading…
x
Reference in New Issue
Block a user