POV render working on Linux.

This commit is contained in:
leozide
2017-11-02 17:35:12 -07:00
parent 755b9caddf
commit 657fdc0f2b
4 changed files with 47 additions and 12 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ lcProfileEntry gProfileEntries[LC_NUM_PROFILE_KEYS] =
lcProfileEntry("HTML", "PartsHeight", 128), // LC_PROFILE_HTML_PARTS_HEIGHT
lcProfileEntry("POVRay", "Path", ""), // LC_PROFILE_POVRAY_PATH
lcProfileEntry("POVRay", "LGEOPath", "") // LC_PROFILE_POVRAY_LGEO_PATH
lcProfileEntry("POVRay", "LGEOPath", "/usr/bin/povray") // LC_PROFILE_POVRAY_LGEO_PATH
};
void lcRemoveProfileKey(LC_PROFILE_KEY Key)