PDA

View Full Version : Texture applid on a plane gets inverted in one of its the sides


Renato Lima
03-14-2011, 05:45 PM
When I apply a texture to a plane, it shows correctly on one of its sides (for instance a picture with a text would read A,B,C,D) but when I look at it from the other site it becomes "D,C,B,A"); how can I fix it?

Thank you so very much!

farshizzo
03-14-2011, 06:16 PM
Try creating a thin box instead, using the vizshape module:quad = vizshape.addBox([1,1,0.01])
quad.texture(tex)