Zanguieff on DeviantArthttps://www.deviantart.com/zanguieff/art/w-a-l-l-s-32987515Zanguieff

Deviation Actions

Zanguieff's avatar

w a l l s

By
Published:
501 Views

Description

Maya.
First attempt in abstract with Maya. I used a script to generate the bricks, for one wall:
float $ii=0;
float $jj=0;
float $kk=0;
for( $ii=-20; $ii<21; $ii+=1 )
{
for( $kk=-20; $kk<21; $kk+=1 )
{
float $r=rand(0,6);
polyCube -w 1 -h $r -d 1 -sx 1 -sy 1 -sz 1 -ax 0 1 0 -tx 1 -ch 1;
move $ii $jj $kk;
}
};
Image size
887x587px 299.51 KB
© 2006 - 2024 Zanguieff
Comments10
Join the community to add your comment. Already a deviant? Log In
Aldalambe's avatar
Yum. Great use of scripting to get that random blockage. Came out lovely. :+fav: