문제

I just started using Blender yesterday so please go easy. I'm using Blender 2.64a on OS X.

I created this scene: a single plane and a playing card (a flattened cube).

The top and bottom faces of cube each have their own material and texture (the card face images). In the example render I simply duplicated a card and then rotated it so that I could see its "back".

The back texture is inverted while the front face is correct. I'm obviously doing something wrong.

I haven't changed any other settings.

Thank you in advance, CS

enter image description here

도움이 되었습니까?

해결책

Double check that your "mapping" properties are set up properly. The default viewport in blender always shows UV-mapped textures, even if the material uses a generated mapping.

A hot tip is to turn on GLSL in the viewport, since that will more accurately display your materials than Multitextured.

다른 팁

Probably the normals are wrong. To check this go in edit mode and enable Normals: / Face. Select all faces or vertices and recalculate them. If there are still normals ponting in the wrong direction you need to flip them manually.

Have a look at the 2nd part of blender export / one sided polygons to get more details and screenshots.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top