Search found 11 matches

by Glawe
Tue Aug 22, 2006 10:07 pm
Forum: Beginners Help
Topic: Irrlich => Osx universal binary ?
Replies: 1
Views: 154

Irrlich => Osx universal binary ?

Hello,

Just wanted to ask if the 1.0 binaries for osx are universal. And if not, should here be any problems compiling on an intel mac ?

/Glawe
by Glawe
Tue May 30, 2006 7:06 am
Forum: Beginners Help
Topic: How do I installl Irrlicht on Mac OS X?
Replies: 9
Views: 475

try to change the pragma line to:

#pragma comment(lib "libMacOSX.a") instead
by Glawe
Mon May 29, 2006 3:33 pm
Forum: Beginners Help
Topic: How do I installl Irrlicht on Mac OS X?
Replies: 9
Views: 475

Are you running the demo projects or your own code ?
by Glawe
Mon May 29, 2006 7:33 am
Forum: Beginners Help
Topic: How do I installl Irrlicht on Mac OS X?
Replies: 9
Views: 475

You need to add libMacOSX.a to the project by Add Existing file. Then you need to add Cocoa.Framework and OpenGL.Framework in Add existing framework. That should help you get rid of the linker errors :)

You can add headerfiles of you rightclick on the project in the projectbrowser and select Get ...
by Glawe
Mon May 29, 2006 6:07 am
Forum: Game Programming
Topic: IrrXML, TinyXML, MSXML, ...?
Replies: 5
Views: 2877

I dont really know exactly which one to use, but you should consider a multiplatform if you dont want to be tied up to windows (read msxml).

/Glawe
by Glawe
Sun May 28, 2006 12:32 am
Forum: Beginners Help
Topic: Inverted color
Replies: 5
Views: 184

Just tried it out with a 3d mesh and the textures on works fine there, so it seems its only when rendering 2d textures it get messed up.
by Glawe
Sat May 27, 2006 11:55 pm
Forum: Beginners Help
Topic: Inverted color
Replies: 5
Views: 184

Nop, not yet, ill make a quick test tomorrow and see if that has the same problems.
by Glawe
Sat May 27, 2006 8:49 pm
Forum: Beginners Help
Topic: Inverted color
Replies: 5
Views: 184

To get you a better idea of how it looks, heres a couple of screenshots:

http://mail.glawe.se/mac.png

http://mail.glawe.se/pc.png

(yupp, its the same source and images, the only diff is mac running irr 0.14 and the pc irr 1.0.

/Fredrik
by Glawe
Fri May 26, 2006 7:22 pm
Forum: Beginners Help
Topic: Inverted color
Replies: 5
Views: 184

Inverted color

Hello all,

I have a strange problem. I have some code rendering a few textures to the screen in 2d. The source builds and run fine on windows. When i build and run it on my mac i get inverted colors on everything. Red becomes green, green becomes blue and blue becomes black... its really strage and ...
by Glawe
Fri May 26, 2006 10:52 am
Forum: Open Discussion and Dev Announcements
Topic: MacOS and Irrlicht v1.0
Replies: 2
Views: 532

Im really looking forward to see 1.0 in Osx aswell. Oh, and 0.14 build and runs perfect on the new XCode 2.3 aswell.

Thnx for a great work to getting Irrlicht to work on Osx :)

/Glawe
by Glawe
Tue May 02, 2006 9:24 am
Forum: Beginners Help
Topic: 2D Collision Detection/Rotation?
Replies: 11
Views: 1358

Acctually i was going to post the exact same question about collition between 2 bitmaps, so if you get an answer to this id be more than happy to :)

/Glawe