1. 11 3月, 2018 3 次提交
  2. 09 3月, 2018 1 次提交
  3. 02 3月, 2018 1 次提交
  4. 28 2月, 2018 1 次提交
  5. 27 2月, 2018 5 次提交
  6. 26 2月, 2018 1 次提交
  7. 25 2月, 2018 3 次提交
  8. 24 2月, 2018 5 次提交
  9. 23 2月, 2018 1 次提交
  10. 22 2月, 2018 8 次提交
  11. 21 2月, 2018 1 次提交
  12. 20 2月, 2018 1 次提交
  13. 19 2月, 2018 1 次提交
  14. 18 2月, 2018 1 次提交
  15. 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
  16. 04 2月, 2018 1 次提交
  17. 02 2月, 2018 1 次提交
  18. 01 2月, 2018 1 次提交
  19. 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
  20. 23 1月, 2018 1 次提交