A render I did of some flesh forming a pillar within a tentacle Hive.
Yes, I know there are floating bits of flesh at some points, but the entire pillar (top and bottom) is a single function.
Yes, I know there are floating bits of flesh at some points, but the entire pillar (top and bottom) is a single function.
Category Artwork (Digital) / All
Species Unspecified / Any
Size 300 x 360px
File Size 2.35 MB
It is indeed! I looked around and found that I still have the source for this
#macro FleshPillar(X, Y, Z, R)
isosurface
{
function
{
sqrt(pow(x-X,2) + pow(z-Z,2))
- 10*pow(y/10,4)
- R
- (1 + pow(1.10,y+10))*f_bumps(x,y/2,z)
}
contained_by
{
box{<X-40,Y-15,Z-40><X+40,Y+15,Z+40>}
}
accuracy 0.0005
max_gradient 45
}
#end
#macro FleshPillar(X, Y, Z, R)
isosurface
{
function
{
sqrt(pow(x-X,2) + pow(z-Z,2))
- 10*pow(y/10,4)
- R
- (1 + pow(1.10,y+10))*f_bumps(x,y/2,z)
}
contained_by
{
box{<X-40,Y-15,Z-40><X+40,Y+15,Z+40>}
}
accuracy 0.0005
max_gradient 45
}
#end
FA+

Comments