Results 1 to 3 of 3

Thread: Developing a 3D game(like UT, Quake, GTA3,etc)

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    Developing a 3D game(like UT, Quake, GTA3,etc)

    What is the hardest and most time consuming part in the development of those type of 3D games that included a wide range of environment and graphics? I may be wrong but I just a surface and some buildings on it using MilkShape 3D and was able to load/show them with very few coding. I was also able to move the camera and walk around. Is that the part and collision detection which is hard/time consuming or what?
    Baaaaaaaaah

  2. #2
    Zaei
    Guest
    Use 100 times the number of polygons to make your level, add some meshes, trees, etc, and you will find out why there are so many culling algorithms out there to choose from =). Collision detection also gets boosts from the culling methods. Add in mesh animation, user interface, etc, etc, and you will end up with a lot of work on your hands.

    Z.

  3. #3
    Member SapphireGreen's Avatar
    Join Date
    Sep 2001
    Location
    I do not actually exist
    Posts
    45
    Dont forget game AI, and Pathfinding, and general Physics... and a lot of other things.

    You also need to plan a Game Design Document.
    On Error Give Up

    Mind over matter. Then if it doesn't matter, you lose your mind.

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