See also entry in DESCRIPTION file
Usage: pov_scene [options] files
This script creates a POV-Ray scenery file for a POV model. The model
will be scanned for its minimum and maximum values in X,Y and Z with
the script pov_min_max.
options: -h => this help screen
-o => Old version of POV-Ray (2.2)
Use texture Grnt instead of T_Grnt.
Author: Olaf Corten, the Netherlands
E-Mail: olafc@molding.fico.nl or ocorten@knoware.nl
################################################################################
# History:
# 19990219 Changed SCRIPTS_DIR extraction.
# 19970314 Changed Grnt to T_Grnt for compatibility with POV-Ray 3.01.
# Added -o option. Added min max values to scene file
# 19970215 First version
#
################################################################################
|