setTransparency rotate my object??

Started by Disastorm, July 26, 2011, 01:29:11 AM

Previous topic - Next topic

Disastorm

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. 

Nemetz

Just try to use setSortOffset, and setCulling(Object3D.CULLING_DISABLED) for your object

EgonOlsen

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.