|
1 | 1 | # Description of galaxies. Each line is a different galaxy.
|
2 |
| -# First 3 elements should be 3d vectors seperated by commas |
3 |
| -# position;velocity;normal;width;starcount |
| 2 | +# First 3 elements should be 3d vectors separated by commas |
| 3 | +# position ; velocity ; normal ; width ; starcount |
4 | 4 |
|
5 | 5 | # 3 galaxy pass example
|
6 |
| -0,0,0;0,0,0;0,0,1;1;500 |
7 |
| -0,5,-30;0,0,0.5;0,1,0;1;500 |
8 |
| -#-30,-5,0;0.5,0,0;1,0,0;1;500 |
| 6 | +(0, 0, 0); (0 ,0, 0); (0, 0, 1); 1; 500 |
| 7 | +(0, 5, -30); (0, 0, 0.5); (0, 1, 0); 1; 500 |
| 8 | +(-30, -5, 0); (0.5, 0, 0); (1, 0, 0); 1; 500 |
9 | 9 |
|
10 | 10 | # 2 galaxy orbit example
|
11 |
| -#0,0,0;0,0.2,0;0,0,1;1;500 |
12 |
| -#0,0,-5;0,-0.2,0;0,1,0;1;500 |
| 11 | +#(0, 0, 0); (0, 0.2, 0); (0, 0, 1); 1; 500 |
| 12 | +#(0, 0, -5); (0, -0.2, 0); (0, 1, 0); 1; 500 |
0 commit comments