Page 1 of 1

Iteration Limits in Wire

Posted: Fri Jul 30, 2021 14:47
by Blackenburg
Does any one else find Wire's iteration quite limiting

For example, see this simple patch generating a grid of 36 by 36 individual squares.
36 square Grid.PNG
I get 13 fps rendering this at 1080 8bpc on a Desktop GTX1080.

This feels pretty limited compared to how the same card handles highly complex 3d environments with millions of vertices.

Re: Iteration Limits in Wire

Posted: Fri Jul 30, 2021 16:15
by Zoltán
Transform is actually quite a complex operation.
Try the Move node instead.

Shapes in Wire are not vertices, so this works differently than what 3d apps do.
We're working on vertex/mesh support for use cases like this, where you need to draw thousand of shapes at once.