I’m trying to find a way to raise an event when all of the textures of a particular model have loaded. It seems the isReady and and isReadyOrNotBlocking can return true even if the texture hasn’t finished retrieving over the network.
Is there a way to determine that the textures have fetched/finished rendering?