Hello, I call setTransparency and it seems to be rotating my object or something, since my object becomes upside down. Have you seen this before? It actually looks a little stranger than that like maybe it only rotates part of my object or something.
Just try to use setSortOffset, and setCulling(Object3D.CULLING_DISABLED) for your object
setSortOffset() makes sense only if multiple objects are involved. I guess what you see there is the overlapping/sorting issue with transparent objects. setTransparency() has definitely absolutely nothing to do with any kind of rotations.
Anyway, a screen shot might help.