Logo by CorneliaYoder - 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 26, 2024, 12:32:42 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: absolute beginner  (Read 1121 times)
Description: absolute beginner
0 Members and 1 Guest are viewing this topic.
robiwankenobi
Forums Newbie
*
Posts: 3


« on: January 12, 2017, 03:59:26 PM »

Hey people out there, please i need your help or your advice, i am totally new on the the surface of mandelbulb. so here my challenge, i wanna reproduce a fractal where i have the complete formulasetting, but i don´t have a clue how this gonna work cause i don´t know what the letters mean and what information they wanna tell me, yeah so i would be so grateful if someone could tell me how i have to encrypt this formulas to get the sensewise into mandelbulb, thx a lot upfront, cheers robby
Logged
JohnVV
Conqueror
*******
Posts: 123


having fun


« Reply #1 on: January 13, 2017, 08:04:15 AM »

this is a full script or set of scripts for fragmentarium ?
or what is it ?

a link to where you got it from would be needed
or post it

Quote
i don´t know what the letters mean and what information
that might be a issue if you can not read software code

open fragmentarium and at the top in the menu is the tutorials
start with the first one
"00 - Simple 2D system.frag"

a very simple tiny script
Code:
#include "2D.frag"

// The simplest way to draw something in Fragmentarium,
// is to include the "2D.frag" header.
//
// Now, we can implement a simple 'color' function,
// which for each point in the plane returns a RGB color.
//
// Notice, that you can zoom using the mouse or the keyboard.
// (A,S,D,W,Q,E,1,3)

vec3 color(vec2 c) {
return vec3(cos(c.x),sin(c.y),sin(c.x*c.y));
}

a simple highschool( grade 9-12) math formula "cos(c.x),sin(c.y),sin(c.x*c.y)) "

« Last Edit: January 13, 2017, 08:13:23 AM by JohnVV » Logged

Running OpenSUSE 42.1-64bit & ScientificLinux-6.7-64bit
I don't pitch Linux to my friends,I let Microsoft do it for me!"
Adam Majewski
Fractal Lover
**
Posts: 221


WWW
« Reply #2 on: January 13, 2017, 03:23:26 PM »

https://en.wikibooks.org/wiki/Fractals/fragmentarium
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
It's a Mandelbulb with absolute value of y pixel component... cut out the xtra The 3D Mandelbulb « 1 2 » M Benesi 26 11024 Last post June 25, 2010, 08:16:51 AM
by M Benesi
Absolute Tree and a Sunset Mandelbulb3D Gallery KRAFTWERK 0 592 Last post October 23, 2011, 11:30:32 AM
by KRAFTWERK
Tree of absolute ignorance Mandelbulb3D Gallery KRAFTWERK 0 652 Last post November 10, 2011, 03:01:53 PM
by KRAFTWERK
An absolute beginner to x64 ASM on Linux Programming « 1 2 » ker2x 15 5304 Last post May 14, 2012, 06:47:11 PM
by Adam Majewski
Absolute Reductionism? General Discussion rloldershaw 2 2751 Last post August 02, 2016, 05:29:23 PM
by rloldershaw

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