|
Download
|
|
DownloadStart classesThese classes are templates for Open GL implementation in Magician.StartClass.java
- Here's a base class. Includes capturing of mouse events to rotate objects.
net.hblok.* - own packagesHere are some of my nearly finished work. I will probably change these once in a while, so check back for updates.net.hblok.opengl.util.zip
- Includes the classes GuidePoint and Vec3f for vector aritmetics.
AssignmentsThe course includes two assignment. So far, one is finished.Killing the MS Assistant - report - msass.zip
BeanShellBeanShell is a small, free, embeddable, Java source interpreter with object scripting language features, written in Java. It is great for making small Open GL models without having to recompile for each change. Download BeanShell and the small demo with Magician below. I am currently using BeanShell 1.1alpha4.StartBSHClass.java - Base
class for using BeanShell with Magician.
|