Compositor: Difference between revisions

353 bytes added ,  26 February 2018
no edit summary
(Created page with "{{infobox subsystem |image = Canvas-view-element-prototype-by-icecode gl.png |name = Compositor Subsystem |started = 01/2018 |description = Dynamic rendering...")
 
No edit summary
Line 76: Line 76:
     .setFile(path);
     .setFile(path);
</syntaxhighlight>
</syntaxhighlight>
== Known Issues ==
* Canvas doesn't update its texture unless .update() is invoked in Nasal. Is this a feature?
* The scene graph and the viewer are still managed by FGRenderer. Maybe hijacking the init sequence is a good idea?
* Effects need that buffers are created before reading the .eff file. Maybe some kind of listener is needed ala Rembrandt?
343

edits