0. What it is
-------------
This program randomly creates a city for Pov Ray.
The program outputs a valid pov ray 3 scene file, complete
with sky and ground, ready to render.
The program runs from the CLI only and will run
on any amiga, provided there is sufficient memory.
1. Legal
--------
This program is released in to the public
domain. No one is forcing you to use it. I'm not
responsible for anything that happens as a consiquence
of using this program. The included source code is
also public domain and can be used in any other
programs written by anyone else.
2. Why I wrote it
-----------------
I saw the a city builder program on someone's
site but, AS USUAL, there was NO AMIGA VERSION. Arggh.
So I wrote my own from scratch.
3. Usage
--------
make_city > <my_file.pov> [-h|BIG|HUGE]
-h shows a brief help "screen".
BIG specifies a bigger city
HUGE specifies a huge city. You'll need a lot of
ram for povray to actually render this.
4. Notes
--------
Note: the camera RIGHT setting in the outputted
.pov file is set to a value that assumes a ntsc aspect
ratio and assumes an image size of 640x400 or 320x200
or 640x200. Change the setting accordingly in your
favorate text editor.
If you have any problems with the program,
or any ideas for enhancements, compile your own
version from the included source code.
|