Search found 240 matches

by Benjamin100
Wed Oct 30, 2013 10:12 am
Forum: Programming Discussion
Topic: Vector Rotation [SOLVED]
Replies: 7
Views: 3838

Vector Rotation [SOLVED]

Hello. I'm trying to rotate two vectors around the origin. I continue to get very strange numbers that don't make any sense. Is there anything notably incorrect about this rotation function? void rotateVectors(double rad) //Rotation must be in radians. { va[0]= cos(rad)*va[0] -sin(rad)*va[1] ; //vec...
by Benjamin100
Sun Oct 27, 2013 5:38 pm
Forum: Programming Discussion
Topic: Math and C++ [SOLVED]
Replies: 2
Views: 2977

Re: Math and C++

Thanks.
I guess I'll just have to wait until a time when it clearly needs to be used.
I like getting back to programming. Making some math functions now.
by Benjamin100
Sun Oct 27, 2013 12:59 pm
Forum: Programming Discussion
Topic: Math and C++ [SOLVED]
Replies: 2
Views: 2977

Math and C++ [SOLVED]

Well, I'm back after a long break from programming to get back into it again. This time I've decided to stick to learning some more basics before trying to make any sort of complicated 3d program. For me this means some math. I'm using a math related book, and right now I am reading about the dot pr...
by Benjamin100
Mon May 27, 2013 12:16 pm
Forum: General Gaming
Topic: Next Generation AI
Replies: 0
Views: 46474

Next Generation AI

Just saw this and thought you guys would like it. The Next Generation AI is going to amaze some people;
http://www.youtube.com/watch?v=TMYso30L9zI
by Benjamin100
Thu May 09, 2013 2:42 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

Re: The Secret that is OpenGL - Getting Started/Resources

I'm still a little confused at what I would want to use the projection matrix for.
by Benjamin100
Fri May 03, 2013 12:31 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

Re: The Secret that is OpenGL - Getting Started/Resources

So would it be a bad idea to use the old OpenGL? I mean, is it still used professionally by anybody?
by Benjamin100
Fri May 03, 2013 12:25 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

Re: The Secret that is OpenGL - Getting Started/Resources

Thanks everyone. I'll keep up the research.
by Benjamin100
Thu May 02, 2013 3:24 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

Re: The Secret that is OpenGL

I've read through some of "Real-Time Rendering". Still not sure I understand it. It is all hard to understand. I see the pipeline, which breaks down into other steps, which breaks down into other steps. But that doesn't really help. I still can't figure out how to use OpenGL to do anything...
by Benjamin100
Tue Apr 16, 2013 2:14 pm
Forum: General/Off-Topic
Topic: How did you stumble across the Elysian Shadows Project?
Replies: 32
Views: 33447

Re: How did you stumble across the Elysian Shadows Project?

EccentricDuck wrote:I was looking for "how to get into game development" videos or something along those lines and that's where I stumbled upon this video:
I found it through those videos too.
by Benjamin100
Mon Apr 15, 2013 11:02 am
Forum: Programming Discussion
Topic: AI for the NES
Replies: 5
Views: 2168

AI for the NES

by Benjamin100
Wed Apr 03, 2013 7:39 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

Re: The Secret that is OpenGL

Ok. Thanks.
I'll take a look at that text book.
by Benjamin100
Wed Apr 03, 2013 1:41 pm
Forum: Programming Discussion
Topic: The Secret that is OpenGL - Getting Started/Resources
Replies: 22
Views: 11328

The Secret that is OpenGL - Getting Started/Resources

I can't help but be a little frustrated when the only highly recommended book on OpenGL essentially tells me to use their own "tools" instead of actually teaching me OpenGL. It may as well open up and say, "Well, here's a book on OpenGL, and by 'OpenGL' I mean a game engine I built in...
by Benjamin100
Tue Mar 19, 2013 7:50 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6485

Re: Server Side Practice

Thanks.
I've been having trouble still getting it to work. so I decided to uninstall and install a new version of xampp. Now I get this error where it says there is not such file as "C:\xampp\htdocs\xampp\index.php" on line 2.
by Benjamin100
Tue Mar 19, 2013 2:00 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6485

Re: Server Side Practice

I looked in the files and I couldn't find where I was supposed to allow access.
I see the word "deny" written a lot, so I imagine that is part of the problem, but I hardly have an idea what any of it means.
by Benjamin100
Wed Mar 13, 2013 11:36 pm
Forum: Programming Discussion
Topic: Server Side Practice
Replies: 20
Views: 6485

Re: Server Side Practice

Now I just get an Access Forbidden whenever I try to test a webpage.