Skip to content

flightcrank/JModelViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors