Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LemonFoxmere/3d-Renderer-V1
Uses 3rd person rendering technique to render 3d verticies, lines, and objects.
https://github.com/LemonFoxmere/3d-Renderer-V1
Last synced: about 14 hours ago
JSON representation
Uses 3rd person rendering technique to render 3d verticies, lines, and objects.
- Host: GitHub
- URL: https://github.com/LemonFoxmere/3d-Renderer-V1
- Owner: LemonFoxmere
- License: mit
- Created: 2019-10-04T01:31:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T03:07:18.000Z (about 5 years ago)
- Last Synced: 2024-08-03T13:14:23.162Z (3 months ago)
- Language: Java
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3d-Renderer-V1
Uses 3rd person rendering technique to render 3d verticies, lines, and objects.Note:
Prespective does not currently work properly due to the ineffective algorithm.
I will be changing to 1st person rendering (projection rendering) soon and if you know how to fix the perspective please tell me.
Anyone can modify this project and share it around, just don't claim that you made it completly your self.
I have not add an obj reader yet but might soonFunction:
Render 3d objects (vertecies and lines)
ortho + "perspective"
3rd person rendering techniqueTo run:
Extract the file to your file system
Make sure you have JRE8
Find the GAMEMAIN.class file
Open windows DOS (Assumming on windows)
goto the GAMEMAIN.class file path
test java by typing "java"
if it works, type "java GameMain"