安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
I am working on a different model now that is mirrored twice in itself and where i really need to overlap all the faces that are the same in shape and are supposed to be the same color after texturing too.
The amount of identical faces is 8 in this case, so i could save 7 times texture space when overlapping in contrast to having them all next to each other.
Questions:
1.: How can i make sure i overlap the UV-Islands correctly?
2.: How can i bake the surface and how can i make a lightmap if the faces will be lit up differently by my lightsource, but have the same space on the map?
Greetings, VII.
2 : In Blender, a "light map" is basically a full render, simply place point lights around the model and do a full render bake, then use that as an overlay for your texture.
As for your question about baking in detail, you're on the right track, and this all depends on your workflow. Personally, I've started using Zbrush to make sculpts, within that program i do retopology, and then use xNormal to bake my maps. Most of the detail in my textures comes from using one of the channels (usually green) from the bent normals bake.
Also keep in mind, the texture size limit is what the game compiles the texture file down to, for example, I've been working on some items that require a 256hx256w size, however, while authoring the texturing, i've actually been using 2048hx2048w, which the game will accept and automatically change when you submit the item.