Logo by Cyclops - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. April 20, 2024, 11:51:50 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Mandelbox Meanderings M220  (Read 880 times)
0 Members and 1 Guest are viewing this topic.
mclarekin
Fractal Senior
******
Posts: 1739



« on: April 04, 2017, 09:57:12 AM »

Mandelbox Meanderings  M220



http://www.fractalforums.com/index.php?action=gallery;sa=view;id=20196

Mandelbox Meanderings  M220
Logged
knighty
Fractal Iambus
***
Posts: 819


« Reply #1 on: April 04, 2017, 12:52:17 PM »

Oblivion's drone!  wink
Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #2 on: April 04, 2017, 04:24:05 PM »

I think you cheated with coords here
cheesy
Logged

No sweat, guardian of wisdom!
mclarekin
Fractal Senior
******
Posts: 1739



« Reply #3 on: April 05, 2017, 07:05:35 AM »

The image is a satellite from a box.  And viewed down an axis to make it look good.  Unfortunately the DE calc does not work well, and any deviation away from this camera orientation  makes the DE calc much worse.  Applying rotation or offset creates horrible cuts.


@ Darkbeam.  Here are some questions
What is cheat with coords?
 Is it what is called domain change?
And is a domain change, simply  a pretransform on original point c.?

I have yet to figured out what these terms actually mean grin



* satellites.jpg (46.67 KB, 467x466 - viewed 113 times.)
Logged
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #4 on: April 05, 2017, 04:33:08 PM »

I have to look at the formula to be sure
 angel
Logged

No sweat, guardian of wisdom!
mclarekin
Fractal Senior
******
Posts: 1739



« Reply #5 on: April 06, 2017, 09:56:19 AM »

@ darkbeam,  I had a look and it turned out to be basically a standard aBox with an additional   plusAbsoluteCpixel which was applied based on  the current axis point's sign()

z.x +=  sign(z.x) * abs(c.x) * scale;


Code:
void TransfAddCpixelSymmetricalIteration(CVector3 &z, CVector3 c, const cFractal *fractal)
{
CVector3 tempFAB = c;
if (EnabledxTrue) tempFAB.x = fabs(tempFAB.x);
if (EnabledyTrue) tempFAB.y = fabs(tempFAB.y);
if (EnabledzTrue) tempFAB.z = fabs(tempFAB.z);

tempFAB *= scale111;

z.x += sign(z.x) * tempFAB.x;
z.y += sign(z.y) * tempFAB.y;
z.z += sign(z.z) * tempFAB.z;
}

But the DE calc is no good, and there are cuts sad 

Since then I explored a bit, and found it is  was somewhat better when reduced to a aSurf.

or as a box rearranged to a simple  sequence of   

  z +=  plusAbsoluteCpixel, 
  z = abox formula (with no addCpixel and no cut-forming rotations).


So I am thinking because I have altered original point c then this  could be called  a "domain change"huh?




* box version.jpg (175.43 KB, 513x577 - viewed 114 times.)
Logged
Sabine
Fractal Fertilizer
*****
Posts: 373



WWW
« Reply #6 on: April 06, 2017, 10:00:59 PM »

beautiful box!  A Beer Cup
Logged

sabine62.deviantart.com
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Mandelbox Meanderings M12 Mandelbulber Gallery mclarekin 0 1261 Last post February 28, 2015, 11:16:03 PM
by mclarekin
Mandelbox Meanderings M13 Mandelbulber Gallery mclarekin 0 1777 Last post April 29, 2015, 03:53:35 AM
by mclarekin
Mandelbox Meanderings M14 Mandelbulber Gallery mclarekin 0 1014 Last post April 30, 2015, 09:18:59 AM
by mclarekin
Mandelbox Meanderings M15 Mandelbulber Gallery mclarekin 0 908 Last post May 02, 2015, 02:17:23 PM
by mclarekin
Mandelbox Meanderings M20 Mandelbulber Gallery mclarekin 3 1386 Last post May 16, 2015, 04:21:35 PM
by quaz0r

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.16 seconds with 26 queries. (Pretty URLs adds 0.009s, 2q)