2D Basic Solution
Summary
This solution represents a basic example that shows the fundamentals of how to compose a 2D scene. This includes the basic node types and a camera that is linked to a render-target.
Purpose
The solution shows which elements are necessary to render a basic 2D scene.
Description
There is one 2D scene in the whole solution.
The scene has three parts parts:
- On the left side you can see a "Menu" with welcome texts in different languages.
- The center displays the CGI Studio logo.
- On the right side there are four different MVG (Magick Vector Graphics). An animation enhances the static 2D basic solution with motion.
Here is an overview of how to map parts of the scene tree to the individual parts of the scene.

The camera is linked to a created render-target which is necessary for rendering. The render-target is linked to a display.
