mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
11 lines
169 B
GLSL
11 lines
169 B
GLSL
|
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;
|
||
|
|
||
|
|
||
|
|