Search found 639 matches

by N64vSNES
Tue Oct 04, 2011 4:00 pm
Forum: Game Development
Topic: My 3D rendering project
Replies: 33
Views: 12343

Re: My 3D rendering project

Dayum, the lighting is beautiful!

Sub'd.
by N64vSNES
Sat Oct 01, 2011 6:09 am
Forum: Programming Discussion
Topic: Textured and untextured quads
Replies: 6
Views: 1470

Re: Textured and untextured quads

I'm not sure I completely understand your question but: If you want that second quad to be none-textured and colored then forget calling glBindTexture(GL_TEXTURE_2D,0), it's a waste of time. Just call glDisable(GL_TEXTURE_2D) and then any form of texturing is not allowed. If you want to grantee text...
by N64vSNES
Fri Sep 30, 2011 2:54 pm
Forum: General/Off-Topic
Topic: Poor guy
Replies: 10
Views: 2676

Re: Poor guy

That made my day! :lol:
by N64vSNES
Thu Sep 29, 2011 2:34 am
Forum: Game Development
Topic: My 3D rendering project
Replies: 33
Views: 12343

Re: My 3D rendering project

You sir, deserve a very large chocolate chip cookie! ;)
by N64vSNES
Thu Sep 22, 2011 10:47 am
Forum: Programming Discussion
Topic: Make something move in a specific degree
Replies: 6
Views: 1244

Re: Make something move in a specific degree

Do you really need angles for this? Just check the X/Y values of the joystick. For example: if ( JoyX < 0 ) { PosX -= movementVal; } else if ( JoyX > 0 ) { PosX += movementVal; if ( JoyY < 0 ) { PosY -= movementVal; } else if ( JoyY > 0 ) { PosY+= movementVal; } I have no idea exactly what libraries...
by N64vSNES
Thu Sep 22, 2011 8:56 am
Forum: Programming Discussion
Topic: The heap vs. the stack
Replies: 7
Views: 1808

Re: The heap vs. the stack

Just a note.

Shouldn't this stuff be flagged in the education index? :)
by N64vSNES
Fri Sep 09, 2011 4:30 pm
Forum: Programming Discussion
Topic: free books about programming?! (legel)
Replies: 4
Views: 779

Re: free books about programming?! (legel)

Tom_leonardsson wrote:
N64vSNES wrote:Mhmm 100% legel...
Jhontan s. hubor ses it legel :(
*face palm*
by N64vSNES
Fri Sep 09, 2011 9:17 am
Forum: General Gaming
Topic: HAPPY 12TH BIRTHDAY, DREAMCAST!!!
Replies: 2
Views: 1371

Re: HAPPY 12TH BIRTHDAY, DREAMCAST!!!

I must develop something for its birthday.. :dreamcast:
by N64vSNES
Fri Sep 09, 2011 9:13 am
Forum: Programming Discussion
Topic: free books about programming?! (legel)
Replies: 4
Views: 779

Re: free books about programming?! (legel)

Mhmm 100% legel...
by N64vSNES
Thu Sep 08, 2011 6:11 am
Forum: General/Off-Topic
Topic: HAPPY BIRTHDAY, GINTO!!!
Replies: 7
Views: 1781

Re: HAPPY BIRTHDAY, GINTO!!!

Oh fuck!
This makes me the youngest here now :lol:

Happy birthday Ginto!
by N64vSNES
Mon Sep 05, 2011 2:04 pm
Forum: General/Off-Topic
Topic: Pie
Replies: 12
Views: 3113

Re: Pie

Not cake?
by N64vSNES
Sun Sep 04, 2011 9:52 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36928

Re: Minecraft remake- Crafter

Milch wrote:I love how you even copy that yellow text thingy from Minecraft :D
I thought it would be cool to add :lol:
Tom_leonardsson wrote:wait can i download it?!
Not yet...
by N64vSNES
Sun Sep 04, 2011 8:53 am
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36928

Re: Minecraft remake- Crafter

Tom_leonardsson wrote: what did i just say? ლ(ಠ益ಠლ) y u no listen?! im so mad I'll flip a second table! (╯°□°)╯︵ ┻━┻
Mmkay.
by N64vSNES
Sat Sep 03, 2011 5:49 pm
Forum: Game Development
Topic: Minecraft remake- Crafter
Replies: 129
Views: 36928

Re: Minecraft remake- Crafter

A couple of new pictures so prove I'm still working my ass off.

Image

Image