From 4be0ac34de63d739881c9ac1a1050496f030e988 Mon Sep 17 00:00:00 2001 From: mclarekin Date: Wed, 28 Oct 2020 00:32:53 +1300 Subject: [PATCH] editing materials --- ...seudoK_Cb_ xyz.png => pseudoK_Cbn_xyz.png} | Bin mandelbulber2/manual/chapters/materials.tex | 20 +++++++----------- 2 files changed, 8 insertions(+), 12 deletions(-) rename img/manual/media/{pseudoK_Cb_ xyz.png => pseudoK_Cbn_xyz.png} (100%) diff --git a/img/manual/media/pseudoK_Cb_ xyz.png b/img/manual/media/pseudoK_Cbn_xyz.png similarity index 100% rename from img/manual/media/pseudoK_Cb_ xyz.png rename to img/manual/media/pseudoK_Cbn_xyz.png diff --git a/mandelbulber2/manual/chapters/materials.tex b/mandelbulber2/manual/chapters/materials.tex index 9e5b8f1..3547bba 100644 --- a/mandelbulber2/manual/chapters/materials.tex +++ b/mandelbulber2/manual/chapters/materials.tex @@ -490,16 +490,12 @@ \subsubsection{Color by numbers}\label{materials-color-by-numbers} Examples maths: -$XYZ_bias component = abs(z.x) \ast biasScale.x;$ +$XYZ\ bias\ component\ =\ abs(z.x) \ast biasScale.x;$ -$Plane_bias component = z.y \\ast z.z \ast biasScale.y;$ - -\twoImagesWithTwoCaptionsFullWidth{img/manual/media/xyz_bias.png} +\simpleImageWithCaptionThirdWidth{img/manual/media/pseudoK_Cbn_xyz.png} {XYZ coloring component} -{xyz_bias} -{img/manual/media/plane_bias.png} -{Plane bias coloring component} -{plane_bias_squared}{H} +{pseudoK_Cbn_xyz}{H} + \textbf{ColorValue iteration components} @@ -507,7 +503,7 @@ \subsubsection{Color by numbers}\label{materials-color-by-numbers} Example maths: -$colorValue = sum_of_all_components * ( 1.0 + iterScale / ( iter + 1.0));$ +$colorValue = sum\ of\ all\ components * ( 1.0 + iterScale / ( iter + 1.0));$ \simpleImageWithCaptionThirdWidth{img/manual/media/pseudoK_Cbn_iter_comp.png} {iteration components} @@ -530,14 +526,14 @@ \subsubsection{Color by numbers}\label{materials-color-by-numbers} {parabolic function} {col_para}{H} -The trig curve is sinusoidal. The additions to deform the palette a re derived from a cos curve (period =1 covers a 256 unit length of the palette. A very large period makes it work similar to a parabolic. +The trig curve is sinusoidal. The additions to deform the palette are derived from a cos curve (period = 1 covers a 256-unit length of the palette. A very large period makes it work similar to a parabolic. \simpleImageWithCaptionThirdWidth{img/manual/media/col_trig.png} {trig function} {col_trig}{H} These functions add a varying value to the colorValue. The starting point of the function along the palette can be set, so as to control the location of the deformation. -The round option produces uniformly colored bands with no transitions. +The round option produces uniformly-colored bands with no transitions. \simpleImageWithCaptionThirdWidth{img/manual/media/col_round.png} {round function} @@ -545,7 +541,7 @@ \subsubsection{Color by numbers}\label{materials-color-by-numbers} Minimum and maximum colorValue parameters limit the palette and can be helpful in determining what colorValue is producing a certain area of color. -\subsubsection{Mandelbox coloring options}\label{materials-mandelbox} +