This is a small nitpick but:
bool irr::core::plane3d< T >::isFrontFacting ( const vector3d< T > & lookDirection )
Shouldn't that be IsFrontFacing?
[/b]
code typo
why?
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.
Crucible of Stars
Crucible of Stars
oh, sorry. I just glanced quickly and all I saw was that you changed the initial lowercase to a capital, which would be inconsistant with most of irrlicht's functions. I definitely see your point about facing vs. facting, it probably is a typo. I'll look more closely next time.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.
Crucible of Stars
Crucible of Stars
Re: code typo
Ah, yes, my mistake.uzik wrote:Shouldn't that be IsFrontFacing?[/b]