Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. {
  2. "_eventListeners": {},
  3. "uuid": "502E9D5F-A22C-4D97-B0A3-A7030AC41922",
  4. "name": "",
  5. "type": "Mesh",
  6. "parent": null,
  7. "channels": {
  8. "mask": 1
  9. },
  10. "children": [],
  11. "up": {
  12. "x": 0,
  13. "y": 1,
  14. "z": 0
  15. },
  16. "position": {
  17. "x": 0,
  18. "y": 0,
  19. "z": 0
  20. },
  21. "rotation": {
  22. "_x": 0,
  23. "_y": 0,
  24. "_z": 0,
  25. "_order": "XYZ"
  26. },
  27. "quaternion": {
  28. "_x": 0,
  29. "_y": 0,
  30. "_z": 0,
  31. "_w": 1
  32. },
  33. "scale": {
  34. "x": 1,
  35. "y": 1,
  36. "z": 1
  37. },
  38. "rotationAutoUpdate": true,
  39. "matrix": {
  40. "elements": {
  41. "0": 1,
  42. "1": 0,
  43. "2": 0,
  44. "3": 0,
  45. "4": 0,
  46. "5": 1,
  47. "6": 0,
  48. "7": 0,
  49. "8": 0,
  50. "9": 0,
  51. "10": 1,
  52. "11": 0,
  53. "12": 0,
  54. "13": 0,
  55. "14": 0,
  56. "15": 1
  57. }
  58. },
  59. "matrixWorld": {
  60. "elements": {
  61. "0": 1,
  62. "1": 0,
  63. "2": 0,
  64. "3": 0,
  65. "4": 0,
  66. "5": 1,
  67. "6": 0,
  68. "7": 0,
  69. "8": 0,
  70. "9": 0,
  71. "10": 1,
  72. "11": 0,
  73. "12": 0,
  74. "13": 0,
  75. "14": 0,
  76. "15": 1
  77. }
  78. },
  79. "matrixAutoUpdate": true,
  80. "matrixWorldNeedsUpdate": false,
  81. "visible": true,
  82. "castShadow": false,
  83. "receiveShadow": false,
  84. "frustumCulled": true,
  85. "renderOrder": 0,
  86. "userData": {},
  87. "geometry": {
  88. "metadata": {
  89. "version": 4.4,
  90. "type": "Geometry",
  91. "generator": "Geometry.toJSON"
  92. },
  93. "uuid": "2986A6E7-0832-4BE2-AD86-B57A194C3841",
  94. "type": "ParametricGeometry",
  95. "slices": 10,
  96. "stacks": 800
  97. },
  98. "material": {
  99. "metadata": {
  100. "version": 4.4,
  101. "type": "Material",
  102. "generator": "Material.toJSON"
  103. },
  104. "uuid": "7E19944D-53FF-4B09-A9DA-F45B658C8F76",
  105. "type": "MeshBasicMaterial",
  106. "color": 16777215,
  107. "vertexColors": 2,
  108. "side": 2
  109. },
  110. "_physijs": {
  111. "type": null,
  112. "id": 1,
  113. "mass": 1,
  114. "touches": [],
  115. "linearVelocity": {
  116. "x": 0,
  117. "y": 0,
  118. "z": 0
  119. },
  120. "angularVelocity": {
  121. "x": 0,
  122. "y": 0,
  123. "z": 0
  124. }
  125. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement