Updated intersection-tests to avoid hard-to-compare OpenGL z-buffer fighting

felipesanches-svg
Marius Kintel 2011-12-28 18:05:14 +01:00
parent 10d7df1760
commit c6004a5c27
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ translate([12,0,0]) intersection() {
translate([12,12,0]) intersection() {
cube([10,10,10], center=true);
translate([0,0,7]) cylinder(r=4, h=4, center=true);
translate([0,0,7.01]) cylinder(r=4, h=4, center=true);
}
translate([24,0,0]) intersection() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB