Hi
I tried to apply texture matrix to object. It worked on opengl renderer, but not on software renderer.
other texture-relating functions (like invertTextureCoords()..) works fine.
No, it's not supported by the software renderer. The docs state that indirectly by saying that it only works reliable on compiled objects. And you can't use compiled objects for the software renderer, so...
Oh I see... Maybe I must find other ways look similar to it.
Thanks