Results 1 to 5 of 5

Thread: how can i rotate a picture 3D? like in C&C?

  1. #1

    Thread Starter
    Hyperactive Member FLasH3r's Avatar
    Join Date
    Feb 2001
    Location
    Bad command or filename
    Posts
    259

    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.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3

    Thread Starter
    Hyperactive Member FLasH3r's Avatar
    Join Date
    Feb 2001
    Location
    Bad command or filename
    Posts
    259

    well... not exactly.

    i mean the gorund... it looks like a 2d picture with a bit of an angle...

    how do i do that?

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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)

  5. #5

    Thread Starter
    Hyperactive Member FLasH3r's Avatar
    Join Date
    Feb 2001
    Location
    Bad command or filename
    Posts
    259

    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
  •  



Click Here to Expand Forum to Full Width