Hi,
I have an issue with DXScene initialization. It seems that sometimes it's not correctly initialized. Is DXScene initialization an asynchronous operation? When you create a DXViewportView at the same time as WPF UserControl and try to access the DXScene property, it's null so you have to (or should as it can be initialized later)
wait for the the event DXSceneInitialized.
If I check if the scene has IsInitialized set to true, then it is.
Thank you,
Janovský Roman
EDIT: I was digging around a bit more and the issue seems to start from DXViewportView.DXSceneInitialized which should return fully initialized scene but sometimes it returns scene that was not initialized.
I have an issue with DXScene initialization. It seems that sometimes it's not correctly initialized. Is DXScene initialization an asynchronous operation? When you create a DXViewportView at the same time as WPF UserControl and try to access the DXScene property, it's null so you have to (or should as it can be initialized later)
wait for the the event DXSceneInitialized.
If I check if the scene has IsInitialized set to true, then it is.
Thank you,
Janovský Roman
EDIT: I was digging around a bit more and the issue seems to start from DXViewportView.DXSceneInitialized which should return fully initialized scene but sometimes it returns scene that was not initialized.

