triangle.collection 453 B

123456789101112131415161718192021222324
  1. name: "triangle"
  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/mesh.material\\\"\\n"
  9. "vertices: \\\"/example/triangle.buffer\\\"\\n"
  10. "position_stream: \\\"position\\\"\\n"
  11. "normal_stream: \\\"position\\\"\\n"
  12. "\"\n"
  13. "}\n"
  14. ""
  15. position {
  16. x: 360.0
  17. y: 360.0
  18. }
  19. scale3 {
  20. x: 100.0
  21. y: 100.0
  22. z: 100.0
  23. }
  24. }