Search:

Type: Posts; User: CornyKorn21

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,094

    Resolved the issue. Never initialized the...

    Resolved the issue.
    Never initialized the LuaBadger::bm outside of the class definition.
  2. Replies
    1
    Views
    1,094

    Unresolved External Symbol

    So I'm playing with binding Lua to C++ for class. I have an example which does the binding correctly. What I am trying to toy with now is sharing objects between Lua scripts which will be...
  3. Replies
    3
    Views
    3,821

    So I finally sat down and played through about...

    So I finally sat down and played through about 30-60 minutes worth of Fallout.

    I find it enjoyable. Actually the lock-picking in the game is annoying me to no end. I very much enjoyed Oblivion's...
  4. Replies
    3
    Views
    3,821

    I have not picked up the game yet. I plan on...

    I have not picked up the game yet. I plan on grabbing it after work today (pre-ordered stupid me)

    I'll have to follow up your review tonight with some of my own thoughts. Although the lock...
  5. Replies
    2
    Views
    3,554

    Don't they have a list of compatible games on the...

    Don't they have a list of compatible games on the XBox website somewhere? I know that not every single game on the original will work on the 360.
  6. Replies
    7
    Views
    3,826

    I have not found an OpenGL book I particularly...

    I have not found an OpenGL book I particularly enjoy although if you are going to learn OpenGL I would suggest picking up the OpenGL programming guide. I believe they have a free PDF version on the...
  7. Replies
    2
    Views
    2,027

    Those are probably a part of the framework the...

    Those are probably a part of the framework the book is creating for you. If the book came with a CD or a website I would poke around there. I've found a number of authors do this without fully...
  8. Replies
    2
    Views
    1,216

    Select the image Edit->copy File->new...

    Select the image
    Edit->copy
    File->new
    Edit->paste

    Is that what you're looking for?
  9. Replies
    5
    Views
    6,081

    Good to hear you solved the issue. Yeah I...

    Good to hear you solved the issue.

    Yeah I completely overlooked that you didn't call glGenTextures.
  10. Replies
    5
    Views
    6,081

    //THE DRAWING PORTION int...

    //THE DRAWING PORTION

    int DrawGLScene(GLvoid) // Here's Where We Do All The Drawing
    {
    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); // Clear Screen And Depth Buffer...
  11. Replies
    5
    Views
    6,081

    Load the BMP files as you are doing before the...

    Load the BMP files as you are doing before the render loop. In the render loop you are going to have to bind the texture for use before drawing the specific shape.

    Essentially you'll do:

    ...
  12. Thread: goosh

    by CornyKorn21
    Replies
    15
    Views
    5,596

    It's fun :) I'm still trying to figure out if...

    It's fun :)

    I'm still trying to figure out if it scares or impresses me haha
  13. Replies
    168
    Views
    77,347

    Poll: One of my previous room mates was productive when...

    One of my previous room mates was productive when he was smoking. He got bored, smoked and coded. Seems like it depends on the person.
  14. Replies
    3
    Views
    12,577

    Never mind... did some more reading. Can't just...

    Never mind... did some more reading. Can't just call ThreadQuit() or something along those lines I have to essentially add a bunch of if statements checking if the thread should still be running. ...
  15. Thread: Why?

    by CornyKorn21
    Replies
    39
    Views
    4,695

    Not in the mood to go searching for the link but...

    Not in the mood to go searching for the link but Windows 7 is supposed to have the whole touchscreen deal like the Surface has. There has been at least one video on Windows 7 showing this...
  16. Replies
    6
    Views
    1,576

    Hmm, looks like another tool I'll have to take a...

    Hmm, looks like another tool I'll have to take a look at. Thanks :)
  17. Replies
    6
    Views
    1,576

    http://www.stack.nl/~dimitri/doxygen/

    http://www.stack.nl/~dimitri/doxygen/
  18. Replies
    3
    Views
    12,577

    Terminate Boost::Thread

    I've been searching the documentation for Boost::Thread and I can't seem to figure out how to terminate a thread before it has completed I know when I was using the Windows Threading functions I was...
  19. Replies
    3
    Views
    1,212

    I can batch render calls. That's no problem. ...

    I can batch render calls. That's no problem.

    My issue is loading content in the background and still continuously render. For what I am doing I can not preload everything.
  20. Replies
    3
    Views
    1,212

    Threading Question

    I am attempting to create an application which uses Boost::Thread in order to complete a task. I need the program to load data in the background while displaying the data which has currently been...
  21. Can't you just iterate over each of the vertices ...

    Can't you just iterate over each of the vertices and then interpolate between the first mesh and the second based on time? This assumes each mesh has the same vertex count. That would most likely...
  22. Replies
    11
    Views
    2,802

    I agree with everyone else. Giving you code...

    I agree with everyone else. Giving you code specifically to resolve your issue will not help. Although I understand seeing code helps to understand the task you are attempting to accomplish.
    ...
  23. Replies
    1
    Views
    1,403

    Mip-Map Level Selection

    I know OpenGL and DirectX have built-in functionality to create and utilize Mip-Maps for texturing. Does anyone have any information on how Mip-Maps determine which level to utilize? So as the...
  24. Replies
    24
    Views
    3,509

    I've had absolutely no issues with Vista Business...

    I've had absolutely no issues with Vista Business 64-bit. No driver issues to my knowledge at least.

    I was having some fun with it when I initially set up the machine with rendering maya...
  25. Replies
    8
    Views
    4,450

    Sorry I don't have any XML stuff. Doing a study...

    Sorry I don't have any XML stuff. Doing a study on multithreading this quarter which is the only reason I have the thread link.
Results 1 to 25 of 28
Page 1 of 2 1 2