1. 27 2月, 2018 1 次提交
  2. 26 2月, 2018 1 次提交
  3. 25 2月, 2018 3 次提交
  4. 24 2月, 2018 5 次提交
  5. 23 2月, 2018 1 次提交
  6. 22 2月, 2018 8 次提交
  7. 21 2月, 2018 1 次提交
  8. 20 2月, 2018 1 次提交
  9. 19 2月, 2018 1 次提交
  10. 18 2月, 2018 1 次提交
  11. 14 2月, 2018 1 次提交
    • S
      Update GLTFExporter.js · 76eed436
      selimbek 提交于
      As described in gltf specification, (UNSIGNED_INT) is 4 bytes. 
      This commit solve the fact that the exporter failed to export correctly assets containing faces with vertexe's indexes above than 255.
      76eed436
  12. 04 2月, 2018 1 次提交
  13. 02 2月, 2018 1 次提交
  14. 01 2月, 2018 1 次提交
  15. 31 1月, 2018 2 次提交
    • C
      Update GLTFExporter.js · 41df3c94
      Christopher Cook 提交于
      Update padding
      41df3c94
    • C
      GLTFExporter: force node names to be strings. · e22f146e
      Christopher Cook 提交于
      If an object name is a number it is currently copied to the gltfNode as a number. This results in gltf validator errors:
      
       "code": "TYPE_MISMATCH",
                      "message": "Type mismatch. Property value 26 is not a 'string'.",
                      "severity": 0,
                      "pointer": "/nodes/1/name"
      
      This change ensures gltfNode.name is a string in all cases.
      e22f146e
  16. 23 1月, 2018 1 次提交
  17. 15 1月, 2018 1 次提交
  18. 29 12月, 2017 2 次提交
  19. 27 12月, 2017 1 次提交
  20. 26 12月, 2017 1 次提交
  21. 25 12月, 2017 2 次提交
  22. 12 12月, 2017 1 次提交
  23. 24 11月, 2017 1 次提交
  24. 22 11月, 2017 1 次提交