setTextureMatrix() doesn't work on software renderer?

Started by ppparkje, August 24, 2012, 06:04:00 AM

Previous topic - Next topic

ppparkje

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.

EgonOlsen

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...

ppparkje

Oh I see... Maybe I must find other ways look similar to it.

Thanks