Results 1 to 7 of 7

Thread: OpenGL and Direct 3D

  1. #1

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    OpenGL and Direct 3D

    I know this kinda thread been answered MANY times before...
    I think OpenGL is much easier when you use GLU.
    And you can make games with OpenGL that will run on other platforms.
    Why should I use Direct 3D instead?
    Textures is easier to load with Direct 3D...
    Last edited by petrus; Dec 1st, 2002 at 04:29 PM.
    ICQ: 128716725

  2. #2
    Fanatic Member siyan's Avatar
    Join Date
    Jul 2001
    Location
    GOOOAAAAALLLLL!!!!!
    Posts
    869
    i'm no expert, but isn't D3D easier to program for / has more features or something?

    You always hear about DX-version compatability with video cards pretaining to features and such.....
    Unite, proletariat!

  3. #3
    Lively Member blackeyed's Avatar
    Join Date
    Nov 2002
    Location
    Chandigarh
    Posts
    118

    XML?

    I m new to webdesigning Well i know ASP and other related stuff. Somebody told me that you should learn XML could you please tell me the advantages of the XML.
    ~~Avi~~

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    blackeyed: And the connection to this thread is...?

    I don't know, textures are pretty simple to load with OpenGL as well.

    As regards D3D features, most of those features are also available in OpenGL, as extensions which you can query and use from your program (for example, you can use specific extensions if someone runs your program on a new card, but degrade gracefully otherwise).

    And yes, OpenGL is far better if you want to consider running on a different platform. With OpenGL, the only bit that usually needs altering is the initial window creation, and any input stuff (however, toolkits like GLUT sort *all* of that out).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5

    Thread Starter
    Fanatic Member petrus's Avatar
    Join Date
    May 2002
    Location
    pBytes[sizeof(pBytes)/2]
    Posts
    553

    Re: XML?

    Originally posted by blackeyed
    I m new to webdesigning Well i know ASP and other related stuff. Somebody told me that you should learn XML could you please tell me the advantages of the XML.
    XML? We're talking 3D programs here!
    ICQ: 128716725

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Originally posted by parksie
    blackeyed: And the connection to this thread is...?
    Probably the admins

    Z.

  7. #7
    Fanatic Member siyan's Avatar
    Join Date
    Jul 2001
    Location
    GOOOAAAAALLLLL!!!!!
    Posts
    869
    ahh wonderful broken thread.
    Unite, proletariat!

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