presty Posted August 17, 2010 Share Posted August 17, 2010 Hello all, I've got to Model a building with a similar facade treatment to that in the image. This is a multi storey car park in Sheffield, England and is known locally as The Cheese Grater. Whats the easiest way of doing this? All the panels are uniform in size and shape, just at different angles. I've modelled the shape and tried random transforming but theres no way of setting it to only do it at 45degree incriments. Aside from selecting the poly's randomly and rotating them the old fashion way, is there any easier way? There's hundreds of them in my model, so doing it 'by hand' so to speak will take me forever. Cheers for any help. [ATTACH=CONFIG]38725[/ATTACH] Link to comment Share on other sites More sharing options...
mu_688687 Posted August 17, 2010 Share Posted August 17, 2010 Try array might you get solution. Link to comment Share on other sites More sharing options...
BrianKitts Posted August 17, 2010 Share Posted August 17, 2010 (edited) Try array might you get solution. Make one to start, run the array tool to grid it out, then select them all and run the following maxScript to rotate all the objects randomly on a 90 degree bias for o in $ do rotate o (eulerAngles (0) (0) (90 * random 1 4)) [ATTACH]38732[/ATTACH] Edited August 17, 2010 by BrianKitts Link to comment Share on other sites More sharing options...
Camby1298 Posted August 17, 2010 Share Posted August 17, 2010 Hey Kitts, How did you learn your MaxScripting? Take a class or self taught (MaxScripting books)? Link to comment Share on other sites More sharing options...
BrianKitts Posted August 17, 2010 Share Posted August 17, 2010 (edited) I did a fair amount of programming in high school (Basic and Turbo Pascal) then I minored in programming in college. I've long forgotten all my C++ syntax, but all the theories and concepts are the same for maxscript. Programming classes really teach you how to break down and dissolve a process into it's parts so that you can rebuild it's functions. So in a way I'm self taught on maxscripting but all the earlier education really helped out. So now it's just a matter of using the maxscript help guide to pull up the exact formating for commands. Edited August 17, 2010 by BrianKitts Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now