You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was thinking about adding some blocks with animated textures into my game, but I'm a bit worried about the performance if large swathes of blocks are this type - e.g. water
I notice you comment "this can impact performance" next to the renderMaterial property (I imagine it's one face per exposed block face as it can't be greedy meshed).
Have you experienced any big performance issues using renderMaterial/to what extent?
Thanks :)
The text was updated successfully, but these errors were encountered:
Hey, great question... I'm not actively using render materials right now, but I believe they are currently meshed and displayed just like all other terrain - so I'm not aware of any performance impact. I'm not sure if there used to be, or why exactly I wrote that in the docs. 🤔
With that said, since terrain is merged there could be issues with stretching, like a material displaying the wrong way across merged voxel faces. Plain old textures should work okay, but I haven't tested anything else (procedural textures, for example). Would be interested to hear how it goes for you!
Hi, I was thinking about adding some blocks with animated textures into my game, but I'm a bit worried about the performance if large swathes of blocks are this type - e.g. water
I notice you comment "this can impact performance" next to the renderMaterial property (I imagine it's one face per exposed block face as it can't be greedy meshed).
Have you experienced any big performance issues using renderMaterial/to what extent?
Thanks :)
The text was updated successfully, but these errors were encountered: