Compile in XCode. ITriangleRenderer2.cpp is where?

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Which problems do you get? The mentioned symbols are only used if they are defined somewhere, so you should not get the linker error. But since also other problems are mentioned in this thread I'm not sure what you mean.
mmasters
Posts: 11
Joined: Mon Jun 11, 2007 11:11 pm

Post by mmasters »

doh! Sorry. I was talking about the texture problem. I've checkout the code in SVN and the problem still exists. If I open up Opengl profiler and change the driver, then it all seems to work.
Michael Masters
mmasters
Posts: 11
Joined: Mon Jun 11, 2007 11:11 pm

Post by mmasters »

I've done some hunting around on this. You can look at http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=29173 for more info.
Michael Masters
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Hi, Could you try this on the Mac?

Disable the backface culling on the mesh to see if they are draw every time. It could mean that some faces normal are being flipped for an unknow reason.

For the textures on the 2 fairies and the billboard, do you have something coming out of the console? could be related to the filesystem. Could you change one code and try to load one of the texture directly (no path in the filename)
Post Reply