Logo by AGUS - 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: Visit us on facebook
 
*
Welcome, Guest. Please login or register. April 25, 2024, 01:29:03 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 2 3 [4] 5   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: Alternate Co-ordinate systems  (Read 33117 times)
Description: Alternates to the regular triplex system
0 Members and 1 Guest are viewing this topic.
hobold
Fractal Bachius
*
Posts: 573


« Reply #45 on: January 22, 2010, 08:08:27 PM »

what about morving the Riemannian geometry into a linear Euclidian geometry?
Putting infinity not to the opposite pole, but nearer and nearer to lower angles, so it becomes linear? (I am not the mathematic genius, but should work somehow, i hope)

That does not easily work, because the sphere and the flat plane are not really ... compatible (the buzzword here is "topology"). Riemann had to add "infinity" as one more point to the set, otherwise his sphere would have had a tiny tiny hole at its pole. The sphere needs that one extra point to be complete, but the flat plane does not really have room for that one point. That's why the added point does not have coordinates in the flat plane; it needs to be out of reach of the usual (x, y) number pairs. That's why it is called the "infinitely distant" point, literally beyond the flat coordinates.

Or in other words, when you try to lower the pole of Riemann's sphere to lower angles, the sphere will have a hole and be incomplete. There would be points for which no coordinates can be easily defined. So you would be unable to do any fractal iterations with those points.


My other point about morphing between the classical Mandelbulb and the monopolar fractal is a bit trickier than I thought. There is no obvious way to parameterize the circular grid lines consistently. I noticed this when I tried to do a sketch with a north pole and an east pole. It is possible to do that, but the sketch would be somewhat arbitrary with respect to the distances between adjacent grid lines.


About your renderer: this was not an attempt to bait you into giving your code away. I was just impressed how quickly you were able to render an arbitrary formula in such high quality. I am currently tinkering with my own pre-pre-alpha version of a low quality renderer. It can already render flat outlines of 3D fractal shapes. It will be terribly slow and imprecise, but it's fun to go my own way, and see the shapes slowly materializing out of the fog, so to speak ... :-)
Logged
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #46 on: January 22, 2010, 09:05:44 PM »

Ok, i made a also a mistake: if infinity becomes Pi in a riemann sphaere (is this correct?), so we had to morph the way that infinity becomes infinity again.  huh?

The progamming thing: i startet with slicing from background to foreground, until i found out that if i slice the different way i can ommit the pixels that are already in the set.  smiley Then i made the DE thing and this was also faster because for every pixel you can skip many pixels in flat areas to calculate.
And it was not a big step from my first attempts to now, so you are on a good way.

Another question: if i dont want to register to youtube, where should i upload an animation (1.8MB)?
Logged
hobold
Fractal Bachius
*
Posts: 573


« Reply #47 on: January 23, 2010, 10:18:45 PM »

I talked Jessy into letting me host his animation on my webspace. The video shows monopolar bulbs with a smoothly varying exponent from 2 to 10. This is an experiment to see what my humble virtual server can handle, so the video is linked from nowhere but here. Have a look at: http://www.vectorizer.org/guesthouse/RiePow1to10.AVI.
Logged
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #48 on: January 24, 2010, 06:00:09 PM »

Moving the origin (not the pole) of the monopolar coordinate system does indeed work. It doesn't really add variety, but does shake up the perfect symmetries. Here's a bit of code that introduces two new parameters AxOffset and AzOffset. For reasons of symmetry, the interesting ranges of those parameters are 0 <= AxOffset <= AzOffset <= Pi. Other values are possible, but do not lead to new results.

It should be possible to morph between, say, the "origin at pole" and "origin opposite the pole" versions by varying AxOffset and AzOffset from zero to Pi in lockstep. But any other smooth path should lead to seamless morphs, I guess.

I tried some offsets, but so far i would say that the changes are not very great or leading to very interesting morphs... but i may do more testing if i find more time for it. So no animation for this one by now. (the little ani you got took about 10 hours)
Logged
hobold
Fractal Bachius
*
Posts: 573


« Reply #49 on: January 24, 2010, 11:42:09 PM »

As far as I can tell, the displaced origin causes the grid cells of the "Riemandelbulb" to shift around a bit, without changing their underlying shape. It doesn't change the nature of the fractal, but breaks the perfect symmetry. I cannot render good pictures yet ... trying to shade a fractal surface is a thankless job. :-)

I guess I really need to find out more about this idea of moving the poles independently. Morphing between the original Mandelbulb and the Riemandelbulb should lead to more interesting shapes. But for now I am wrestling with rendering algorithms.

Oh and the "little anim" is quite striking. This thing really seems to differ from the Mandelbulb in substantial ways. Thanks for taking the time to render this!


Edit: another thing. I need a better name for the monopolar fractal. How does "Riemandelettuce" sound? :-)
« Last Edit: January 25, 2010, 12:30:51 AM by hobold » Logged
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #50 on: January 25, 2010, 10:05:30 PM »

As far as I can tell, the displaced origin causes the grid cells of the "Riemandelbulb" to shift around a bit, without changing their underlying shape. It doesn't change the nature of the fractal, but breaks the perfect symmetry. I cannot render good pictures yet ... trying to shade a fractal surface is a thankless job. :-)

Yes, thats why the normals are calculated at some distance from the "real" surface, that is the whole trick.
Else you have to average the iterationcounts from many points to get a better estimate.


I guess I really need to find out more about this idea of moving the poles independently. Morphing between the original Mandelbulb and the Riemandelbulb should lead to more interesting shapes. But for now I am wrestling with rendering algorithms.

So we are all inventing the wheel again, but thats live  smiley

Edit: another thing. I need a better name for the monopolar fractal. How does "Riemandelettuce" sound? :-)

Sounds Riemandelicious  wink
For the higher power versions i had the word Riemandianpineapple in mind, but that gag doesnt work in english  :smiley
Hmm, its really striking to explore new things, there had to be a gallery from all discovered bulbs so far, this would also help not to discover things again and again...
Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #51 on: January 26, 2010, 04:13:09 PM »

Riemandelsche Ananas? Haha, nice smiley
Logged
knighty
Fractal Iambus
***
Posts: 819


« Reply #52 on: January 26, 2010, 05:47:24 PM »


Yes, thats why the normals are calculated at some distance from the "real" surface, that is the whole trick.
Else you have to average the iterationcounts from many points to get a better estimate.


Ah! Thanks!
I was wondering how you are doing to get those so beautiful and clean renderings cheesy
Logged
makc
Strange Attractor
***
Posts: 272



« Reply #53 on: January 26, 2010, 06:20:50 PM »


Yes, thats why the normals are calculated at some distance from the "real" surface, that is the whole trick.
Else you have to average the iterationcounts from many points to get a better estimate.


Ah! Thanks!
I was wondering how you are doing to get those so beautiful and clean renderings cheesy
Wow, for some reason I don't get it... Could you post pseudocode for normal? Thanks.
Logged
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #54 on: January 27, 2010, 12:28:44 AM »

About the Normals, that is all explained in the endless Threads with Distance Estimation, i just cant get helpful links from scratch.

Maybe an illustration helps, you step along the ray and if the distance estimation (DE) you  get on the ray is below a threshold,
you step back to the threshold (blue points) by a binary search and calculate the normals from the local gradients in form of DEs, or you can use the gradients from the smooth iterations itself for the normals.

But i am still learning and doing improvements, so this is a rough explanation.
Just found a bug in the phong shading, so the next images will be probably better  smiley


* normals.png (30.74 KB, 305x323 - viewed 605 times.)
Logged
hobold
Fractal Bachius
*
Posts: 573


« Reply #55 on: January 27, 2010, 03:51:31 AM »

A sidenote: I decided to cheat for my rendering experiments. I will separate the steps of fractal creation, distance estimation, and rendering/lighting from each other. I know this approach has downsides (for example, you cannot efficiently animate changing parameters of the formula), but overall it seems to be a good trade-off.

The plan is
1. to fill a 3D volume with just the inside/outside information of any arbitrary fractal formula (just one bit per voxel)

2. do a general distance transform on that (only needs to be very accurate near the fractal border, so one byte per voxel should do)

3. trace rays through the volume of distances to render isosurfaces

The hard part was number 2, but I made very good progress on that. One 1000x1000 slice takes less than 0.5 seconds to transform with Saito's algorithm, and extending the method to three dimensions is straight forward. So I should be able to obtain the exact distance transform of a 1000^3 volume in less than 1000 seconds on one processor core. (That's why my renderer will only be good for flying around static objects, but that's my first goal.)

I already have a basic raytracer that uses second order spline interpolation of the voxel data for smooth isosurfaces and consistent surface normals. I hope I can speed it up significantly using the exact distance information.


My renderings won't be so beautiful, but I should be able to produce fly around animations of any weird fractal formula, no matter if an analytical distance estimate even exists. And I would be able to render inside views. Main memory is the limiting factor of the basic method as outlined here - a 1024^3 volume needs at least a gigabyte of RAM during rendering - but if this works at all, it can always be extended with more efficient data structures like an octree.
Logged
makc
Strange Attractor
***
Posts: 272



« Reply #56 on: January 27, 2010, 07:14:41 AM »

...calculate the normals from the local gradients in form of DEs...
This makes sense, thanks.
Logged
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #57 on: January 27, 2010, 11:33:10 PM »

Hobold, in my wishlist is also a flymode, or as i would implement it: a slow walking mode  smiley
Doing some basic OpenGL that is not too difficult and calculating the surface in the near surrounding via CPU.

But i have to finish the current project before...
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #58 on: January 28, 2010, 01:50:32 AM »

I realize that everyone is basically using the monopolar coordinates, but I'd like to just add one more idea to the mix. In my first post, I mentioned an idea with 4 poles, with the two North poles being perpendicular. It just occured to me now that if we arranged these four poles on the sphere like a tetrahedron's vertices, and measure the latitudes from the lines connecting two (we'd only connect two pairs, they would be skew lines), this might preserve more symmetry. Just an idea.
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
hobold
Fractal Bachius
*
Posts: 573


« Reply #59 on: January 28, 2010, 02:34:52 AM »

@Timeroot: sorry for hijacking your thread. I hope to return to the original journey, exploring more exotic coordinate systems. I try to keep my planned renderer generic and independent of specific formulas for that very reason.

Your sketch of "quadrupolar" coordinates ... I am trying to picture them. It seems to me that what you are doing is to drag out each pole into a finite line segment. The ending points of such a line segment would then be the focal points of "concentric" elliptical grid lines. All this projected onto a sphere, so the grid lines are really polynomial curves of order four or higher. This will be complicated. But by varying lengths and orientations of the northern and the southern line segment each, you would be able to break the symmetry of the standard spherical coordinates. This could well lead to more variety of shapes.
Logged
Pages: 1 2 3 [4] 5   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
An alternate projection for complex numbers (new) Theories & Research matsoljare 6 1674 Last post January 25, 2010, 04:43:33 PM
by kram1032
Yet another alternate transformation idea. (new) Theories & Research matsoljare 8 1426 Last post July 26, 2010, 06:37:06 PM
by matsoljare
Bridges to Madness (alternate coloring) Mandelbulb3D Gallery Kali 0 3045 Last post July 05, 2011, 03:11:53 PM
by Kali
MandleBulb 3D Alternate Icon Sets Mandelbulb 3d Pangaea 6 5550 Last post February 03, 2012, 03:50:33 AM
by lenord
Alternate Flow Fractal Science Kit Gallery Ross Hilbert 0 3216 Last post November 13, 2014, 02:37:17 PM
by Ross Hilbert

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.168 seconds with 31 queries. (Pretty URLs adds 0.009s, 2q)