how can i make an image look like it's 3d?
like RPG games (C&C for example).
thanks in advanced.
Printable View
how can i make an image look like it's 3d?
like RPG games (C&C for example).
thanks in advanced.
All the C&C series I have seen yet has iso projection (perspectiveless fixed angle 3d-2d projection) If you mean the vehicles' and projectiles' sprites, they are probably generated by taking shots of them rotated in 3d modelling prog. In later series like Tiberian sun and RA2 the verical angle rotation adds a factor of 5-9 more sprites to the horizontal which is 32
i mean the gorund... it looks like a 2d picture with a bit of an angle...
how do i do that?
You should take a look at a program called ISOROTATE. It turns square bitmaps into isometrically rotated bitmaps.
1. where can i find it?
2. i need vb code...