xsquawkbox / libxplanemp

Legacy X-Plane Multiplayer Library used by XSquawkBox 2.x and earlier.
18 stars 7 forks source link

OBJ8 CSLs that async/dynamic loaded aren't rendered in full #15

Closed kuroneko closed 4 years ago

kuroneko commented 7 years ago

There seems to be a bug where OBJ8s that are asynchronously loaded mid-frame do not render until we do something that effectively resets rendering (such as changing weather condition).

kuroneko commented 7 years ago

Looks like an X-Plane 11 bug. Async load and notification is working correctly, and this is occuring with single hull models (ie: no separate lights layer), more than that, the lights are being rendered and nothing else is!

Need to test with XP10 first before raising to Laminar.

kuroneko commented 7 years ago

Also affects XP10 - need to make sure we're not missing something.

kuroneko commented 7 years ago

Interestingly, if I disable the async loader and use dynamic synchronous loading, it seems to work fine.

kuroneko commented 4 years ago

Not seeing this bug manifest anymore with the current versions of X-Plane 11.

Closing.