The New Render Cell Feature

0 favourites
  • 8 posts
From the Asset Store
Create your game with this complete pack of images and animations!
  • Hi All,

    I've been reading up on the Render Cell feature that has just been added, and I have a couple questions I'm not quite sure how to answer:

    1. I have a few thousand objects per layout - most of which are static. However, instead of creating 10 sprites for each individual object, I usually create 1 sprite and add 10 frames to a single animation and turn the speed to 0. Will this negate the effect of the Render Cells?

    2. Some of my static objects have minor angle sine behaviors (nothing that would take it out of a cell, I wouldn't think). Will sprites with behaviors like that be problematic?

    3. By turning it on in my most "static object" layers, I still don't see any difference in CPU. Does that mean they were never really an issue to begin with? Or am I missing something?

  • 1) I believe it's instance-based, so no.

    2) Eh, probably not.

    3) Rendering cells are generally used for scenery in extremely large layouts. If your levels are moderately sized then there likely won't be any discernible difference.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Tokinsom - Thanks for the response!

    re: 3, my layouts are around 50,000 x 20,000 with over 4,000 objects in the layout. I feel like that's a lot, especially for an HTML game. Is it not?

  • Layout size really doesn't make much difference, even for gargantuan layouts.

    4000 objects isn't necessarily bad either, as long as most of them are static. Actually, if they are spread out across the layout, that makes things even easier, since the opts for collision cells and render cells come into effect.

  • Ashley said somewhere that it's best to have single static frame sprites for BG, as having 1 sprite with heaps of frames increases CPU usage for some reason.

  • - well that's just not good lol. It's a little late to fix that now...heaps would only be a max of 10 or so.

  • 1. I have a few thousand objects per layout - most of which are static. However, instead of creating 10 sprites for each individual object, I usually create 1 sprite and add 10 frames to a single animation and turn the speed to 0. Will this negate the effect of the Render Cells?

    The engine only ticks sprites with more than animation frame *and* a nonzero animation speed. So if the speed is 0 it will still be a static object. Note if you change the animation speed, it will start ticking it again.

    [quote:36llqibo]2. Some of my static objects have minor angle sine behaviors (nothing that would take it out of a cell, I wouldn't think). Will sprites with behaviors like that be problematic?

    Moving objects becomes more expensive on render cell layers, so for ideal performance they should go on a non-render-cell layer. However if there are only a very few objects it probably doesn't matter.

    [quote:36llqibo]3. By turning it on in my most "static object" layers, I still don't see any difference in CPU. Does that mean they were never really an issue to begin with? Or am I missing something?

    You should check on a low-end system or mobile device to see if there's any measurable difference. If there's no measurable difference, either you don't need to use it, or you have enough moving objects to negate the performance benefit.

  • Ashley - Ok, phew! Thanks, Ashley!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)