Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Wavefront software > Re:Newbie tries...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 35 of 118
Post > Topic >>

Re:Newbie tries to rotate multiple objects

by "Ferocious Imbecile" <ancienregimearts@[EMAIL PROTECTED] > Dec 22, 2003 at 04:06 AM

This is a MEL script that you can copy and paste into the API. It creates a
similar set of objects that rotate simultatneously. In this case it is a
bunch of floor slabs separated by space that add up to make a primitive
building. I think the solution to your problem can be found in this
script.

//MEL Script for creating a building with 20 floors.

$size = 4;
$height = $i * $size;
$number_of_floors = 20;
$size = 4;
$i = 0;
while($i < $number_of_floors){
polyCube;
scale 20 .5 20;
$height = $i * $size;
move 0 $height 0;
$i++;
};
 




 1 Posts in Topic:
Re:Newbie tries to rotate multiple objects
"Ferocious Imbecile&  2003-12-22 04:06:34 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Aug 27 17:26:16 CDT 2008.