This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-01-23 17:02:13

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Good reference/book for programming 3D C++?

I am looking for a book that will teach me how to program 3D games in C++. If anyone could recommend one to me, that would be great.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#2 2012-01-23 18:07:47

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Good reference/book for programming 3D C++?

I can't say games specifically, but there are some great books on OpenGL. It works on practically any system, and the graphics are amazing compared to a lot 3D methods.


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#3 2012-01-23 18:32:39

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Good reference/book for programming 3D C++?

bobbybee wrote:

I can't say games specifically, but there are some great books on OpenGL. It works on practically any system, and the graphics are amazing compared to a lot 3D methods.

Do you know any books  on that?


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#4 2012-01-23 18:47:07

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Good reference/book for programming 3D C++?


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#5 2012-01-23 18:47:44

flashgocrazy
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Good reference/book for programming 3D C++?

look in the libiary


◕‿◕

Offline

 

#6 2012-01-23 18:49:51

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Good reference/book for programming 3D C++?

Hmm...I'm not sure which one of us posted something more obnoxious  smile


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#7 2012-01-23 21:25:26

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Good reference/book for programming 3D C++?

flashgocrazy wrote:

look in the libiary

I did. My library doesn't have any good C++ books.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#8 2012-01-24 05:05:51

eventexception
Scratcher
Registered: 2011-04-08
Posts: 500+

Re: Good reference/book for programming 3D C++?

Search amazon for ´3d c++ game development´ sort by avg. customer review

Check  http://Alice.org

Offline

 

#9 2012-01-24 06:40:57

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Good reference/book for programming 3D C++?

Two things: the main 3D graphics library for C++ is OpenGL, and you don't need a book.
Here are some links for OpenGL:
http://glprogramming.com/red/
http://db-in.com/blog/2011/01/all-about … x-part-13/
http://www.swiftless.com/opengltuts.html

And, if you're keen, a book:
http://www.opengl.org/documentation/red_book/


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#10 2012-01-24 07:22:45

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Good reference/book for programming 3D C++?

3D requires like lots of hard algorithms :p
Good luck


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#11 2012-01-24 08:08:45

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Good reference/book for programming 3D C++?

eventexception wrote:

Check  http://Alice.org

um no
@slinger:
The are a few prebuilt libraries, so I don't have to right evrything myself.

@hardmath123:
Thank you. Excactly what I was looking for.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#12 2012-01-24 10:55:59

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Good reference/book for programming 3D C++?

Or c# xna? Thats what a lot pf xbox games use.


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#13 2012-01-24 11:08:27

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: Good reference/book for programming 3D C++?

Daffy22 wrote:

Or c# xna? Thats what a lot pf xbox games use.

No, C++, but I'll look into that.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#14 2012-01-25 02:29:01

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Good reference/book for programming 3D C++?

nickbrickmaster wrote:

@slinger:
The are a few prebuilt libraries, so I don't have to right evrything myself.

SWEET, I've never done 3D simulating before in anything other than scratch so I didn't know lol. I thought you had to code it all by hand xD


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

Board footer