diff --git a/Source/Fractorium/OptionsDialog.ui b/Source/Fractorium/OptionsDialog.ui index 4602123..f93f26b 100644 --- a/Source/Fractorium/OptionsDialog.ui +++ b/Source/Fractorium/OptionsDialog.ui @@ -6,20 +6,20 @@ 0 0 - 546 - 512 + 535 + 520 - + 0 0 - 427 - 415 + 535 + 520 @@ -35,6 +35,9 @@ false + + 0 + 6 @@ -42,7 +45,7 @@ 6 - 4 + 6 6 @@ -50,11 +53,23 @@ - + 0 0 + + + 0 + 455 + + + + + 16777215 + 16777215 + + Qt::NoFocus @@ -65,6 +80,12 @@ 0 + + + 0 + 0 + + true @@ -72,8 +93,14 @@ Interactive Rendering + + QLayout::SetDefaultConstraint + - QFormLayout::AllNonFixedFieldsGrow + QFormLayout::FieldsStayAtSizeHint + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop 4 @@ -88,7 +115,7 @@ 6 - 4 + 6 @@ -116,6 +143,36 @@ + + + + <html><head/><body><p>Checked: Positive Y direction is up.</p><p>Unchecked: Positive Y direction is down.</p></body></html> + + + Positive Y Up + + + + + + + <html><head/><body><p>Share the memory between the final image output and the OpenGL texture used to display the image result on the interactive renderer.</p><p>This is a highly recommended performance optimization for interactive editing when using OpenCL if your card supports it.</p><p>If creating the OpenCL renderer fails, uncheck this option. You will see a slight performance decrease in interactive rendering.</p></body></html> + + + Shared Texture + + + + + + + <html><head/><body><p>Use transparency in the final image.</p><p>This will not make a difference in the editor, but will when saving as .png and opening in other programs.</p></body></html> + + + Transparency + + + @@ -126,6 +183,16 @@ + + + + <html><head/><body><p>Continually update output image during interactive rendering.</p><p>This will slow down performance, but will give continuous updates on how the final render will look. Note that only log scale filtering is applied on each update. Full DE is not applied until iteration is complete.</p></body></html> + + + Continuous Update + + + @@ -136,6 +203,16 @@ + + + + <html><head/><body><p>Save each RGBA component as 16-bits when saving Png files.</p><p>This leads to greater color precision for use in high end rendering and display on HDR monitors, however it makes the file size larger.</p></body></html> + + + Save 16-bit Png/32-bit Exr + + + @@ -146,6 +223,36 @@ + + + + <html><head/><body><p>Checked: scale and rotate when dragging affines while holding shift.</p><p>Unchecked: only scale when dragging affines while holding shift.</p></body></html> + + + Scale and Rotate With Shift + + + + + + + <html><head/><body><p>Checked: load the flame from the previous run on startup.</p><p>Unchecked: create randoms on startup.</p></body></html> + + + Load Last on Start + + + + + + + <html><head/><body><p>The behavior of the cos, cosh, cot, coth, csc, csch, sec, sech, sin, sinh, tan and tanh variations are different in flam3/Apophysis versus Chaotica.</p><p>Checked: use the Apophysis behavior.</p><p>Unchecked: use the Chaotica behavior.</p></body></html> + + + Flam3 Compatibility + + + @@ -157,7 +264,7 @@ 0 - 87 + 91 @@ -234,10 +341,34 @@ - - + + + + QLayout::SetDefaultConstraint + + + 1 + + + + 0 + 0 + + + + + 0 + 50 + + + + + 16777215 + 50 + + OpenCL Filtering @@ -282,6 +413,12 @@ + + + 0 + 23 + + <html><head/><body><p>The default quality per device to use for the interactive renderer when using OpenCL.</p><p>30 is a good number for this, but you can use a larger value if you have a faster GPU.</p></body></html> @@ -301,6 +438,12 @@ + + + 0 + 23 + + <html><head/><body><p>The number of ~8M iteration chunks ran using OpenCL in interactive mode for each mouse movement.</p><p>Increase this number for a higher quality image on each mouse movement, at the expense of responsiveness.</p></body></html> @@ -317,6 +460,24 @@ + + + 0 + 0 + + + + + 0 + 50 + + + + + 16777215 + 50 + + CPU Filtering @@ -364,6 +525,12 @@ + + + 0 + 23 + + <html><head/><body><p>The number of ~10,000 iteration chunks ran per thread on the CPU in interactive mode for each mouse movement.</p><p>Increase this number for a higher quality image on each mouse movement, at the expense of responsiveness.</p><p>The number of iterations done in each chunk is controlled by the Sub Batch Size field in the Flame tab.</p></body></html> @@ -380,6 +547,12 @@ + + + 0 + 23 + + <html><head/><body><p>The number of threads to use with CPU rendering.</p><p>Decrease for more responsive editing, increase for better performance.</p></body></html> @@ -396,6 +569,12 @@ + + + 0 + 23 + + <html><head/><body><p>The number of random flames to generate on startup.</p><p>These are usually of low quality, so leave the count as 1 unless you are searching for good randoms.</p></body></html> @@ -412,6 +591,12 @@ + + + 0 + 23 + + <html><head/><body><p>The percentage of a sub batch to execute on each thread per kernel call when using OpenCL in interactive mode. Default: 0.025 (256 iters).</p><p>Increase this number for a higher quality image on each mouse movement, at the expense of responsiveness.</p><p>Note that this can cause a crash and subsequent restart of the graphics driver if each kernel call takes too long. So reduce the value if you encounter such a problem.</p></body></html> @@ -437,6 +622,18 @@ + + + 0 + 0 + + + + + 0 + 23 + + <html><head/><body><p>The default quality to use for the interactive renderer when using the CPU.</p><p>10 is a good number for this, but you can use a larger value if you have a faster system.</p></body></html> @@ -456,86 +653,6 @@ - - - - <html><head/><body><p>Checked: load the flame from the previous run on startup.</p><p>Unchecked: create randoms on startup.</p></body></html> - - - Load Last on Start - - - - - - - <html><head/><body><p>Share the memory between the final image output and the OpenGL texture used to display the image result on the interactive renderer.</p><p>This is a highly recommended performance optimization for interactive editing when using OpenCL if your card supports it.</p><p>If creating the OpenCL renderer fails, uncheck this option. You will see a slight performance decrease in interactive rendering.</p></body></html> - - - Shared Texture - - - - - - - <html><head/><body><p>Checked: Positive Y direction is up.</p><p>Unchecked: Positive Y direction is down.</p></body></html> - - - Positive Y Up - - - - - - - <html><head/><body><p>Use transparency in the final image.</p><p>This will not make a difference in the editor, but will when saving as .png and opening in other programs.</p></body></html> - - - Transparency - - - - - - - <html><head/><body><p>Continually update output image during interactive rendering.</p><p>This will slow down performance, but will give continuous updates on how the final render will look. Note that only log scale filtering is applied on each update. Full DE is not applied until iteration is complete.</p></body></html> - - - Continuous Update - - - - - - - <html><head/><body><p>Save each RGBA component as 16-bits when saving Png files.</p><p>This leads to greater color precision for use in high end rendering and display on HDR monitors, however it makes the file size larger.</p></body></html> - - - Save 16-bit Png/32-bit Exr - - - - - - - <html><head/><body><p>Checked: scale and rotate when dragging affines while holding shift.</p><p>Unchecked: only scale when dragging affines while holding shift.</p></body></html> - - - Scale and Rotate With Shift - - - - - - - <html><head/><body><p>The behavior of the cos, cosh, cot, coth, csc, csch, sec, sech, sin, sinh, tan and tanh variations are different in flam3/Apophysis versus Chaotica.</p><p>Checked: use the Apophysis behavior.</p><p>Unchecked: use the Chaotica behavior.</p></body></html> - - - Flam3 Compatibility - - - @@ -941,6 +1058,19 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + +