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

https://github.com/onurmx/3drendering

A program with a graphical user interface for displaying a render of a 3D scene. Triangular mesh of a cylinder is placed in the center of screen.
https://github.com/onurmx/3drendering

3d-rendering 3d-space camera camera-matrix computer-graphics csharp cylinder cylinder-mesh mesh meshing-algorithms rendering rotation rotation-matrix scene translation wireframe

Last synced: about 1 year ago
JSON representation

A program with a graphical user interface for displaying a render of a 3D scene. Triangular mesh of a cylinder is placed in the center of screen.

Awesome Lists containing this project

README

          

# 3DRendering
A program with a graphical user interface for displaying a render of a 3D scene. Triangular mesh of a cylinder is placed in the center of screen. Also camera component is implemented to observe cylinder model from different angles.

## Usage
WASD keys are being used to rotate the camera and Mouse Scroll is being used to change distance of camera to cylinder model.