Author Topic: What Best Way To Learned 3d Proggraming?  (Read 1732 times)

Offline omagaalpha

  • Sr. Member
  • ****
  • Posts: 372
What Best Way To Learned 3d Proggraming?
« on: March 05, 2006, 08:35:02 PM »
Ok found soucre internet 3d ok. But yet to put together into create game(my reason is lazy).
Just curosity what opion best way to lerned it?
a.always aprrouch use people tutorial to learned it
b.just messed with code out there
c. you stupid head should try make 2d game first
d. can't tell you never proggramed  my self
 
Sorry if my grammar and spelling is bad, but I have disablity with it.
Yes, English is the first and only language that I know.

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
What Best Way To Learned 3d Proggraming?
« Reply #1 on: March 07, 2006, 06:21:54 PM »
I have a couple of questions for you:

Have you ever programmed anything before? And if you have, what language are you familiar with? (VB, C, C++, C#)

While this is a touchy subject, I can still garantee you that the best language I know of right now to program 3D games in is C/C++. C# us MS's way of merging the .NET framework into C++ so you might as well not even bother with it unless your doing extensive work with internet programs and VB is just too slow and bulky to properly run 3D games.

If you've never touched C/C++ in your life... well, your best bet is to go out there and get a book on C++. You can't really dabble too much into 3D programming without at least knowing the more advanced points in C++.

Additionally, 3D programming is yet ANOTHER huge subject after learning the language. If you want to create a 3D game from scratch, expect to be spending a few years learning how to work with 3D API's (e.g., OpenGL and/or DirectX), decide which one is better for you and go in that direction.

After that, you'll probably be spending another couple of years creating your game engine. It's not easy... especially with the 3D rendering and scene management.

A better approach (and the one I suggested to my room mate) is to find a decent game engine and use that to create your game. The Torque engine seems to be decent enough (he ran out and got a book based on that engine and it suprised me) and you might be able to do some good work with it.

Or, if you'd like to take the path I did with OP3, download the Ogre3D source code use that for your video systems and then build your game engine around that. (it's a little more involved than what I just stated but it's garanteed to take at least 2 years off your development time).

I guess the short version is this: While programming games can be rewarding in its own right, expect to be spending a good bit of time learning how to work with things. It tough but it's not impossible either.

Offline omagaalpha

  • Sr. Member
  • ****
  • Posts: 372
What Best Way To Learned 3d Proggraming?
« Reply #2 on: March 08, 2006, 11:21:58 AM »
well c++ is lauage I know, C# know little bit about.

always thought genises was from scratch hehehe.
but probley take last approach you metions with Ogre3D. ty very much

 
Sorry if my grammar and spelling is bad, but I have disablity with it.
Yes, English is the first and only language that I know.