Canvas view camera element: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 33: Line 33:
This derived class would require the following configuration:
This derived class would require the following configuration:
* [[Compositor]] to use.
* [[Compositor]] to use.
* View to use. This could be one of the "main" ones (i.e. the ones on the main property tree), or a locally defined one that is only known to this Canvas Element.
* [[View manager|View]] to use. This could be one of the "main" ones (i.e. the ones on the main property tree), or a locally-defined one that is only known to this Canvas Element (think FLIR).
* Scene graph to use. By default the main scene graph would be used, but an arbitrary XML file can be loaded to render a custom model.
* Scene graph to use. By default the main scene graph would be used, but an arbitrary XML file can be loaded to [[Howto:Extending Canvas to support rendering 3D models|render a custom model]] (for which we have working code, too)
* Several optimization/miscellaneous parameters like framerate cap, etc.
* Several optimization/miscellaneous parameters like framerate cap, etc.


Navigation menu