1. 18 2月, 2022 4 次提交
  2. 17 2月, 2022 5 次提交
  3. 16 2月, 2022 4 次提交
  4. 15 2月, 2022 6 次提交
  5. 14 2月, 2022 11 次提交
  6. 12 2月, 2022 9 次提交
  7. 11 2月, 2022 1 次提交
    • T
      GLTFExporter: Fix buildORMTexture() (#23463) · 8bea2a84
      Takahiro 提交于
      Currently buildORMTexture() returns Texture.image
      if aoMap.image, roughnessMap.image, and metalnessMap.image
      are identical but it should return Texture.
      This PR fixes the problem by returning Texture.
      8bea2a84