Search found 8 matches

by Philth
Wed Dec 04, 2013 2:29 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 89334

Re: [Tutorial] Getting started on Mac OS X

Half the examples will not compile, lots of warnings when building irr about deprecated calls and such.

Could use some OSX effort. I'm looking for a good cross platform option.
by Philth
Tue Jun 14, 2011 5:08 pm
Forum: Beginners Help
Topic: Irrlicht 1.7.2 and Visual C++ Express 2010 HOWTO ?
Replies: 5
Views: 642

Irrlicht 1.7.2 and Visual C++ Express 2010 HOWTO ?

Is there a tutorial on how to get Irrlicht 1.7.2 working with VC++ Express 2010 anywhere? I've been at it for several hours now and no luck. The example shows how to do it for 2008, which is really old now, and many of the options are in different spots. I tried the best I could to put them in the n...
by Philth
Tue Dec 13, 2005 11:38 pm
Forum: Irrlicht.NET
Topic: Problems using with C# VS Express.
Replies: 7
Views: 2101

0.14.0 release is much more improved! VS Express imported the example project just fine, and I didn't have to change any of the references. Just had to copy the irrlict.dll over into the bin folder. The only issue is the media paths are still off. They are written as @"../../media/texture.jpg&q...
by Philth
Tue Nov 22, 2005 5:37 pm
Forum: Irrlicht.NET
Topic: Problems using with C# VS Express.
Replies: 7
Views: 2101

Yes, that is all correct. I recopied just to be safe and still same error. I did a systemwide search on the dlls and everything looks to be where it should be.
by Philth
Tue Nov 22, 2005 4:58 pm
Forum: Irrlicht.NET
Topic: Problems using with C# VS Express.
Replies: 7
Views: 2101

Problems using with C# VS Express.

Anyone have any suggestions what might be wrong? I am trying to run the example C# demo included and its just giving me an error: System.IO.FileNotFoundException was unhandled Message="The specified module could not be found. (Exception from HRESULT: 0x8007007E)" Source="01.HelloWorld...
by Philth
Wed Mar 02, 2005 4:07 am
Forum: Beginners Help
Topic: What is going on with my lighting.
Replies: 3
Views: 281

Well, I tried the demo, but doesn't allow me to save. So I can't tell if this does what I want it to do. Bleagh.
by Philth
Wed Mar 02, 2005 2:43 am
Forum: Beginners Help
Topic: What is going on with my lighting.
Replies: 3
Views: 281

I found out the problem is LithUnwrap and the way it saves all model formats. I loaded the "earth.x" model from one of the tuts and it looked fine .. So I loaded it into LithUnwrap and it looked fine still. I saved it as Earth2.x without changing anything and tried my program again and it ...
by Philth
Tue Mar 01, 2005 11:39 pm
Forum: Beginners Help
Topic: What is going on with my lighting.
Replies: 3
Views: 281

What is going on with my lighting.

The shading is all pixelated on my objects. I'm using a dynamic light .. And it seems to work somewhat and then the shading just goes to huge blocks and my objects look like they're flat shaded instead of smooth. Here's an image: http://img47.exs.cx/img47/6641/wtf6hk.jpg A snippit of code is like: n...