Here is the data for 3DFC demos.
To run them use the "fly" executable. You can download it from
my site or compile it from the sources.


Copy "fly" to the demo root directory.


* to run the demos under DOS:

   fly demo_file.txe


* to run the Linux demo with SVGALib or X Window:

   fly.exe demo_file.txe


* load time can be a bit big at first time because light tables
  must be computed.


* to see control instructions just run "fly" without
  any extra parameters.
   
   
* on Demo 3, light source position is controlled by keyboard;
  just try the move keys.


* to run the demo with sockets on same machine:

   Server:   

      fly.exe demo1.txe -s 1 8189
      
   Client:

      fly.exe demo1.txe -c 2 127.0.0.1 8189

   Use other IP to make communication between distinct machines.
   127.0.0.1 is the IP to make communication without network card, e.g.
   inside the same machine.
   
   Sockets only works on Linux port.


* more information / downloads:
     http://www.geocities.com/SiliconValley/Bay/1704/
  Contacts:
     lebe@geocities.com
