flightcrank / JModelViewer

a OpenGL 3D model viewer in java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JModelViewer

This is a simple OpenGL program coded in Java using JOGL to render 3d models using the OpenGL Graphics API. It currently renderes .PLY 3D object files. It Supports textures and renders using per pixel shading.

Its currently still under active development, but is working and ready to use if you wish. Feel free to contact me with any issues or feature requests.

Compilation instructions are as follows... (browse to the src directory)

$ javac JModelViewer.java

that should compile all nessasry .java files. to run the program type the command

$ java JModelViewer

Images

swing screenshot screenshot of swing GUI version

About

a OpenGL 3D model viewer in java


Languages

Language:Java 97.4%Language:GLSL 2.6%