Canvas troubleshooting: Difference between revisions

Jump to navigation Jump to search
Line 323: Line 323:
</syntaxhighlight>
</syntaxhighlight>


Here's the FlightGear part for the SimGear changes above exposing the new API via <code>canvas.dumpSceneGraph()</code>:
Here's the FlightGear part for the SimGear changes above exposing the new API via <code>ELEMENT.dumpSceneGraph()</code>:
<syntaxhighlight lang="diff">
<syntaxhighlight lang="diff">
diff --git a/src/Scripting/NasalCanvas.cxx b/src/Scripting/NasalCanvas.cxx
diff --git a/src/Scripting/NasalCanvas.cxx b/src/Scripting/NasalCanvas.cxx

Navigation menu