Canvas view camera element: Difference between revisions

Line 136: Line 136:
* change DATA_VARIANCE for texture setup, analogous to the Canvas::Image::Image ctor
* change DATA_VARIANCE for texture setup, analogous to the Canvas::Image::Image ctor
* make the size of the texture re-configurable using properties
* make the size of the texture re-configurable using properties
== Troubleshooting ==
* 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
* if all else fails, use an osg::Image and assign it to the texture and invoke its dirty() method to update the whole thing


== Ideas ==
== Ideas ==