bobbybob Posted February 6, 2022 Share Posted February 6, 2022 Hi Is it possible to divide a surface into whole fractions individual for two axis. When using the divide node, I can't figure out to divide by the surface size, to get an even division, and I am getting these non uniform divisions at the edge. Is it possible to divide a surface into 5x8 uniform sub divisions? Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted February 6, 2022 Share Posted February 6, 2022 Match size another grid to it if it's a rectangle. match_size_grid.hiplc 1 Quote Link to comment Share on other sites More sharing options...
bobbybob Posted February 6, 2022 Author Share Posted February 6, 2022 Thanks @konstantin magnus I ended up referencing a null (size_ref) before the divide node and dividing the bbox size with my fraction in the size parameter // sizex bbox("../size_ref/", D_XSIZE) / 5 // sizey bbox("../size_ref/", D_YSIZE) / 8 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.