remove a test render

This commit is contained in:
Octopus Octopus 2022-07-07 12:11:54 -05:00
parent 53d49094f5
commit 7b6bf7da65
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ func main() {
bottoms := split2DPlane(bottomPlane()) bottoms := split2DPlane(bottomPlane())
render.RenderDXF(topPlane(), 600, "top.dxf") render.RenderDXF(topPlane(), 600, "top.dxf")
render.RenderDXF(wallsPlane(), 600, "walls.dxf") render.RenderDXF(wallsPlane(), 600, "walls.dxf")
//render.ToSTL(holeTest(), 400, "neutrikTest.stl", dc.NewDualContouringDefault())
render.ToSTL(wallFrontRight(), 400, "wallfrontright.stl", dc.NewDualContouringDefault()) render.ToSTL(wallFrontRight(), 400, "wallfrontright.stl", dc.NewDualContouringDefault())
render.ToSTL(wallBackLeft(), 400, "wallbackleft.stl", dc.NewDualContouringDefault()) render.ToSTL(wallBackLeft(), 400, "wallbackleft.stl", dc.NewDualContouringDefault())
render.ToSTL(wallBackRight(), 400, "wallbackright.stl", dc.NewDualContouringDefault()) render.ToSTL(wallBackRight(), 400, "wallbackright.stl", dc.NewDualContouringDefault())