Closed snegovick closed 4 years ago
Describe the bug Colors are not inherited properly
To Reproduce Steps to reproduce the behavior: run the following code difference() { color("white") cube([10,10,10]); color("black") cube([5,5,5]); }
difference() { color("white") cube([10,10,10]); color("black") cube([5,5,5]); }
Expected behavior The code above should produce white cube with subtracted smaller cube.
Screenshots Default color is used instead of expected:
Environment (please complete the following information):
Additional context None
Describe the bug Colors are not inherited properly
To Reproduce Steps to reproduce the behavior: run the following code
difference() { color("white") cube([10,10,10]); color("black") cube([5,5,5]); }
Expected behavior The code above should produce white cube with subtracted smaller cube.
Screenshots Default color is used instead of expected:
Environment (please complete the following information):
Additional context None