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.
- Host: GitHub
- URL: https://github.com/onurmx/3drendering
- Owner: onurmx
- License: gpl-3.0
- Created: 2021-06-03T09:52:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T10:31:04.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T12:35:17.366Z (over 1 year ago)
- Topics: 3d-rendering, 3d-space, camera, camera-matrix, computer-graphics, csharp, cylinder, cylinder-mesh, mesh, meshing-algorithms, rendering, rotation, rotation-matrix, scene, translation, wireframe
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.