Im making a 2d grid using sops with a variable number of rows and cols. I want my grid to fit exactly even when changing the number of rows and cols. Im using orthographic projection on the camera and noticed that the Ortho Width has some mathematical relation with the number of rows and cols (maybe logarithmic) but havent found the exact function of this relation. Anyone has done something similar?
Hi @biabiabia,
Not sure why the size changes with varying rows and columns of the Grid SOP but have a look at the Transform SOP’s Post page. Here you can either use size and position of a reference SOP to transform the input to or move the input to the root and scale it uniformly.
cheers
Markus