Results 1 to 6 of 6

Thread: Manipulating 3D Images and Bmps

  1. #1
    barnabas
    Guest
    Hi,

    I would like to manipulate 3D images Bmps using Api 's how can I Do it. Like chaning views etc.

    Thank you

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Could you possibly be more vague ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Hyperactive Member tomcatexodus's Avatar
    Join Date
    Feb 2001
    Posts
    372

    Talking Well...

    He could have just said...

    "How do you make 3D things in VB?"
    IWS

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    nah, i think he wants to make a bitmap with pixels in three dimensions then manipulate it somehow, using some kind of weird api's and then change the view, you know, when you... change the view, clicking the view menu and then change.. and thats it.

    btw i think i found that api
    Code:
    Public Declare Function Manipulate3dbitmap Lib "weirdapi.dll" (ByVal pixel As Any, view As Long, Changemode As Long) As Long
    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.

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    wierdapi.dll!??!?!

    Bill Gates really does have a sick, sick mind...
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I think this was a good joke, kedaman

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