Search found 721 matches

by MrGodin
February 25th, 2014, 5:04 pm
Forum: Everything
Topic: Which project to work on???
Replies: 16
Views: 5647

Re: Which project to work on???

Man, just watched that video of Poll Position (arcade game i used to play as well), but i noticed just how much brand name advertizing is in that game on the billboards. In today's world, having them brand names in the game would probably have paid for the entire cost of making Poll Position. Just a...
by MrGodin
February 20th, 2014, 5:49 pm
Forum: Everything
Topic: Bonus Question Intermediate 21
Replies: 37
Views: 12495

Re: Bonus Question Intermediate 21

Mini Map .. i was thinking it would be good to use something like that for a mini map as well .. ? ..
by MrGodin
February 17th, 2014, 11:55 pm
Forum: Everything
Topic: A genie that guesses the character u think of
Replies: 7
Views: 3111

Re: A genie that guesses the character u think of

I clicked that link and my Norton blocked 3 intrusion attempts with a severity of High.. just saying
by MrGodin
February 17th, 2014, 12:51 am
Forum: Everything
Topic: Lesson I13 - Problem with Inheritance
Replies: 5
Views: 2205

Re: Lesson I13 - Problem with Inheritance

is your object core a pointer ?
i can't load the project cuz my studio 12 says i have the wrong tool set ...
by MrGodin
February 12th, 2014, 5:50 pm
Forum: Everything
Topic: Are we... Before moving on from 2D?
Replies: 10
Views: 4325

Re: Are we... Before moving on from 2D?

http://www.planetchili.net/forum/viewto ... f=3&t=2440

heres a little class i wrote for loading sprite sheets, works for me
by MrGodin
February 11th, 2014, 10:43 pm
Forum: Everything
Topic: Still having lighting issues
Replies: 10
Views: 3732

Re: Still having lighting issues

You mean like .fx files ?. I have poked around those but haven't learned much about them .. yet..
by MrGodin
February 11th, 2014, 9:45 pm
Forum: Everything
Topic: Still having lighting issues
Replies: 10
Views: 3732

Re: Still having lighting issues

Well , never really played with lights but i solved the issue ..
d3dLight.Diffuse.a was missing and the mesh materials were overriding the static materials .. now with the pesky render stages .. ugg
by MrGodin
February 11th, 2014, 8:34 pm
Forum: Everything
Topic: Help me Please stuck on lesson 13
Replies: 22
Views: 7675

Re: Help me Please stuck on lesson 13

hey here is your problem .. the ***** are the mistakes, in this code else if(px[index]+ 34>799) ***** WAS < 799 *********** { px[index]=799-34; pooxvel[index]= -pooxvel[index]; } else if(py[index]<0) { py[index]=0; pooyvel[index]= -pooyvel[index]; } else if(py[index]+34>599) ***** WAS < 599 ********...
by MrGodin
February 11th, 2014, 6:49 pm
Forum: Everything
Topic: Help me Please stuck on lesson 13
Replies: 22
Views: 7675

Re: Help me Please stuck on lesson 13

I think it may have something to do with your rand() ..
http://www.cplusplus.com/reference/cstd ... d/?kw=rand
you may want to look at this page.
by MrGodin
February 10th, 2014, 10:53 pm
Forum: Everything
Topic: Still having lighting issues
Replies: 10
Views: 3732

Re: Still having lighting issues

No worries :), i am running blind most of the time when it comes to 3D.. trial and error until i get it right, which can be very frustrating lol
Cheers