visibility when rotating the object

Started by zerofox, July 16, 2013, 02:04:45 AM

Previous topic - Next topic

zerofox

Hi,

when i rotating the object it seems the back of the object's texture is not visible, so its like the object visible only on the front body but when it got rotated the back body seem like it's texture not visible (transparent). How to make it visible? i hope my question is clear enough :D

EgonOlsen

Quote from: zerofox on July 16, 2013, 02:04:45 AM
i hope my question is clear enough :D
...not really... ;) Do you have a screen shot? Sounds like a modelling issue to me. You can try to do a setCulling(false); on the object. If that helps, it's a modelling issue with wrongly defined back faces.

zerofox

Quote from: EgonOlsen on July 16, 2013, 07:30:12 AM
Quote from: zerofox on July 16, 2013, 02:04:45 AM
i hope my question is clear enough :D
...not really... ;) Do you have a screen shot? Sounds like a modelling issue to me. You can try to do a setCulling(false); on the object. If that helps, it's a modelling issue with wrongly defined back faces.


it's works! thanks man. so it's a modelling issue? well i took it from a free 3d model, oh well glad thats it working now. :D

EgonOlsen

Yes, it's a modelling issue then. Even it works this way, it would be better for performance if the model would have proper backfaces defined.