mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
12 lines
115 B
GLSL
12 lines
115 B
GLSL
|
#
|
||
|
## A cube
|
||
|
#
|
||
|
algebraic3d
|
||
|
|
||
|
# cube consisting of 6 planes:
|
||
|
|
||
|
solid cube = orthobrick (0, 0, 0; 1, 1, 1);
|
||
|
|
||
|
tlo cube;
|
||
|
|