Main Page

From JPCT
Revision as of 07:38, 24 April 2009 by AGP (Talk | contribs)

Jump to: navigation, search

The jPCT wiki


jPCT is a free, small, fast and easy to learn 3D engine for Java. It offers support for software and hardware rendering. This Wiki should help people with tutorials, instructions and samples. If you think that you have something to contribute, just create an account and go for it...


jPCT ressources

The jPCT homepage

The jPCT community


Installation

Requirements

How to install


How to start

First steps

Hello World

Loading models

Advanced example

Applets

Advanced topics

The different renderers

Collision detection

Multithreading

Compiled objects

Shaders

Physics


Code Snippets

Just add <param name="java_arguments" value="-Xmx256m"> where 256m can be the size in MB of your heap. Ex.:

<APPLET archive="MyApplet.jar" code="MyApplet" width="640" height="320"> <param name="java_arguments" value="-Xmx256m"> </APPLET>