Pepa489 Posted July 2, 2016 Share Posted July 2, 2016 Hello, I'm rendering isometric terrain (about +700000 sprites) in ParticleContainer(for speed) and i need hide some blocks(occulusion culling). But .visible for childs in ParticleContainer not work. Can you help me? Sorry for my bad english, Quote Link to comment Share on other sites More sharing options...
Fatalist Posted July 2, 2016 Share Posted July 2, 2016 Use a regular container, or put your sprites into several smaller ParticleContainers - "chunks" and show/hide these chunks as necessary. You could have each of these chunks to be the size of the screen - in this case you'd need to draw only 4 of them at a time, or maybe smaller.... Quote Link to comment Share on other sites More sharing options...
Exca Posted July 12, 2016 Share Posted July 12, 2016 You could also use alpha = 0 to hide stuff (remember to set alpha to dynamic property). Though I think multiple containers is more effective if your use case can be done with that. 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.