I would like to make a rectangle 2d array-like DMD.
A lot of DMD mirrors are tilted individually with a certain angle at "on state".
So I made a rectangle object as 'parent', and an array object to make it the 2D array. Then array object is linked to the rectangle object.
The rectangle object is tilted 45 degrees on the z-axis and 12 degrees on the y-axis.
But in this situation, copied rectangles are not tilted, but keep the initial state(only the parent object is changed.).
I want to change their all angles like their parents.
What should I set?
Thanks.
Best regards.