Project 6
Python Scripting - 4/18/2019
Python Scripting - 4/18/2019
My Python scripting animation is a fairly simple one. The dominoes rest on a large platform floating in an Arnold lighting skydome. I use a programmatically scaled cube to knock over the first row of dominoes, which then knock over into the rest of the rows. The amount of dominoes used is determined by the resolution of the chosen image. The camera moves from a position low on the ground to higher in the sky so the viewer can see the entire domino reveal.
As for the script itself, the user is first asked what image they would like displayed on the dominoes. The script creates the proper polygons for the scene and the MASH network that simulates the falling dominoes. It also provides the proper parameters so the dominoes fall in a neat and orderly manner.