Canvas view camera element: Difference between revisions

Line 138: Line 138:


== Troubleshooting ==
== Troubleshooting ==
* update the texture specific osg::StateSet to force an update of the texture
* compare the scenegraph generated for sc::View vs. sc::Image using http://wiki.flightgear.org/Canvas_Troubleshooting#Dumping_Canvas_scene_graphs_to_disk
* compare the scenegraph generated for sc::View vs. sc::Image using http://wiki.flightgear.org/Canvas_Troubleshooting#Dumping_Canvas_scene_graphs_to_disk
* check whether sub-classing sc::Image and  directly using its _texture makes any difference or not
* check whether sub-classing sc::Image and  directly using its _texture makes any difference or not