netgen/tutorials/shell.geo

11 lines
169 B
GLSL
Raw Normal View History

2014-01-09 15:19:48 +06:00
algebraic3d
solid main = sphere (0, 0, 0; 1)
and not sphere (0, 0, 0; 0.98);
# or orthobrick (-0.4, -0.4, -0.4; 0.4, 0.4, 0.4);
tlo main -maxh=0.02;