Low frame rate with slice effects
Re: Low frame rate with slice effects
Yeah, for right now, Meshes are limited to Rectangles, Triangles, and Circles. for 99% of the users, Rectangles will get you what you need.
Re: Low frame rate with slice effects
In my case, I see performance drop when using slice outline... but when i apply beizer masks to slices performance drops DRASTICALLY! It seems it's an explosive combination for my gpu...
Re: Low frame rate with slice effects
I'm not 100% certain of this, but adding in bezier calculates a polygon for each new radius of the bend, so what could have been a ingle line with 4 faces, now could have upwards of 100+ faces on a bend. Very performance heavy. But that's just my explanation in my mind, I could be way off?visions wrote: Wed Apr 12, 2023 21:11 In my case, I see performance drop when using slice outline... but when i apply beizer masks to slices performance drops DRASTICALLY! It seems it's an explosive combination for my gpu...