canvasman Posted February 28, 2019 Share Posted February 28, 2019 Is it possible to lower quality for faster rendering? I tried changing resolution to lower than 1 but it didnt affect the performance. Quote Link to comment Share on other sites More sharing options...
Exca Posted February 28, 2019 Share Posted February 28, 2019 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. ivan.popelyshev and canvasman 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.