"Unable To Locate Component"
Wat?
The program won't start up, and it gave me that error. Will, it gave me DOS screen, and that's it.
I am running 7Pro 64bit. Should I download the x64 version of C++ or do you only want this tested with the x86?
Here ya go:The program won't start up, and it gave me that error. Will, it gave me DOS screen, and that's it.
Can you post a screenshot? Have you tried installing the runtime to which I posted a link?I am running 7Pro 64bit. Should I download the x64 version of C++ or do you only want this tested with the x86?
Install the x86 version, since it's an x86 binary.
-snip-
If you get an error about msvcp100.dll or similar, please download and install Microsoft's Visual C++ 2010 Redistribuable (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84)
Thank you!
I'm working on some cool stuff right now, bump maps (or even parallax maps later), bsp loading, multiple lights, vsync, HDR... Updates will come soon!
It would be Extremely awesome if you made some interface to change AA, AF, etc...Yeah, I'm working on replacing GLUT (a cross-platform way to quickly create an OpenGL window) with my own code so I can more precisely regulate AA (right now it's just on-or-off) and do other fancy stuff.
PS: I <3 reflections on the teapot :3Thanks, but it's nothing special, and it's not even true reflections yet (eg. reflecting other objects in the scene, that's for way later on), just a Phong (http://en.wikipedia.org/wiki/Phong_shading) shading model I implemented really fast in a GLSL shader. But yeah, it can look really nice at times :P.