netgen/tutorials/torus.geo
Joachim Schoeberl 3b4fbb7246 add examples
2009-01-13 13:03:21 +00:00

9 lines
87 B
GLSL

#
## a torus
#
algebraic3d
solid tor = torus ( 0, 0, 0; 1, 0, 0; 2 ; 1 );
tlo tor;