Home
back
coldet
Coldet Wrapper. A dll wrapper of the coldet library for blitz3d. This version is updated to the lastest 1.2 version of coldet.

Download.
bzip2
A bzip2 wrapper dll for blitz3d. It allows bz2 compression.

Download.
gears

Source code for creation of gear models and shows how to animate them correctly.


Download.
qhull

Qhull dll wrapper. A modified and simplified version of qhull1.0
to create convex hulls of objects for collision purposes. See more in the readme file.

Download.
ray box collision

Code for ray-box intersection. Returns true or false.

Download.
ray sphere intersection

Ray - Sphere intersection code. Returns true,false and enter-exit intersection coordinates.

Download.
ray triangle plane intersection
Ray - triangle and ray - plane intersection code. Returns true,false and intersection point coordinates.

Download.
single surface particle system

A single surface particle system optimized for speed.

Download.
single surface grass

Singe surface grass system. Uses also a grassmap to place the grass on a heightmap.

Download.

ray triangle intersection

This is a ray triangle intersection dll based on code by Tomas Moeler.

Download.