3D Basic Solution
Summary
This solution represents a basic example that shows the fundamentals of how to compose a 3D scene. This includes a 3D-object, a light and a camera that is linked to a render-target.
Purpose
The solution shows which elements are necessary to render a basic 3D scene.
Description
There is one 3D scene in the solution.

This scene consists of
- a sphere (3D-model)
- a light
- a camera
The camera is linked to a created render-target which is necessary for rendering. The render-target is linked to a display.