If I made a 3d image, (say a tennis ball)
Would it look 3d in visual basic? (I think it should)
Printable View
If I made a 3d image, (say a tennis ball)
Would it look 3d in visual basic? (I think it should)
Well if its just a regular image file (.jpg, .bmp etc) it will look exactly like it should. What kind of image are you talking about?
Not sure what you mean. An image is an image.
If your VB can display it, it will look the same as it does in Paint, or Photoshop or whatever.
3d images, such as the ones in warcraft 3, how do they get theirs to be 3d?
Any image that is 3d, maybe its not an image, like in 3dsmax, if I made a tennis ball, how would I put that into VB so it was 3d in vb? I could rotate it and so on
What you are talking about is a 3d model. You'd need directX (direct3D more precisely) to draw one of those on screen.
Thanks alot