TUT: remove superfluous 'sourceInfo' (topo sets)

- update annotated dicts, remove tabs

- use point1/point2 for cylinder sources
This commit is contained in:
Mark Olesen
2022-05-25 10:48:24 +02:00
parent 832fbd954f
commit 500c7047b2
30 changed files with 197 additions and 331 deletions

View File

@ -43,7 +43,7 @@ geometry
{
rotatingZone
{
type searchableCylinder;
type cylinder;
point1 (0 0 -100);
point2 (0 0 100);
radius $:backgroundMesh.radIn;
@ -51,7 +51,7 @@ geometry
fixed
{
type searchableCylinder;
type cylinder;
point1 (0 0 -100);
point2 (0 0 100);
radius $:backgroundMesh.radOut;

View File

@ -43,7 +43,7 @@ geometry
{
rotatingZone
{
type searchableCylinder;
type cylinder;
point1 (0 0 -100);
point2 (0 0 100);
radius $:backgroundMesh.radIn;
@ -51,7 +51,7 @@ geometry
fixed
{
type searchableCylinder;
type cylinder;
point1 (0 0 -100);
point2 (0 0 100);
radius $:backgroundMesh.radOut;