blob: bf572b2faeba37d59e06f90d54271dac1f85bdb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# README
### workflow:
---
#### Generate the lookuptable
$ ./lookup.py <number of values> <filename>
- the __number of values__ can be given using the scientific notaion e.g. 1e7.
- the __filename__ should not overlap with any existing filename
---
#### Generate the coordinates
$ ./coord.py <number of stars>
#### Display the stars using Blender
$ blender --python view.py
|