Tuesday, September 22, 2009

2.5D

learn a technical term:

what is 2.5D?
2.5 D means 2D graphics manipulated to provide 3D effect. the graphics is not actual 3D but 2D, programmed in such a way to make the user think the scene is in 3D

Examples:
increasing the size of an object makes it look like the camera is moving towards the object

placing billboards of texture at different sizes gives a feeling of depth. for e.g placing grass blades at different sizes give a feel of whole grass plains

why 2.5D?
3D graphics computation is expensive in terms of time and memory. hence create 2.5D to give cheap 3D effects, and making the human brain think that the scene is 3D

games using 2.5D:
Outrun (1986), the car moves in a single direction, while palm trees on left and right side of road are placed at different sizes to simulate depth.

Sonic the Hedgehog for the Sega Mega Drive (Sega Genesis in the US) uses parallax scrolling (placing different 2d background images as different layers, to create 3d effects)

Nvidia's PhysX

I am developing a game for one of my courses, and for that I am planning to create a physics world. Well why? you may ask. i dint come across a game that did not use any sort of physics engine especially when it is a physics based tower building game.

So I am researching different physics engines like box2D, bullet and Nvidia's Physx.
Here is what should be done to install and use Physx in Windows Vista from scratch. I have sequenced the steps after many trial and error operation on my computer as decribed after this section.

1. update drivers through laptop manufacturer, as folows:
computer->properties->device manager->display adapter->update driver.
Mine was Dell with windows vista

2.nvidia does not seem to give drivers for laptops, it provides drivers only for desktop, or so i heard. Scan your system for nvidia recommended driver by going to nvidia download driver home page, and using option 2. This option works only in IE/firefox. Download and install whatever driver package that nvidia suggests for your computer.

3.installing the nvidia driver automatically installs physx system software, so no need to do it seperately. however if you still want to manually install it for some reason, then go to http://www.nvidia.com/object/physx_9.09.0814.html to install physx system software

4. install physx sdk from http://developer.nvidia.com/object/physx_downloads.html

5.goto programs->nvidia corporation ->physics control panel, and see if demo works fine on your system. or run physx viewer to see if it runs properly on your system.

-----------------------------------------------------------------------------

Here is what i did to install and try out the Physx sdk 2.8.1 in Windows Vista.

1. install physics system software v9.09

2. install phsyx sdk v 2.8.1

after installing both softwares, I went to Physx control panel only to see the following screen.
Demo:

which should look something like this

The settings tab looked like this

which should have looked something like this since i have Geforce 8400 MX video card


hence i went to http://www.nvidia.com/Download/index.aspx?lang=en-us to install nvidia drivers for vista v190.62, since obviously they are missing in my system.
But during setup the following problem occurred


After researching the net, i found out that the drivers first has to be installed through Dell's website for some weird reason. Hence went to computer->properties->device manager, and right clicked display card to select "update device driver"



after the driver got updated through Dell, i restarted my system, and ran nvidia driver installation package again to get the same error, but this time after the setup exited, it gave me option to "install using recommended settings" which i selected. It gave me the following error.

researching the net, i found that nvidia drivers are for desktop machines, and not for laptops. for laptops, the drivers has to be installed through manufacturers, which i already did. so why did it not give me support for physx yet?
I did a system scan from the driver download page of nvidia, to see what it suggests for my system, and if it is different from the one i tried to install.
the results as shown in image below

image

indicate that my system needs version 186.81 drivers. I downloaded the exe file (which took more than 30 mins to get downloaded), and ran it. luckily it did not give any error, and installed required drivers on my machine. Then i restarted the system, and ran physx control panel to see Nvidia's control panel working properly. Then i ran physxviewer and it also ran properly. yay. now i can play with my physx.