box.gltf 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "asset": {
  3. "version": "2.0",
  4. "generator": "babylon.js glTF exporter for 3dsmax 2021 v20210727.3"
  5. },
  6. "scene": 0,
  7. "scenes": [
  8. {
  9. "nodes": [
  10. 0
  11. ]
  12. }
  13. ],
  14. "nodes": [
  15. {
  16. "mesh": 0,
  17. "rotation": [
  18. -0.7071068,
  19. 0,
  20. 0,
  21. 0.7071067
  22. ],
  23. "name": "Box001",
  24. "translation": [
  25. 0,
  26. 0,
  27. 0
  28. ],
  29. "scale": [
  30. 1,
  31. 1,
  32. 1
  33. ]
  34. }
  35. ],
  36. "meshes": [
  37. {
  38. "primitives": [
  39. {
  40. "attributes": {
  41. "POSITION": 1,
  42. "NORMAL": 2,
  43. "TEXCOORD_0": 3
  44. },
  45. "indices": 0,
  46. "mode": 4,
  47. "material": 0,
  48. "extensions": {
  49. "KHR_draco_mesh_compression": {
  50. "bufferView": 0,
  51. "attributes": {
  52. "POSITION": 0,
  53. "NORMAL": 1,
  54. "TEXCOORD_0": 2
  55. }
  56. }
  57. }
  58. }
  59. ],
  60. "name": "Box001"
  61. }
  62. ],
  63. "accessors": [
  64. {
  65. "componentType": 5123,
  66. "count": 36,
  67. "type": "SCALAR",
  68. "name": "accessorIndices"
  69. },
  70. {
  71. "componentType": 5126,
  72. "count": 24,
  73. "max": [
  74. 0.5000610388817677,
  75. 0.00004272721723737327,
  76. 0.5000610388817677
  77. ],
  78. "min": [
  79. -0.5000610388817677,
  80. -0.10006103888176769,
  81. -0.5000610388817677
  82. ],
  83. "type": "VEC3",
  84. "name": "accessorPositions"
  85. },
  86. {
  87. "componentType": 5126,
  88. "count": 24,
  89. "type": "VEC3",
  90. "name": "accessorNormals"
  91. },
  92. {
  93. "componentType": 5126,
  94. "count": 24,
  95. "type": "VEC2",
  96. "name": "accessorUVs"
  97. }
  98. ],
  99. "bufferViews": [
  100. {
  101. "buffer": 0,
  102. "byteOffset": 0,
  103. "byteLength": 221
  104. }
  105. ],
  106. "buffers": [
  107. {
  108. "name": "box",
  109. "byteLength": 224,
  110. "uri": "box.bin"
  111. }
  112. ],
  113. "materials": [
  114. {
  115. "name": "default",
  116. "emissiveFactor": [
  117. 0,
  118. 0,
  119. 0
  120. ],
  121. "alphaMode": "OPAQUE",
  122. "doubleSided": false
  123. }
  124. ],
  125. "extensionsRequired": [
  126. "KHR_draco_mesh_compression"
  127. ],
  128. "extensionsUsed": [
  129. "KHR_draco_mesh_compression"
  130. ]
  131. }