Adding to Cart…
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.You currently have no notifications.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2024 Daz Productions Inc. All Rights Reserved.
Comments
All the apply instance calls are done in a batch and then all the finalize instance calls are done.
Do you need something after that?
You could delay whatever you need to do until your stuff actually gets used(such as being drawn).
Or you could setup a timer that fires every second until dzScene->isLoading() returns false.
Or you could watch sceneLoaded on dzScene. Make sure you check dzScene->isLoading() as files get loaded during a load.
I meant order inside apply and finalize call,
say on apply stage it could be that parent apply is called before child apply and for children it is called in same order as in scene.
Is something like that fixed, or not?