unlit.collection 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: "unlit"
  2. scale_along_z: 1
  3. embedded_instances {
  4. id: "train"
  5. data: "embedded_components {\n"
  6. " id: \"model\"\n"
  7. " type: \"model\"\n"
  8. " data: \"mesh: \\\"/assets/models/kenney_train-kit/train-locomotive-b.glb\\\"\\n"
  9. "name: \\\"{{NAME}}\\\"\\n"
  10. "materials {\\n"
  11. " name: \\\"colormap\\\"\\n"
  12. " material: \\\"/example/unlit.material\\\"\\n"
  13. " textures {\\n"
  14. " sampler: \\\"texture0\\\"\\n"
  15. " texture: \\\"/assets/models/kenney_train-kit/Textures/colormap.png\\\"\\n"
  16. " }\\n"
  17. "}\\n"
  18. "\"\n"
  19. "}\n"
  20. ""
  21. }
  22. embedded_instances {
  23. id: "camera"
  24. data: "components {\n"
  25. " id: \"orbit_camera\"\n"
  26. " component: \"/example/orbit_camera.script\"\n"
  27. " properties {\n"
  28. " id: \"zoom\"\n"
  29. " value: \"7.0\"\n"
  30. " type: PROPERTY_TYPE_NUMBER\n"
  31. " }\n"
  32. " properties {\n"
  33. " id: \"offset\"\n"
  34. " value: \"0.0, 0.5, 0.0\"\n"
  35. " type: PROPERTY_TYPE_VECTOR3\n"
  36. " }\n"
  37. "}\n"
  38. "embedded_components {\n"
  39. " id: \"camera\"\n"
  40. " type: \"camera\"\n"
  41. " data: \"aspect_ratio: 1.0\\n"
  42. "fov: 0.7854\\n"
  43. "near_z: 0.1\\n"
  44. "far_z: 1000.0\\n"
  45. "auto_aspect_ratio: 1\\n"
  46. "\"\n"
  47. "}\n"
  48. ""
  49. rotation {
  50. x: -0.26769933
  51. y: 0.3956773
  52. z: 0.12174567
  53. w: 0.8700313
  54. }
  55. }