Tutorial by Jesus Sosa
Download the folders to go with this tutorial here, and extract them onto your computer.
This little tutorial will let you know how to put a raster image to a 3D object as a texture in JavaWildfire You can use this technique with any variation that build a 3D object, by example a obj_mesh_primitive_wf, obj_mesh_wf ,lsystem3D, knots3D, seashell3D, parplot2D_wf, yplot2d_wf, yplot3d_wf, dla3d_wf, sattractor3D, square3D, sphirograph3D, supershape3D, terrain3D. But, also you can use it in many other 2D variations as a way to color fractals with a texture map, you may try variations like brownian_js, circleblur, chrisantemum, pdj, svenssons_js, clifford_js, sunflower, crown_js, lace_js, macmillan, maurer_rose, maurer_lines, nsudoku, gpattern, hadamard_js, recurrenceplot, rhodonea and more.
Exercise 1
Lets start a new flame from scratch Add a Transformation T1, change Var1 from linear3D to obj_mesh_primitive_wf
Add to T1 a new Var2 colormap_wf, make the current variation a post variation pushing the post button at rightside of the Var2 “colormap_wf”
change the following parameters in colormap_wf reset_z = 0 image_filename= open the file 13.jpg from the textures directory you downloaded.
You will see this flame
change the scale_x and scale_y parameters to 0.5
change the tile_x, tile_y to 0.0
Change the offset_x,offset_y to 0.25
Set tile_x,tile_y again to 1
Now change the camera position with this values Roll=0, Pitch=45, Yaw=60, Perspective=0.1
We have applied a texture file to obj_mesh_primitive_wf, you can change now the primitive parameter of the T1_Var1, to any value. If change primitive=15 in T1_Var1
obj_mesh_primitive_wf) you will see
Try changing different texture files , scale_x,scale_y for colormap_wf and different primitives for obj_primitive_wf, and render in 3D mode.