mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
9 lines
87 B
GLSL
9 lines
87 B
GLSL
|
#
|
||
|
## a torus
|
||
|
#
|
||
|
algebraic3d
|
||
|
|
||
|
solid tor = torus ( 0, 0, 0; 1, 0, 0; 2 ; 1 );
|
||
|
|
||
|
tlo tor;
|