安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
What are the default sizes? Would be good to state them so asset authors can check their thumbnails / tooltips.
Sizes added.
Great guide, thank you for writing it. I wanted to ask if you could please clarify what "material" refers to in the guide, thanks.
Kind regards,
PEWEX
Another way to look at it: you define a material to group some textures together.
Materials and textures are used in Blender, 3DS Max, Unity, and others.
Ronyx69 posted some good info here: https://cslmodding.info/asset/building/#resolution
Also from R69:
Good discord servers for asset creators:
* Ronyx69 discord[discord.gg]
* Terminus
https://en.wikipedia.org/wiki/Power_of_two#The_0th_through_95th_powers_of_two
Note that R69 found minimum size is 32x32 so anything smaller than 32 should be flagged as invalid.
Also edited previous comment with some extra infos.
- dimension 281 (x or y) breaks the "main" LOD (or mipmap level 0) because 281 is not divisible by two at all
- dimension 282 is better because it is 2 * 141. It breaks mipmap level 1.
- dimension 192 is almost flawless because it is 2^6 * 3. You need to zoom out really far to see the texture problem.
The above is actually logged in output_log.txt if you look carefully.
I'll add the wiki link.
Just wondering if sharing still works if diffuse was only different and other maps (s, n, a) were exactly the same?
If you can make the diffuses identical, too, then sharing is possible at the 'material' level which is even more efficient from a resource sharing and saving viewpoint.
As discussed above, I recommend LOD material sharing, in particular.