Java MD3 Model Viewer

The Java MD3 Model Viewer is a windowed Java program that uses OpenGL to display a Quake 3 .md3 model file on the screen.

The Java source code (which is provided under the GNU General Public License), together with its javadoc documentation, is included! You can find it in the sources.zip file that comes with the distribution.

The latest version of this program and tips and tricks for efficient use can be found on the Java MD3 Model Viewer Home Page (http://fragland.net/md3view).

What's New?

Installation

Upgrading a previous version

Upgrading a (old) working version of the Java MD3 Model viewer is very simple: just replace your old md3view.jar file with the new one (make sure you're not running the viewer while doing this)!

Installing it as an application

Easy Win32 installation instructions

On Win32, follow these simple required-software-installation-steps:

  1. Install the Java Runtime by executing the installer exe. In the following steps I assume that you install this to C:\Program Files\JavaSoft\JRE\1.2.
  2. Unzip libGL4Java2.X.Y.Z-Win32-x86.zip to C:\Program Files\JavaSoft\JRE\1.2\bin.
  3. Unzip gl4java2.X.Y.Z-jar.zip to C:\Program Files\JavaSoft\JRE\1.2\lib\ext (You'll have to create the ext subdirectory!).
  4. Download the Java MD3 Model Viewer and unzip the distribution to a directory of your choice.

General installation instructions (mostly for non Win32 users)

Any OpenGL capable system (Linux, Solaris, WinNT, SGI, ...) should suffice to run the viewer. Most people will use the program as a normal application. If you want to do that, follow these instructions (If you're new to Java, you might want to read the Java Newbie Tips first):

  1. Get and install Java 1.2.x. You need either the Java SDK or Runtime. Both are available from Sun at: http://java.sun.com.
  2. Get and install GL4Java, the Java OpenGL binding. You will need at least version 2.0.1.1 of GL4Java! You can get it at http://www.jausoft.com. (You need 2 files: for version 2.0.1.2 on a Win32 system these would be gl4java2.0.1.2.zip and libgl4java2.0.1.2-win32-x86.zip. Unzip the first one into the 'ext' directory of your Java Runtime. Extract the libraries in the second file into the 'bin' directory of your Java runtime.)
  3. Unzip the Java MD3 Model Viewer distribution zip file into a directory of your choice.
  4. When on a Windows system, start the md3view.bat file. On Unix machines, type the content of the mdview.bat file directely into your command line.

Common Installation Problems

Tips

Java Newbie Tips

If you're new to Java, here are a few tips that might help you in getting Java programs, like the Java MD3 Model Viewer, to work:

Todo

Known Bugs/Strange Things

Credits

Contact

If you have any comments, suggestions or bug reports, let me know: Erwin 'KLR8' Vervaet.

Enjoy!