fb228ea556
so that povchem works with povray-3.5. Maintainer prefer not to depend on ImageMagick since users can use their favorite picture viewer. display isn't the only one choice. Drop maintainership. PR: 54397 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Reviewed by: Chen-hsiung Chan <frankch@waru.life.nthu.edu.tw>
20 lines
745 B
Text
20 lines
745 B
Text
--- povchem.cfg.orig Tue Aug 8 03:13:31 2000
|
|
+++ povchem.cfg Tue Aug 8 03:16:16 2000
|
|
@@ -294,7 +294,7 @@
|
|
# or leave blank the "POVRay" line, and the next five options will be ignored.
|
|
#
|
|
#POVRay = d:\graphics\povray\povray.exe
|
|
-POVRay = /usr/local/bin/povray
|
|
+POVRay = %%LOCALBASE%%/bin/povray
|
|
POVWidth = 640
|
|
POVOptions = +V -D +Q9 +A +FT +B32
|
|
RunPOVRay = No
|
|
@@ -331,7 +331,7 @@
|
|
# the type of image POV-Ray generates - usually TGA (also called TARGA).
|
|
#
|
|
#Viewer = c:\util\dvpeg.exe
|
|
-Viewer = /usr/local/bin/xv
|
|
+Viewer = %%LOCALBASE%%/bin/display
|
|
|
|
# If ColorSplit is Proportional, 'Power' determines the power of the vdW radii
|
|
# to which the point of color change is proportional. See the manual for
|