Hey, I had a couple questions and was wondering if anyone could help?
- I was wondering what causes each material to get marked as dirty. All this occurs before the scene has even loaded. The mesh count is around 2500 and it takes about 10-15 seconds to start up. I was wondering if this was normal or if there was a way to speed this up.
- I’m wondering if I could use instances or clones because each mesh contains certain data that is unique to it and it’s mesh material is therefore dependent on it’s data and gets changed frequently. My meshs are all tube like structures and also all have varying sizes and properties so I’m assuming instances are out of the question?
- Is there any other way to speed up the initial load? For the actual rendering I am using the scene optimizer which is doing a good job. I have not imported any textures and this is all babylon.js materials.