Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 soon

Function:
Render 3d objects (vertecies and lines)
ortho + "perspective"
3rd person rendering technique

To 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"