Mainscene.ls 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "version":"LAYASCENE3D:02",
  3. "data":{
  4. "type":"Scene3D",
  5. "props":{
  6. "name":"Mainscene",
  7. "ambientColor":[
  8. 0.212,
  9. 0.227,
  10. 0.259
  11. ],
  12. "lightmaps":[],
  13. "enableFog":false,
  14. "fogStart":0,
  15. "fogRange":300,
  16. "fogColor":[
  17. 0.5,
  18. 0.5,
  19. 0.5
  20. ]
  21. },
  22. "child":[
  23. {
  24. "type":"Camera",
  25. "instanceID":0,
  26. "props":{
  27. "name":"Main Camera",
  28. "active":true,
  29. "isStatic":false,
  30. "layer":0,
  31. "position":[
  32. 0,
  33. 10,
  34. -12
  35. ],
  36. "rotation":[
  37. 0,
  38. 0.9961947,
  39. 0.08715578,
  40. 0
  41. ],
  42. "scale":[
  43. 1,
  44. 1,
  45. 1
  46. ],
  47. "clearFlag":1,
  48. "orthographic":false,
  49. "orthographicVerticalSize":10,
  50. "fieldOfView":60,
  51. "enableHDR":true,
  52. "nearPlane":0.3,
  53. "farPlane":1000,
  54. "viewport":[
  55. 0,
  56. 0,
  57. 1,
  58. 1
  59. ],
  60. "clearColor":[
  61. 0.1921569,
  62. 0.3019608,
  63. 0.4745098,
  64. 0
  65. ]
  66. },
  67. "components":[],
  68. "child":[]
  69. },
  70. {
  71. "type":"DirectionLight",
  72. "instanceID":1,
  73. "props":{
  74. "name":"Directional light",
  75. "active":true,
  76. "isStatic":false,
  77. "layer":0,
  78. "position":[
  79. -3.037275,
  80. 3.238948,
  81. -14.55675
  82. ],
  83. "rotation":[
  84. 0.1093816,
  85. 0.8754261,
  86. 0.4082179,
  87. -0.2345697
  88. ],
  89. "scale":[
  90. 1,
  91. 1,
  92. 1
  93. ],
  94. "intensity":1,
  95. "lightmapBakedType":0,
  96. "color":[
  97. 1,
  98. 1,
  99. 1
  100. ]
  101. },
  102. "components":[],
  103. "child":[]
  104. }
  105. ]
  106. }
  107. }