문제

I have a problem with render to texture. The texture is mapped on each polygon instead to the whole object. Here in the Qualcomm Forum the problem described in detail again from User andreasv. Can you help me? I need to bake the texture with another program?

도움이 되었습니까?

해결책

I had this problem in a engine I work with, for me I solved it by checking the uvw channel, on my baked objects it set it to channel 3, but on export it exported channel 1, give it a try, check the id in the faces, and in your material (the bitmap in the material you apply). Try and set them both to using channel 1.

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