Crystal Reality is/was a project to create a virtual 3d world that used binary representations of primitive objects to minimize file sizes - this would allow complex worlds to be browsed over the internet using relatively low bandwidth. The aim of the project was to write a file format, then an object viewer and then a world viewer. I built a simple object viewer in Java, using Java3D, which demonstrates the concept nicely.
Object Viewer
Coded in Java with Java3D - runs smoothly with a 3D graphics card. Downloads object files via HTTP or loads them from the local filesystem. Object primitives supported include Sphere, Cone, Cube, Cuboid and Cylinder. Started experimenting with textures. Yet to implement link objects.
Metacode Compiler
Coded in Java, this program converts simple text files of object code into the bytecode of CRO (Crystal Reality Object) files. A lot easier than writing bytecode each time!