|
-
Oct 16th, 2001, 05:05 AM
#1
Thread Starter
Hyperactive Member
how can i rotate a picture 3D? like in C&C?
how can i make an image look like it's 3d?
like RPG games (C&C for example).
thanks in advanced.
-
Oct 16th, 2001, 06:21 AM
#2
transcendental analytic
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
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 16th, 2001, 07:01 AM
#3
Thread Starter
Hyperactive Member
well... not exactly.
i mean the gorund... it looks like a 2d picture with a bit of an angle...
how do i do that?
-
Oct 16th, 2001, 07:06 AM
#4
Good Ol' Platypus
You should take a look at a program called ISOROTATE. It turns square bitmaps into isometrically rotated bitmaps.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
Oct 16th, 2001, 07:08 AM
#5
Thread Starter
Hyperactive Member
but...
1. where can i find it?
2. i need vb code...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|