net.sf.j3d.threeD.run
Class RayTracingServer

java.lang.Object
  extended by net.sf.j3d.threeD.run.RayTracingServer

public class RayTracingServer
extends Object

The RayTracingServer class provides a main method that starts a DB Server and a Network Client using a properties file specified by the command line argument.

Author:
Mike Murray

Constructor Summary
RayTracingServer(Properties p)
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RayTracingServer

public RayTracingServer(Properties p)
                 throws IOException
Throws:
IOException
Method Detail

main

public static void main(String[] args)