Results 1 to 5 of 5

Thread: Displaying a 3D array

  1. #1

    Thread Starter
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051

    Displaying a 3D array

    Hi all,

    I'm creating a 3D game, and it consists mainly of a 3D array or boolean values. I need a nice and simple set of functions so that i can display them. I don't care how crap it looks, as long as i can view it from any angle, and the blocks are displayed. Does anyone know of any simple functions that can do this?
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  2. #2
    Zaei
    Guest
    Its never going to be as simple as you like. D3D will probably be the best bet(easiest).

    http://www.directx4vb.com

    Z.

  3. #3
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    hey slh
    I believe you have to do it yourself
    but anyways its not going to be to hard
    you could just initialize on cube and than put a for loop (3 nested ones actually) and transform it to x*widht,y*width,z*width and than render it...
    Sanity is a full time job

    Puh das war harter Stoff!

  4. #4

    Thread Starter
    Not NoteMe SLH's Avatar
    Join Date
    Mar 2002
    Location
    192.168.0.1 Preferred Animal: Penguin Reason for errors: Line#38
    Posts
    3,051
    Zaie: Thanks for the link, i'll have a look. (I didn't think it would be easy, but as what i want to do is simple (compared with what DX could do), i hoped someone may have done it before.

    /\/\isanThr0p: I've never worked with anything more complicated than BitBlt before. Hope fully after going to directx4vb, i'll know how to initialize a cube. I've done what i want to do in 2D, so that i could work out how best to approch the prob, and agree that your method is probably the easiest (It's only a 3D array of Boolean Values after all).
    Quotes:
    "I am getting better then you guys.." NoteMe, on his leet english skills.
    "And I am going to meat her again later on tonight." NoteMe
    "I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
    "my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
    Have I helped you? Please Rate my posts.


  5. #5
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    yeah Zaei posted right when I was writing my post... I think after reading through the first 4 tutorials you should be able to do what you want...
    Sanity is a full time job

    Puh das war harter Stoff!

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