HOME | DD

#mathematics #mathmod
Published: 2015-11-04 04:31:49 +0000 UTC; Views: 397; Favourites: 1; Downloads: 2
Redirect to original
Description
Simple Enneper (parametric surface)This is a slightly different version of the "Double Enneper" script that let you set the number of "wings" with the parameter k.
The attached images are for k=4, 6, 8, 26
MathMod script:
{
"Param3D": {
"Name": ["simple Enneper"],
"Component": ["Enneper"],
"Const": ["k=10"],
"Description ": ["simple Enneper by Abderrahman Taha 3/11/2015"],
"Fx": ["k*u*cos(v+t)-u^(2*k-1)/6*cos((2*k-1)*v+t)"],
"Fy": ["-k*u*sin(v+t)-u^(2*k-1)/6*sin((2*k-1)*v+t)"],
"Fz": ["(u^k*cos(k*v+t))"],
"Umax": ["1.15"],
"Umin": ["0"],
"Vmax": ["pi"],
"Vmin": ["-pi"]
},
"Texture": {
"Colors": ["R=.91",
"G=0.8*abs(cos(5*pi*atan2(x,y)))",
"B=0.8*abs(cos(5*pi*atan2(x,y)))",
"T=1"],
"Name": "Candy",
"Noise": "1"
}
}