Results 1 to 10 of 10

Thread: basic 3D games question?

  1. #1

    basic 3D games question?

    Hello everybody I've been using delphi and C++ in more than 3 years.
    I want to start making a new 3d game.
    I did a lot of 2D games before.
    but in 3d I have problem to start.
    how do I make the actors.
    I mean do I make an object contain the (x,y,z positions) or a matrix and what are the values that I put in the matrix
    In 2d I used to make matrix that contain all the world and I move the ones showed at the keyboad keydown.
    do I make the same thing in the 3d.
    Thanks

  2. #2

    basic 3D games question?

    I use DanjetX for my 3d programming and one thing I found was that 3d doesn't necessarily mean abandoning many of the skills you learned doing 2d game creation. In fact a lot of 3d stuff is just a 3d object operating in a 2d environment.

    My suggestion is find an engine that seems good and start with the examples and then ask questions when you get stuck with those examples.
    The views expressed on this programme are bloody good ones. - Fred Dagg

  3. #3
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    basic 3D games question?

    If you want to start with DirectX i suggest you download the DX SDK from microsoft.

    The SDK has a lot of examples. Clootie has the Delphi headers to use DirectX within Delphi.

    Just try this and let me know what you think of this.
    NecroSOFT - End of line -

  4. #4

    basic 3D games question?

    but started learning OpenGL

  5. #5

    basic 3D games question?

    Hmm... You can learn OpenGL basics using NeHe's page. ^^ I think it's a very good place to start.

    Also, I have a very good e-book called OpenGL SuperBible 4th Edition, I can send you it. I learned OpenGL from it and I use it even these days.

  6. #6

    basic 3D games question?

    Thanks, Thanks really thank you.
    That is a great book.
    I found it and that is what I was looking for
    Thank you a lot

  7. #7

    basic 3D games question?

    No probs, man. But do you want me to send it to you? xD

  8. #8

    basic 3D games question?

    Quote Originally Posted by Brainer
    No probs, man. But do you want me to send it to you? xD
    hi, you can send it to me?

    arthurprs@gmail.com
    From brazil (:

    Pascal pownz!

  9. #9

    basic 3D games question?

    if it's the OpenGL SuperBible I'm thinking of, it costs 50$ at amazon and therefor it wouldn't be legal to distribute it.

    Unless ofcourse the pfd is legally free. dunno.
    Imagine I've written something clever here inspiring you to make something awesome. If that happens give me credits

  10. #10

    basic 3D games question?

    Yip, you are right. It wouldn't be legal. Sorry.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •