|
-
Oct 2nd, 2001, 07:41 AM
#1
Thread Starter
Fanatic Member
What are the basics of 3d gaming.
I am very interested in the gaming scene, however, i have no idea where to begin.
How do you create characters, map scenes etc.
I was also under the impression that VB was no good when it comes to games. How true is this?
Where can i get a really easy start to programming games?
-
Oct 2nd, 2001, 08:27 AM
#2
Addicted Member
it's definately very possible to make good games with VB. Some people will say otherwise, and with good reason. C++ is probably a little better because of it's speed, but if you really know what you are doing with VB, you can accomplish anything. I prefer VB because it's a lot easier and it's a good language to start with, and then move onto C++ later on
http://www.gamedev.net
You could try looking around there for somewhere to start.
To understand recursion, one must first understand the concept of recursion.
-
Oct 2nd, 2001, 12:53 PM
#3
VB is great!! (maybe with a little help by using c++ dll's)
see what vb can do: http://www.revolution3d.de, or look at my game project: http://edev.blogspot.com
I don't think your ready to write your own engine(neither am I), so I suggest you get one like morfit(http://Www.morfit3d.com)
or that revolution3d(url above). (Morfit is allot faster and has equal graphical capabilities, just take a look at my project).
-
Oct 4th, 2001, 04:38 AM
#4
Thread Starter
Fanatic Member
Engine?
I have always heard of these gaming "engines". What is the purpose of these engines?
-
Oct 4th, 2001, 06:39 AM
#5
Retired VBF Adm1nistrator
Imagine a game whereby you hardcode all your levels and creatures and players etc. into the application.
It would make it very difficult to expand it etc.
If you were to seperate the program into an engine, and into the data, then you just have to update the data bits and pieces with new players etc.
The engine on the other hand just takes the data and the levels and what not and draws them and controls the user input and what not.
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Oct 4th, 2001, 01:29 PM
#6
Thread Starter
Fanatic Member
Great, so the engine puts the pieces together.
What about things like mapping surfaces. How do you specify when one object is resting against another. Better yet, how do you define a point in space? Is this all done mathematically using vectors?
-
Oct 4th, 2001, 08:41 PM
#7
New Member
lots of math and lots of work....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|