An open API service indexing awesome lists of open source software.

https://github.com/bpawluk/scene-builder

WPF App rendering 3D scenes (without openGL for educational reasons)
https://github.com/bpawluk/scene-builder

Last synced: 4 months ago
JSON representation

WPF App rendering 3D scenes (without openGL for educational reasons)

Awesome Lists containing this project

README

          

# scene-builder
GUI desktop app for rendering 3D scenes. It loads formatted data files that define the scene and displays it within an interactive UI view.

The app contains three ortogonal views of the loaded scene and the fourth screen that presents the perspective projection. The UI lets you tune the perspective view by changing the viewer position, far clipping plane and the field of view angle.

## Sample screenshots

![Screen](https://github.com/bpawluk/scene-builder/blob/master/SceneBuilder.PNG?raw=true)

![Screen](https://github.com/bpawluk/scene-builder/blob/master/SceneBuilder2.PNG?raw=true)