File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,3 +59,78 @@ embedded_instances {
5959 "}\n"
6060 ""
6161}
62+ embedded_instances {
63+ id: "lights"
64+ children: "directional_light"
65+ data: "embedded_components {\n"
66+ " id: \"ambient_light\"\n"
67+ " type: \"ambient_light\"\n"
68+ " data: \"data {\\n"
69+ " struct {\\n"
70+ " fields {\\n"
71+ " key: \\\"color\\\"\\n"
72+ " value {\\n"
73+ " list {\\n"
74+ " values {\\n"
75+ " number: 1.0\\n"
76+ " }\\n"
77+ " values {\\n"
78+ " number: 1.0\\n"
79+ " }\\n"
80+ " values {\\n"
81+ " number: 1.0\\n"
82+ " }\\n"
83+ " }\\n"
84+ " }\\n"
85+ " }\\n"
86+ " fields {\\n"
87+ " key: \\\"intensity\\\"\\n"
88+ " value {\\n"
89+ " number: 0.25\\n"
90+ " }\\n"
91+ " }\\n"
92+ " }\\n"
93+ "}\\n"
94+ "\"\n"
95+ "}\n"
96+ ""
97+ }
98+ embedded_instances {
99+ id: "directional_light"
100+ data: "embedded_components {\n"
101+ " id: \"directional_light\"\n"
102+ " type: \"directional_light\"\n"
103+ " data: \"data {\\n"
104+ " struct {\\n"
105+ " fields {\\n"
106+ " key: \\\"color\\\"\\n"
107+ " value {\\n"
108+ " list {\\n"
109+ " values {\\n"
110+ " number: 1.0\\n"
111+ " }\\n"
112+ " values {\\n"
113+ " number: 1.0\\n"
114+ " }\\n"
115+ " values {\\n"
116+ " number: 1.0\\n"
117+ " }\\n"
118+ " }\\n"
119+ " }\\n"
120+ " }\\n"
121+ " fields {\\n"
122+ " key: \\\"intensity\\\"\\n"
123+ " value {\\n"
124+ " number: 0.85\\n"
125+ " }\\n"
126+ " }\\n"
127+ " }\\n"
128+ "}\\n"
129+ "\"\n"
130+ "}\n"
131+ ""
132+ rotation {
133+ x: -0.49629867
134+ w: 0.86815184
135+ }
136+ }
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ embedded_components {
88 "name: \" {{NAME}}\" \n "
99 "materials {\n "
1010 " name: \" M_Joints\" \n "
11- " material: \" /builtins/materials/model_skinned_instanced .material\" \n "
11+ " material: \" /builtins/materials/model_skinned_instanced_lit .material\" \n "
1212 " textures {\n "
1313 " sampler: \" tex0\" \n "
1414 " texture: \" /main/man.png\" \n "
1515 " }\n "
1616 "}\n "
1717 "materials {\n "
1818 " name: \" M_Main\" \n "
19- " material: \" /builtins/materials/model_skinned_instanced .material\" \n "
19+ " material: \" /builtins/materials/model_skinned_instanced_lit .material\" \n "
2020 " textures {\n "
2121 " sampler: \" tex0\" \n "
2222 " texture: \" /main/man.png\" \n "
You can’t perform that action at this time.
0 commit comments