fixed merge issue...
This commit is contained in:
@@ -89,20 +89,19 @@ public:
|
||||
|
||||
void rebuild(Floorplan::IndoorMap* im) {
|
||||
|
||||
<<<<<<< HEAD
|
||||
// rebuild the mesh
|
||||
Ray3D::ModelFactory fac(im);
|
||||
fac.exportDoors = showDoors;
|
||||
mesh = fac.getMesh();
|
||||
//Ray3D::ModelFactory fac(im);
|
||||
|
||||
//mesh = fac.getMesh();
|
||||
|
||||
|
||||
=======
|
||||
>>>>>>> 45592899ee7de1a99f3086205788ff43398fad41
|
||||
triaTransp.clear();
|
||||
triaSolid.clear();
|
||||
|
||||
// rebuild the mesh
|
||||
try {
|
||||
Ray3D::ModelFactory fac(im);
|
||||
fac.exportDoors = showDoors;
|
||||
mesh = fac.getMesh();
|
||||
for (const Ray3D::Obstacle3D& obs : mesh.elements) {
|
||||
const int matID = getMaterial(obs);
|
||||
|
||||
Reference in New Issue
Block a user