Added: 3 months ago
From: TheCodingUniverse
Views: 3,265
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (23)

Sign In or Sign Up now to post a comment!
  • Whenever I run the program, it works fine, but it freezes up every time and won't respond??

  • @FilmPriest You probably forgot to put Display.update() in the main loop.

  • @TheCodingUniverse Hmm, that seemed to do the trick. My update method was inside in if statement, so I guess that didn't guarantee it would always update. Thanks :D

  • When I use "glClear(GL_COLOR_BUFFER_BIT);­" it does not display anything after running it.

    Lining it out fixes it tho.

    I am using Ubuntu, not sure if this is causing it or my decades old graphics card :o)

    Nice tutorials btw.!!

  • @v199AGR As long as you put that at the top of your main display loop you should be fine. Weird.

  • Also, how do yuo get that auto-complete box on a Windows. (3:57)

  • @L3gendArch3r Control–Space, check out episode 16 for the initialization code, I felt it was too difficult and of too little significance to be covered here.

  • I feel you didn't explain the initialization code well enough.

  • @L3gendArch3r Google it Bro.

  • For some reason mine doesn't understand any OpenGL commands like glMatrixMode unless I put GL11. before it. Do you know how I can fix this?

  • @NerdsWBNerds Yes, add the following line at the top of your code:

    import static org.lwjgl.opengl.GL11.*;

    This is called a static import.

  • I drew a line and it worked fine but the quad wont work

  • @MrPitbull917 Could you please send me your quad drawing source code?

  • @TheCodingUniverse Its okay I fixed it I was just being stupid and didnt understand the quad thing lol

  • @MrPitbull917 Fancy meeting you here

  • @iCanHasGrief Lol, yeah man!

  • Thanks :D

  • Loving it just what i wanted to find! (britresistor brought me here :) )

  • 0:15 Holy shit I need to get a mac just for that effect!

  • for some reason, the first input never works for me, even though i typed it correctly

  • @14koder You said this was fixed, right? Could you please tell us what the problem was?

  • nice :D

  • @Darkzlime Yes, it took a whole lot of work and time to create this tutorial.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more