HOME | DD

MathMod — Under The Sea

#mathematics #mathmod
Published: 2015-10-02 21:48:00 +0000 UTC; Views: 236; Favourites: 1; Downloads: 1
Redirect to original
Description Under The Sea
MathMod script:
{
"Param3D": {
"Description ": [
"Under Sea by Abderrahman Taha 02/10/2015"
],
"Name": ["Under The Sea"],
"Component": ["UnderSea"],
"Fx": ["u*cos(v)"],
"Fy": ["u*sin(v)"],
"Fz": ["exp(-u*u)*(sin(2*pi*u)-u*cos(3*v))"],
"Umax": ["2"],
"Umin": ["0"],
"Vmax": ["2*pi"],
"Vmin": ["0"]
},
"Texture": {
"Colors": ["R=1.5*.41",
"G=2*0.81*abs(cos((x*x+y*y+z*z)/2)*sin((x*x+y*y+z*z)/2))",
"B=2*0.8601*abs(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(4*x,4*y,4*z,4,2,0)+NoiseW(4*x,4*y,4*z,4,12,0.1)"
}
}
Related content
Comments: 0