Commit ed7a041a by Kai Westerkamp

warum hab ich das überschrieben

parent 5f85a39b
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -112,8 +112,8 @@ void convertTxtToPnts()
std::ifstream myfile;
char buffer[256];
// make sure it's big enough
snprintf(buffer, sizeof(buffer), "SlimTower/Slim_%06d.txt", i);
//snprintf(buffer, sizeof(buffer), "SlimTower/Slim_%06d.txt", i);
//snprintf(buffer, sizeof(buffer), "JoinedTowers/pnts_%06d.txt", i);
snprintf(buffer, sizeof(buffer), "SeperateTowers/pnts_%06d.txt", i);
myfile.open(buffer, std::ios::in);
......@@ -141,8 +141,8 @@ void convertTxtToPnts()
myfile.close();
}
writePTNS(pointsConvert, colorsConvert, "SlimTower/Cloud.pnts");
//writePTNS(pointsConvert, colorsConvert, "SlimTower/Cloud.pnts");
//writePTNS(pointsConvert, colorsConvert, "JoinedTowers/Cloud.pnts");
writePTNS(pointsConvert, colorsConvert, "SeperateTowers/Cloud.pnts");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment