2
Answers

good book/site for absolute basics of 3d programming with c#

schmintan

schmintan

20y
2k
1
hi all. i have to take on a project to create men in 3d, and they must have colission detect. i have never done anything with 3d or game programming, and need someone to recommend a book/site that will teach me the basics,maths,vectors matrices, and anything else i need. im not looking to create the next doom or anything, just to make something in a 3dimensional envrionment. any ideas anyone??
Answers (2)
0
Vulpes

Vulpes

NA 98.3k 1.5m 12y
If you're using .NET, you can get this information using the System.IO.DriveInfo class.

Check out the example in the MSDN docs:

http://msdn.microsoft.com/en-us/library/system.io.driveinfo.aspx
Accepted
0
Glenn Sanchez

Glenn Sanchez

NA 133 30.3k 12y
I think you can also use performance counters. Check this out: http://www.codeproject.com/Articles/8590/An-Introduction-To-Performance-Counters