projects
/
Unity431f1
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Runtime
/
Filters
/
Mesh
/
MeshPartitioner.h
blob: 95a0d98001c936c268a18b4356aaeb5047797d20 (
plain
)
1
2
3
4
5
#pragma once #define DEBUG_PARTITIONING 0 class Mesh; void PartitionMesh(Mesh* m);