Raytrace Effects Car Driving Game
	for 
  Eurographics 2006 - Graphics meets Games - Competition
		by
			Computer Grahpics Research Group, BME (BUTE), Hungary

This is a small demo program showing raytrace-like effects such as reflections, refractions, caustics
 and diffuse reflections. The program uses the OGRE 3D graphics engine and the PhysX physics engine.

The default configuration of the program is 640x480-32bit, fullscreen. This can be changed by editing the configuration file: ogre.cfg, or runnig the program with the option "-configure". With this option a configure dialog will open before game start. Resolution can also be changed by running the program with the following command line switch:
 rx x-resolution ry y-resolution  E.g.: run.exe rx 1024 ry 768

The application uses DirectX 9, and requires a Shader Model 3 compatibe raphics card.
The Game was tested with a GeForce 6800 GT and GeForce 7800 GT, under Windows XP, Sevice Pack 2 (with AMD processors).
