Hey,
I have a question about drawing efficiency differences between several objects.
Let’s imagine that I would like to create a rectangle under a small perspective. Which would be more efficient, a display.newLine (using append) or a display.newRect (using paths) object?
I have tried both objects and it seems as if the display.newLine renders a bit faster compared to a distorted rectangle.
Maybe a Corona dev (or others) could clarify the efficiency of the different display objects and whether the 2.5D engine operations are as efficient as hard-coding a line with the append method…
Thanks in advance!
Kind regards,
qwertier