Home
last modified time | relevance | path

Searched refs:IFS_VECTOR_COUNT (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeminer/freeminer-0.4.10.4/src/mandelbulber/
H A Dfractal.h23 const int IFS_VECTOR_COUNT = 9; variable
110 double distance[IFS_VECTOR_COUNT];
111 double alfa[IFS_VECTOR_COUNT];
112 double beta[IFS_VECTOR_COUNT];
113 double gamma[IFS_VECTOR_COUNT];
114 double intensity[IFS_VECTOR_COUNT];
116 CVector3 direction[IFS_VECTOR_COUNT];
146 bool enabled[IFS_VECTOR_COUNT];
150 CRotationMatrix rot[IFS_VECTOR_COUNT];
H A Dfractal.cpp109 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in Compute()
846 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in Compute()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dold_settings.hpp51 const int IFS_VECTOR_COUNT = 9; variable
151 double distance[IFS_VECTOR_COUNT];
152 double alfa[IFS_VECTOR_COUNT];
153 double beta[IFS_VECTOR_COUNT];
154 double gamma[IFS_VECTOR_COUNT];
155 double intensity[IFS_VECTOR_COUNT];
157 CVector3 direction[IFS_VECTOR_COUNT];
187 bool enabled[IFS_VECTOR_COUNT];
191 CRotationMatrix rot[IFS_VECTOR_COUNT];
H A Dfractal.h51 const int IFS_VECTOR_COUNT = 9; variable
144 bool enabled[IFS_VECTOR_COUNT];
149 CRotationMatrix rot[IFS_VECTOR_COUNT];
150 CVector4 direction[IFS_VECTOR_COUNT];
153 CVector3 rotations[IFS_VECTOR_COUNT];
154 double distance[IFS_VECTOR_COUNT];
155 double intensity[IFS_VECTOR_COUNT];
H A Dfractal.cpp99 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in sFractal()
620 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in RecalculateFractalParams()
H A Dold_settings.cpp507 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in LoadOneSetting()
1263 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in ConvertToNewContainer()
H A Dinitparameters.cpp630 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in InitFractalParams()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/
H A Ddefines_cl.h93 #define IFS_VECTOR_COUNT 9 macro
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_kaleidoscopic_ifs.cpp35 for (int i = 0; i < IFS_VECTOR_COUNT; i++) in FormulaCode()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dkaleidoscopic_ifs.cl24 for (int i = 0; i < IFS_VECTOR_COUNT; i++)