CompositeViewer support: Difference between revisions

Jump to navigation Jump to search
m
→‎Issues when using OpenSceneGraph-3.4: removing completely, since FG now depends on OSG 3.6
m (→‎Issues when using OpenSceneGraph-3.4: removing completely, since FG now depends on OSG 3.6)
Line 70: Line 70:
* Sview does not support some views, e.g. Tower View AGL, Fly-past view.
* Sview does not support some views, e.g. Tower View AGL, Fly-past view.
* Sview does not support aircraft-specific views.
* Sview does not support aircraft-specific views.
=== Issues when using OpenSceneGraph-3.4 ===
OpenSceneGraph-3.4 seems to get event handling wrong which causes problems if we open extra view windows - resize/close events get sent to our main window event handler which confuses things. There is currently no workaround for this.
These problems appear to be fixed in OpenSceneGraph-3.6.
Symptoms with OpenSceneGraph-3.4 include:
* Creating extra view windows can cause the main window to seemingly think it has same size as the new window, so menubar and dialogues are shown partially or not at all. A manual resize of the main window seems to sort things out.
* Attempting to closing an extra view windows sometimes closes a different extra view window.
* Attempting to closing an extra view windows sometimes closes Flightgear down because the code thinks the main window has been closed.


=== Code ===
=== Code ===

Navigation menu