mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
POV render working on Linux.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user