canvasman 2 Report post Posted February 28 Is it possible to lower quality for faster rendering? I tried changing resolution to lower than 1 but it didnt affect the performance. Quote Share this post Link to post Share on other sites
Exca 96 Report post Posted February 28 It depends a lot on what kind of project you have. There's no single easy method to swap to lower quality rendering. Rather you should find out what is the bottleneck in your project and then either optimize that or make it so that it's toggled off for faster rendering when needed. Some of the common bottlenecks include: - Texture swapping (having objects in the scenegraph that cannot be rendered with batches) - Too many graphics objects being rendered. - Too many text objects being updated. - Having too many filters. - Rendering the scene too many times. 1 1 ivan.popelyshev and canvasman reacted to this Quote Share this post Link to post Share on other sites