mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes
-Returning to main window after closing the final render dialog wouldn't restart the renderer. --Code changes -Recreate the final render dialog each time it's shown.
This commit is contained in:
@ -9,7 +9,7 @@ else
|
||||
}
|
||||
|
||||
$benchprefix = "./bench/"
|
||||
$devices = "2"#Set this to whatever device index your main GPU resides at. If you are unsure, just run emberrender --opencl info to find out.
|
||||
$devices = "2"#Set this to whatever device index your main GPU resides at. If you are unsure, just run emberrender --openclinfo to find out.
|
||||
$cpuquality = 150
|
||||
$gpuquality = 2000
|
||||
$verbose = "--verbose"
|
||||
|
Reference in New Issue
Block a user