initial cammit
[qbasicapps.git] / graphics / 3D / swapping 3D engine / doc / index.html
1 <HTML>\r
2 <HEAD><TITLE>swapping 3D engine</TITLE></HEAD>\r
3 \r
4 <BODY text=#A0A0ff vLink=#0000ff aLink=#0000ff link=#0000ff bgColor=#000000>\r
5 \r
6 <CENTER><H1>swapping 3D engine</H1></CENTER>\r
7 <BR>\r
8 <BR>\r
9 3D engine implements visibility distance, far away objects will be\r
10 swapped into hard disk to increase framerate and reduce memory usage.\r
11 Visibility distance adjusts automatically.\r
12 \r
13 This techniqe allows handling of a very complex world (for QBasic).\r
14 World is broked down to 100x100x100 units sized blocks,\r
15 and stored on disk into separate files. One file per\r
16 block.\r
17 \r
18 This is just an experiment to test out the idea,\r
19 world will be synthezied and constantly updated.\r
20 Engine allows user to freely fly around using mouse and keyboard.\r
21 \r
22 <BR><IMG SRC="sshot.png">\r
23 <BR><pre>\r
24 System requirements:\r
25         CPU 500 MHz or better\r
26         MS QBasic (preferably QB 4.5) in your path\r
27 </pre>\r
28 </BODY>\r
29 </HTML>