https://github.com/ashedfox/worstobjviewer
3D object viewer in OBJ format with customization options for shadows, textures, maps, etc.
https://github.com/ashedfox/worstobjviewer
3d csharp dotnet
Last synced: 3 months ago
JSON representation
3D object viewer in OBJ format with customization options for shadows, textures, maps, etc.
- Host: GitHub
- URL: https://github.com/ashedfox/worstobjviewer
- Owner: AshedFox
- Created: 2022-09-11T21:23:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T18:37:31.000Z (8 months ago)
- Last Synced: 2025-12-04T08:42:39.081Z (8 months ago)
- Topics: 3d, csharp, dotnet
- Language: C#
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obj models viewer
## Description
Viewer for .obj models made with .NET + C#. Proccess graphics fully on processor.
Support diffuse, MRAO, normal and emission maps,
Lambert, Phong, Gouraund shading/reflectance,
Bloom-effect. Works even with high-poly models (but, due to processing on proccessor, with some lags).
## Examples
1. **Model: Starship, Shading: Phong**

2. **Model: Starship, Shading: Phong, Bloom enabled**

3. **Model: Iron Man, Shading: Lambert**

4. **Model: Iron Man, Shading: Phong**

5. **Model: Iron Man, Shading: Phong, Bloom enabled**
