|
-
Mar 1st, 2001, 09:35 AM
#1
Hi,
I would like to manipulate 3D images Bmps using Api 's how can I Do it. Like chaning views etc.
Thank you
-
Mar 1st, 2001, 12:16 PM
#2
Retired VBF Adm1nistrator
Could you possibly be more vague ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Mar 4th, 2001, 02:18 AM
#3
Hyperactive Member
-
Mar 4th, 2001, 08:03 AM
#4
transcendental analytic
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.
-
Mar 4th, 2001, 11:24 AM
#5
Good Ol' Platypus
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)
-
Mar 4th, 2001, 12:46 PM
#6
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
|