Page 1 of 1

Spy 3D Engine v0.7 + Source, with Terrain functions

Posted: Wed Jun 18, 2003 10:18 pm
by BalrogSoft
Hi...

The new version of my 3d engine is available at my web:

http://www.balrogsoftware.com/kosas/terrainexample.zip

The file include an example of a 3d terrain, and the source code, three new commands are added: CreateTerrain3D, GetTerrainHeight and HideObject, the last one, to make animations without bones, showing or hiding the object frames.

Posted: Thu Jun 19, 2003 1:55 pm
by Num3
Terrain Example only works with joystick ...

:cry:

Posted: Fri Jun 20, 2003 6:27 pm
by BalrogSoft
You can modify the code to use keyboard, but i think that you must use PB 3.62, because the screen is opened (and InitSprite) on the dll archive, and keyboard only can be used on pb 3.70, if you use initsprite, i tryed use init sprite, but then the program dont work.