收集整个场景的用到的贴图,USEDMAP会收集到重复的贴图并合并入数组,所以要自己写代码剔除掉

textrue_arrary = usedmaps()
temparrary = #()
for i =1 to textrue_arrary.count do
 (
  if finditem temparrary textrue_arrary[i] == 0 do append temparrary textrue_arrary[i]
 )
temparrary

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 1970-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
相关资源
相似解决方案