| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- name: "unlit"
- scale_along_z: 1
- embedded_instances {
- id: "Defold"
- data: "embedded_components {\n"
- " id: \"model\"\n"
- " type: \"model\"\n"
- " data: \"mesh: \\\"/assets/models/Defold_Logo_vertexColor.glb\\\"\\n"
- "name: \\\"{{NAME}}\\\"\\n"
- "materials {\\n"
- " name: \\\"Defold_Material\\\"\\n"
- " material: \\\"/example/vertexcolor.material\\\"\\n"
- "}\\n"
- "\"\n"
- "}\n"
- ""
- }
- embedded_instances {
- id: "camera"
- data: "components {\n"
- " id: \"orbit_camera\"\n"
- " component: \"/example/orbit_camera.script\"\n"
- " properties {\n"
- " id: \"zoom\"\n"
- " value: \"28.0\"\n"
- " type: PROPERTY_TYPE_NUMBER\n"
- " }\n"
- " properties {\n"
- " id: \"offset\"\n"
- " value: \"0.0, 0.5, 0.0\"\n"
- " type: PROPERTY_TYPE_VECTOR3\n"
- " }\n"
- "}\n"
- "embedded_components {\n"
- " id: \"camera\"\n"
- " type: \"camera\"\n"
- " data: \"aspect_ratio: 1.0\\n"
- "fov: 0.1\\n"
- "near_z: 0.1\\n"
- "far_z: 1000.0\\n"
- "auto_aspect_ratio: 1\\n"
- "\"\n"
- "}\n"
- ""
- }
|