HOME | DD

Published: 2015-09-27 10:46:00 +0000 UTC; Views: 164; Favourites: 0; Downloads: 0
Redirect to original
Description
Hopefully the idea behind this model will lead to interesting gemstone like structure results!MathMod script:
{
"Iso3D": {
"Name": ["The Core"],
"Component": ["Core"],
"Description ": ["The core by Abderrahman Taha 27/09/2015"],
"Fxyz": ["-((x^2+y^2+z^2-1)+(NoiseW(6*x,6*y,6*z,4,2,0)+NoiseW(6*x,6*y,6*z,4,0,0))/5)*(atan2(x,y)
"Xmin": ["-1"],
"Ymax": ["1"],
"Ymin": ["-1"],
"Zmax": ["1"],
"Zmin": ["-1"]
},
"Texture": {
"Colors": ["R=.7",
"G=2.4*(cos((x*x+y*y+z*z)/2)*sin((x*x+y*y+z*z)/2))*sin((x*x+y*y+z*z)/2)",
"B=.7*(cos((x*x+y*y+z*z)/2)*cos((x*x+y*y+z*z)/2)*sin((x*x+y*y+z*z)/2))",
"T=1"],
"Name": "WorleyNoise",
"Noise": "NoiseW(2*x,2*y,2*z,4,0,0)+NoiseW(2*x,2*y,2*z,2,0,0)"
}
}