render-generator-backend/README.md

19 lines
439 B
Markdown
Raw Normal View History

# gen-backend
Requirements:
```bash
docker pull jmsgrogan/python-generator
```
Launch:
```bash
2017-10-20 16:59:05 +00:00
python generate_shape.py <json>
python apply_texture.py <json>
python final_render.py <json>
```
2017-10-20 16:59:05 +00:00
The output for the first two scripts is a file `$prefix_lamp.png` in the launch directory.
The output for the last script is three files `$prefix_lamp_kitchen.png`, `$prefix_lamp_hall.png`, `$prefix_lamp_landing.png` in the launch directory.