Hi!
I have been working on a ShapeDiver version of a script I did for our company. Basically, it’s a script that produces a patterned tile layout using 2 types of 3D tiles. It works but it quickly reaches its computational limit when the wall length goes over 6 meters.
We’re hoping we can set this to allow for at most a 10-meter-long wall.
Before this I have already optimized the script to not include any boolean operations and avoid trimming altogether. I have split the 3D mesh model of the tiles to minimize triangular faces as much as possible (see the screenshot below for the current topography of the 3D mesh tiles), and used texture files no larger than 100kb in size.
I’m just hoping if anyone here have more tips I can use to further optimize this model?
The (private) link for the model view is here: https://www.shapediver.com/app/m/canvas-r8-2025-04-23-web-3
Thanks in advance!

