texturedmesh.collection 870 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: "texturedmesh"
  2. scale_along_z: 0
  3. embedded_instances {
  4. id: "go"
  5. data: "embedded_components {\n"
  6. " id: \"mesh\"\n"
  7. " type: \"mesh\"\n"
  8. " data: \"material: \\\"/example/texturedmesh.material\\\"\\n"
  9. "vertices: \\\"/example/quad.buffer\\\"\\n"
  10. "textures: \\\"/example/floor_ground_grass.png\\\"\\n"
  11. "primitive_type: PRIMITIVE_TRIANGLE_STRIP\\n"
  12. "position_stream: \\\"position\\\"\\n"
  13. "normal_stream: \\\"position\\\"\\n"
  14. "\"\n"
  15. "}\n"
  16. ""
  17. }
  18. embedded_instances {
  19. id: "camera"
  20. data: "components {\n"
  21. " id: \"orbit_camera\"\n"
  22. " component: \"/example/orbit_camera.script\"\n"
  23. "}\n"
  24. "embedded_components {\n"
  25. " id: \"camera\"\n"
  26. " type: \"camera\"\n"
  27. " data: \"aspect_ratio: 1.0\\n"
  28. "fov: 0.7854\\n"
  29. "near_z: 0.01\\n"
  30. "far_z: 1000.0\\n"
  31. "auto_aspect_ratio: 1\\n"
  32. "\"\n"
  33. "}\n"
  34. ""
  35. position {
  36. z: 6.0
  37. }
  38. }