Search found 8 matches

by KarneeKarnay
Fri Sep 20, 2013 10:52 am
Forum: Beginners Help
Topic: Cube Creation Help
Replies: 2
Views: 340

Cube Creation Help

I've just started using Irrlicht and I'm trying to build a class the streamlines the creation of shapes. For some reason the shapes I make aren't being shown, with no error output. Code below. main.cpp #include <irrlicht.h> #include "shapes.h" #include <IGUISkin.h> using namespace irr;   u...
by KarneeKarnay
Fri Aug 16, 2013 12:59 pm
Forum: Beginners Help
Topic: cannot find exe?
Replies: 5
Views: 685

Re: cannot find exe?

Sorry for the lack of response guys. RL got in the way. Here is the image again from another provider. http://i43.tinypic.com/20t2o8o.png If the link doesn't show, the error I have is that the system cannot find the exe (in this case the HelloWorld.exe, This is the example that comes with Irrlicht w...
by KarneeKarnay
Thu Jul 04, 2013 5:53 pm
Forum: Beginners Help
Topic: cannot find exe?
Replies: 5
Views: 685

cannot find exe?

I've recently moved onto Visual Studios 2012 and since then I've had this weird bug. Can you guys help me? When I try to run the example of my own code it appears.

Image
by KarneeKarnay
Tue Apr 24, 2012 11:25 am
Forum: Beginners Help
Topic: Lighting: Blank White Screen
Replies: 5
Views: 325

Re: Lighting: Blank White Screen

If you scale a node, you hav to enable EMF_NORMALIZE_NORMALS is lighing is also applied. also check the lighting material values (emissive, specular, etc.) Would it be possible for you to indicate in my code where that needs to go? Still a noob to this. while(device->run()) {     mySpotLight->setRo...
by KarneeKarnay
Mon Apr 23, 2012 8:57 pm
Forum: Beginners Help
Topic: Lighting: Blank White Screen
Replies: 5
Views: 325

Lighting: Blank White Screen

Fairly new to using the engine, so recently I decided to just go nuts and see what I could do. One of the things I'm doing is experimenting with the lights available. I got Ambient lighting after a few failures, but I can't get the Spot Light to work. When I add it to the code, the screen becomes co...
by KarneeKarnay
Mon Dec 19, 2011 8:22 pm
Forum: Beginners Help
Topic: Window Keeps Closing
Replies: 7
Views: 288

Re: Window Keeps Closing

I pasted the code in but no luck. If I refuse to debug the Console appears , but like before the window appears and closes almost immediately.
by KarneeKarnay
Mon Dec 19, 2011 7:16 pm
Forum: Beginners Help
Topic: Window Keeps Closing
Replies: 7
Views: 288

Re: Window Keeps Closing

Irrlicht comes with tutorials + project files for those. Look in the examples folder and try those. I can't find anything in the folder for that example. I've probably missed something so I'll have another look. I had that problem too and it seems that you would need to change the (erhmmm whats it ...
by KarneeKarnay
Mon Dec 19, 2011 4:56 pm
Forum: Beginners Help
Topic: Window Keeps Closing
Replies: 7
Views: 288

Window Keeps Closing

I'm currently trying to do the first tutorial available in the tutorial section. I've set up and installed all the other libraries and I've copied the main.cpp file into a new project. When I try to run it the window and console open, but both close immediately. I've tried editing the code and runni...