pgtools 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +25 -0
- data/bin/bxm_decoder +2 -0
- data/bin/bxm_encoder +2 -0
- data/bin/clh_convert +2 -0
- data/bin/clp_convert +2 -0
- data/bin/clw_convert +2 -0
- data/bin/dat_creator +2 -0
- data/bin/dat_extractor +2 -0
- data/bin/dat_ls +2 -0
- data/bin/eff_idd_creator +2 -0
- data/bin/eff_idd_extractor +2 -0
- data/bin/exp_convert_wiiu_pc +2 -0
- data/bin/exp_tool +2 -0
- data/bin/mot_convert_wiiu_pc +2 -0
- data/bin/mot_tool +2 -0
- data/bin/pkz_extractor +2 -0
- data/bin/scr_creator +2 -0
- data/bin/scr_extractor +2 -0
- data/bin/wmb_cleanup +2 -0
- data/bin/wmb_common_bones +2 -0
- data/bin/wmb_convert_pc_switch +2 -0
- data/bin/wmb_convert_wiiu_pc +2 -0
- data/bin/wmb_export_assimp +2 -0
- data/bin/wmb_get_bone_map +2 -0
- data/bin/wmb_import_assimp +2 -0
- data/bin/wmb_import_nier +2 -0
- data/bin/wmb_import_wiiu +2 -0
- data/bin/wtb_convert_wiiu_pc +2 -0
- data/bin/wtx_creator +2 -0
- data/bin/wtx_extractor +2 -0
- data/lib/bayonetta/alignment.rb +14 -0
- data/lib/bayonetta/bone.rb +55 -0
- data/lib/bayonetta/bxm.rb +180 -0
- data/lib/bayonetta/clh.rb +159 -0
- data/lib/bayonetta/clp.rb +212 -0
- data/lib/bayonetta/clw.rb +166 -0
- data/lib/bayonetta/dat.rb +261 -0
- data/lib/bayonetta/eff.rb +314 -0
- data/lib/bayonetta/endianness.rb +53 -0
- data/lib/bayonetta/exp.rb +768 -0
- data/lib/bayonetta/linalg.rb +416 -0
- data/lib/bayonetta/material_database.yaml +2581 -0
- data/lib/bayonetta/mot.rb +763 -0
- data/lib/bayonetta/pkz.rb +63 -0
- data/lib/bayonetta/scr.rb +393 -0
- data/lib/bayonetta/tools/bxm_decoder.rb +23 -0
- data/lib/bayonetta/tools/bxm_encoder.rb +37 -0
- data/lib/bayonetta/tools/clh_convert.rb +60 -0
- data/lib/bayonetta/tools/clp_convert.rb +70 -0
- data/lib/bayonetta/tools/clw_convert.rb +60 -0
- data/lib/bayonetta/tools/dat_creator.rb +57 -0
- data/lib/bayonetta/tools/dat_extractor.rb +94 -0
- data/lib/bayonetta/tools/dat_ls.rb +106 -0
- data/lib/bayonetta/tools/eff_idd_creator.rb +66 -0
- data/lib/bayonetta/tools/eff_idd_extractor.rb +73 -0
- data/lib/bayonetta/tools/exp_convert_wiiu_pc.rb +33 -0
- data/lib/bayonetta/tools/exp_tool.rb +48 -0
- data/lib/bayonetta/tools/mot_convert_wiiu_pc.rb +33 -0
- data/lib/bayonetta/tools/mot_tool.rb +60 -0
- data/lib/bayonetta/tools/pkz_extractor.rb +75 -0
- data/lib/bayonetta/tools/scr_creator.rb +63 -0
- data/lib/bayonetta/tools/scr_extractor.rb +78 -0
- data/lib/bayonetta/tools/wmb_cleanup.rb +250 -0
- data/lib/bayonetta/tools/wmb_common_bones.rb +45 -0
- data/lib/bayonetta/tools/wmb_convert_pc_switch.rb +35 -0
- data/lib/bayonetta/tools/wmb_convert_wiiu_pc.rb +33 -0
- data/lib/bayonetta/tools/wmb_export_assimp.rb +479 -0
- data/lib/bayonetta/tools/wmb_get_bone_map.rb +50 -0
- data/lib/bayonetta/tools/wmb_import_assimp.rb +735 -0
- data/lib/bayonetta/tools/wmb_import_geometry_wiiu_pc.rb +472 -0
- data/lib/bayonetta/tools/wmb_import_nier.rb +309 -0
- data/lib/bayonetta/tools/wtb_convert_wiiu_pc.rb +95 -0
- data/lib/bayonetta/tools/wtb_import_textures.rb +103 -0
- data/lib/bayonetta/tools/wtx_creator.rb +69 -0
- data/lib/bayonetta/tools/wtx_extractor.rb +85 -0
- data/lib/bayonetta/vertex_types.yaml +213 -0
- data/lib/bayonetta/vertex_types2.yaml +164 -0
- data/lib/bayonetta/vertex_types_nier.yaml +145 -0
- data/lib/bayonetta/wmb.rb +2443 -0
- data/lib/bayonetta/wmb3.rb +759 -0
- data/lib/bayonetta/wtb.rb +481 -0
- data/lib/bayonetta.rb +60 -0
- metadata +254 -0
@@ -0,0 +1,2581 @@
|
|
1
|
+
---
|
2
|
+
0:
|
3
|
+
:size: 8
|
4
|
+
1:
|
5
|
+
:size: 8
|
6
|
+
12:
|
7
|
+
:size: 372
|
8
|
+
48:
|
9
|
+
:size: 104
|
10
|
+
:shader: modelshaderbgs00_xxxxx
|
11
|
+
:layout:
|
12
|
+
Color_1: sampler2D_t
|
13
|
+
bias: f4_float_t
|
14
|
+
ingored0: f4_ignored_t
|
15
|
+
fog: f4_float3_t
|
16
|
+
fognear: f4_float_t
|
17
|
+
fogfar: f4_float_t
|
18
|
+
ingored1: f4_ignored_t
|
19
|
+
49:
|
20
|
+
:size: 192
|
21
|
+
:shader: modelshaderbgs01_xxxxx
|
22
|
+
:layout:
|
23
|
+
Color_1: sampler2D_t
|
24
|
+
lightmap: sampler2D_t
|
25
|
+
reliefmap: sampler2D_t
|
26
|
+
Color_1_Tile: f4_float2_t
|
27
|
+
bias: f4_float_t
|
28
|
+
depth: f4_float_t
|
29
|
+
tile: f4_float2_t
|
30
|
+
diffuse: f4_float3_t
|
31
|
+
ingored0: f4_ignored_t
|
32
|
+
fog: f4_float3_t
|
33
|
+
fognear: f4_float_t
|
34
|
+
fogfar: f4_float_t
|
35
|
+
lightpos2: f4_float4_t
|
36
|
+
diffuse2: f4_float3_t
|
37
|
+
50:
|
38
|
+
:size: 228
|
39
|
+
:shader: modelshaderbgs02_xxxxx
|
40
|
+
:layout:
|
41
|
+
Color_1: sampler2D_t
|
42
|
+
lightmap: sampler2D_t
|
43
|
+
reliefmap: sampler2D_t
|
44
|
+
envmap: samplerCUBE_t
|
45
|
+
Color_1_Tile: f4_float2_t
|
46
|
+
bias: f4_float_t
|
47
|
+
depth: f4_float_t
|
48
|
+
tile: f4_float2_t
|
49
|
+
blend: f4_float_t
|
50
|
+
Env_Amb_Param: f4_float_t
|
51
|
+
diffuse: f4_float3_t
|
52
|
+
ingored0: f4_ignored_t
|
53
|
+
fog: f4_float3_t
|
54
|
+
fognear: f4_float_t
|
55
|
+
fogfar: f4_float_t
|
56
|
+
lightpos2: f4_float4_t
|
57
|
+
diffuse2: f4_float3_t
|
58
|
+
51:
|
59
|
+
:size: 212
|
60
|
+
:shader: modelshaderbgs04_xxxxx
|
61
|
+
:layout:
|
62
|
+
Color_1: sampler2D_t
|
63
|
+
Color_2: sampler2D_t
|
64
|
+
lightmap: sampler2D_t
|
65
|
+
reliefmap: sampler2D_t
|
66
|
+
Color_1_Tile: f4_float2_t
|
67
|
+
Color_2_Tile: f4_float2_t
|
68
|
+
bias: f4_float_t
|
69
|
+
depth: f4_float_t
|
70
|
+
tile: f4_float2_t
|
71
|
+
diffuse: f4_float3_t
|
72
|
+
ingored0: f4_ignored_t
|
73
|
+
fog: f4_float3_t
|
74
|
+
fognear: f4_float_t
|
75
|
+
fogfar: f4_float_t
|
76
|
+
lightpos2: f4_float4_t
|
77
|
+
diffuse2: f4_float3_t
|
78
|
+
52:
|
79
|
+
:size: 248
|
80
|
+
:shader: modelshaderbgs05_xxxxx
|
81
|
+
:layout:
|
82
|
+
Color_1: sampler2D_t
|
83
|
+
Color_2: sampler2D_t
|
84
|
+
lightmap: sampler2D_t
|
85
|
+
reliefmap: sampler2D_t
|
86
|
+
envmap: samplerCUBE_t
|
87
|
+
Color_1_Tile: f4_float2_t
|
88
|
+
Color_2_Tile: f4_float2_t
|
89
|
+
bias: f4_float_t
|
90
|
+
depth: f4_float_t
|
91
|
+
tile: f4_float2_t
|
92
|
+
blend: f4_float_t
|
93
|
+
Env_Amb_Param: f4_float_t
|
94
|
+
diffuse: f4_float3_t
|
95
|
+
ingored0: f4_ignored_t
|
96
|
+
fog: f4_float3_t
|
97
|
+
fognear: f4_float_t
|
98
|
+
fogfar: f4_float_t
|
99
|
+
lightpos2: f4_float4_t
|
100
|
+
diffuse2: f4_float3_t
|
101
|
+
53:
|
102
|
+
:size: 232
|
103
|
+
:shader: modelshaderbgs06_xxxxx
|
104
|
+
:layout:
|
105
|
+
Color_1: sampler2D_t
|
106
|
+
Color_2: sampler2D_t
|
107
|
+
Color_3: sampler2D_t
|
108
|
+
lightmap: sampler2D_t
|
109
|
+
reliefmap: sampler2D_t
|
110
|
+
Color_1_Tile: f4_float2_t
|
111
|
+
Color_2_Tile: f4_float2_t
|
112
|
+
Color_3_Tile: f4_float2_t
|
113
|
+
bias: f4_float_t
|
114
|
+
depth: f4_float_t
|
115
|
+
tile: f4_float2_t
|
116
|
+
diffuse: f4_float3_t
|
117
|
+
ingored0: f4_ignored_t
|
118
|
+
fog: f4_float3_t
|
119
|
+
fognear: f4_float_t
|
120
|
+
fogfar: f4_float_t
|
121
|
+
lightpos2: f4_float4_t
|
122
|
+
diffuse2: f4_float3_t
|
123
|
+
54:
|
124
|
+
:size: 356
|
125
|
+
:shader: modelshaderbgs07_xxxxx
|
126
|
+
:layout:
|
127
|
+
Color_1: sampler2D_t
|
128
|
+
lightmap: sampler2D_t
|
129
|
+
envmap: samplerCUBE_t
|
130
|
+
effectmap: sampler2D_t
|
131
|
+
Color_1_Tile: f4_float2_t
|
132
|
+
bias: f4_float_t
|
133
|
+
depth: f4_float_t
|
134
|
+
tile: f4_float2_t
|
135
|
+
blend: f4_float_t
|
136
|
+
dist: f4_float_t
|
137
|
+
refract_distortion: f4_float_t
|
138
|
+
env_distortion: f4_float_t
|
139
|
+
shadow_distortion: f4_float_t
|
140
|
+
blend_func: f4_float_t
|
141
|
+
test_func: f4_float_t
|
142
|
+
test_color: f4_float3_t
|
143
|
+
diffuse: f4_float3_t
|
144
|
+
ingored0: f4_ignored_t
|
145
|
+
ingored1: f4_ignored_t
|
146
|
+
fog: f4_float3_t
|
147
|
+
fognear: f4_float_t
|
148
|
+
fogfar: f4_float_t
|
149
|
+
ingored2: f4_ignored_t
|
150
|
+
lightpos2: f4_float4_t
|
151
|
+
diffuse2: f4_float3_t
|
152
|
+
55:
|
153
|
+
:size: 216
|
154
|
+
:shader: modelshaderbos00_bxnxx
|
155
|
+
:layout:
|
156
|
+
Color_1: sampler2D_t
|
157
|
+
Color_2: sampler2D_t
|
158
|
+
lightmap: sampler2D_t
|
159
|
+
reliefmap: sampler2D_t
|
160
|
+
envmap: samplerCUBE_t
|
161
|
+
Color_1_Tile: f4_float2_t
|
162
|
+
Color_2_Tile: f4_float2_t
|
163
|
+
depth: f4_float_t
|
164
|
+
blend: f4_float_t
|
165
|
+
Env_Amb_Param: f4_float_t
|
166
|
+
fog: f4_float3_t
|
167
|
+
fognear: f4_float_t
|
168
|
+
fogfar: f4_float_t
|
169
|
+
lightpos: f4_float4_t
|
170
|
+
light_col: f4_float3_t
|
171
|
+
lightpos2: f4_float4_t
|
172
|
+
light_col2: f4_float3_t
|
173
|
+
56:
|
174
|
+
:size: 212
|
175
|
+
:shader: modelshaderobs00_bxnxx
|
176
|
+
:layout:
|
177
|
+
Color_1: sampler2D_t
|
178
|
+
reliefmap: sampler2D_t
|
179
|
+
envmap: samplerCUBE_t
|
180
|
+
Spec_Mask: sampler2D_t
|
181
|
+
Color_1_Tile: f4_float2_t
|
182
|
+
depth: f4_float_t
|
183
|
+
tile: f4_float2_t
|
184
|
+
blend: f4_float_t
|
185
|
+
Env_Amb_Param: f4_float_t
|
186
|
+
fog: f4_float3_t
|
187
|
+
fognear: f4_float_t
|
188
|
+
fogfar: f4_float_t
|
189
|
+
lightpos: f4_float4_t
|
190
|
+
light_col: f4_float3_t
|
191
|
+
lightpos2: f4_float4_t
|
192
|
+
light_col2: f4_float3_t
|
193
|
+
57:
|
194
|
+
:size: 212
|
195
|
+
:shader: modelshaderobs01_bxnxx
|
196
|
+
:layout:
|
197
|
+
Color_1: sampler2D_t
|
198
|
+
lightmap: sampler2D_t
|
199
|
+
reliefmap: sampler2D_t
|
200
|
+
envmap: samplerCUBE_t
|
201
|
+
Color_1_Tile: f4_float2_t
|
202
|
+
depth: f4_float_t
|
203
|
+
tile: f4_float2_t
|
204
|
+
blend: f4_float_t
|
205
|
+
Env_Amb_Param: f4_float_t
|
206
|
+
fog: f4_float3_t
|
207
|
+
fognear: f4_float_t
|
208
|
+
fogfar: f4_float_t
|
209
|
+
lightpos: f4_float4_t
|
210
|
+
light_col: f4_float3_t
|
211
|
+
lightpos2: f4_float4_t
|
212
|
+
light_col2: f4_float3_t
|
213
|
+
58:
|
214
|
+
:size: 212
|
215
|
+
:shader: modelshaderobs01_bunxx
|
216
|
+
:layout:
|
217
|
+
Color_1: sampler2D_t
|
218
|
+
lightmap: sampler2D_t
|
219
|
+
reliefmap: sampler2D_t
|
220
|
+
envmap: samplerCUBE_t
|
221
|
+
Color_1_Tile: f4_float2_t
|
222
|
+
depth: f4_float_t
|
223
|
+
tile: f4_float2_t
|
224
|
+
blend: f4_float_t
|
225
|
+
Env_Amb_Param: f4_float_t
|
226
|
+
fog: f4_float3_t
|
227
|
+
fognear: f4_float_t
|
228
|
+
fogfar: f4_float_t
|
229
|
+
lightpos: f4_float4_t
|
230
|
+
light_col: f4_float3_t
|
231
|
+
lightpos2: f4_float4_t
|
232
|
+
light_col2: f4_float3_t
|
233
|
+
59:
|
234
|
+
:size: 172
|
235
|
+
:shader: modelshaderetc00_bxxxx
|
236
|
+
:layout:
|
237
|
+
Color_1: sampler2D_t
|
238
|
+
envmap: samplerCUBE_t
|
239
|
+
Color_1_Tile: f4_float2_t
|
240
|
+
blend: f4_float_t
|
241
|
+
Env_Amb_Param: f4_float_t
|
242
|
+
fog: f4_float3_t
|
243
|
+
fognear: f4_float_t
|
244
|
+
fogfar: f4_float_t
|
245
|
+
ingored0: f4_ignored_t
|
246
|
+
ingored1: f4_ignored_t
|
247
|
+
ingored2: f4_ignored_t
|
248
|
+
ingored3: f4_ignored_t
|
249
|
+
60:
|
250
|
+
:size: 212
|
251
|
+
:shader: modelshaderetc01_bxnxx
|
252
|
+
:layout:
|
253
|
+
Color_1: sampler2D_t
|
254
|
+
reliefmap: sampler2D_t
|
255
|
+
envmap: samplerCUBE_t
|
256
|
+
Spec_Mask: sampler2D_t
|
257
|
+
Color_1_Tile: f4_float2_t
|
258
|
+
depth: f4_float_t
|
259
|
+
tile: f4_float2_t
|
260
|
+
blend: f4_float_t
|
261
|
+
Env_Amb_Param: f4_float_t
|
262
|
+
fog: f4_float3_t
|
263
|
+
fognear: f4_float_t
|
264
|
+
fogfar: f4_float_t
|
265
|
+
lightpos: f4_float4_t
|
266
|
+
light_col: f4_float3_t
|
267
|
+
lightpos2: f4_float4_t
|
268
|
+
light_col2: f4_float3_t
|
269
|
+
61:
|
270
|
+
:size: 120
|
271
|
+
:shader: modelshaderefs00_bxxxx
|
272
|
+
:layout:
|
273
|
+
Color_1: sampler2D_t
|
274
|
+
Color_1_Tile: f4_float2_t
|
275
|
+
bias: f4_float_t
|
276
|
+
diffuse: f4_float3_t
|
277
|
+
ambient: f4_float3_t
|
278
|
+
fog: f4_float3_t
|
279
|
+
fognear: f4_float_t
|
280
|
+
fogfar: f4_float_t
|
281
|
+
62:
|
282
|
+
:size: 272
|
283
|
+
:shader: modelshaderefs01_bxxxx
|
284
|
+
:layout:
|
285
|
+
Color_1: sampler2D_t
|
286
|
+
refractmap: sampler2D_t
|
287
|
+
envmap: samplerCUBE_t
|
288
|
+
Color_1_Tile: f4_float2_t
|
289
|
+
bias: f4_float_t
|
290
|
+
refract_blend: f4_float_t
|
291
|
+
refract_distortion: f4_float_t
|
292
|
+
blend: f4_float_t
|
293
|
+
Env_Amb_Param: f4_float_t
|
294
|
+
env_distortion: f4_float_t
|
295
|
+
diffuse: f4_float3_t
|
296
|
+
ambient: f4_float3_t
|
297
|
+
fog: f4_float3_t
|
298
|
+
fognear: f4_float_t
|
299
|
+
fogfar: f4_float_t
|
300
|
+
ingored0: f4_ignored_t
|
301
|
+
ingored1: f4_ignored_t
|
302
|
+
ingored2: f4_ignored_t
|
303
|
+
ingored3: f4_ignored_t
|
304
|
+
63:
|
305
|
+
:size: 104
|
306
|
+
:shader: modelshaderefs02_bxxxx
|
307
|
+
:layout:
|
308
|
+
Color_1: sampler2D_t
|
309
|
+
Color_1_Tile: f4_float2_t
|
310
|
+
ingored0: f4_ignored_t
|
311
|
+
fog: f4_float3_t
|
312
|
+
fognear: f4_float_t
|
313
|
+
fogfar: f4_float_t
|
314
|
+
ingored1: f4_ignored_t
|
315
|
+
64:
|
316
|
+
:size: 196
|
317
|
+
:shader: modelshaderobs02_bxxxx
|
318
|
+
:layout:
|
319
|
+
Color_1: sampler2D_t
|
320
|
+
lightmap: sampler2D_t
|
321
|
+
envmap: samplerCUBE_t
|
322
|
+
env_amb: samplerCUBE_t
|
323
|
+
Color_1_Tile: f4_float2_t
|
324
|
+
blend: f4_float_t
|
325
|
+
env_factor: f4_float_t
|
326
|
+
Env_Amb_Param: f4_float_t
|
327
|
+
fog: f4_float3_t
|
328
|
+
fognear: f4_float_t
|
329
|
+
fogfar: f4_float_t
|
330
|
+
lightpos: f4_float4_t
|
331
|
+
light_col: f4_float3_t
|
332
|
+
lightpos2: f4_float4_t
|
333
|
+
light_col2: f4_float3_t
|
334
|
+
65:
|
335
|
+
:size: 196
|
336
|
+
:shader: modelshaderobs03_bxxxx
|
337
|
+
:layout:
|
338
|
+
Color_1: sampler2D_t
|
339
|
+
Color_2: sampler2D_t
|
340
|
+
lightmap: sampler2D_t
|
341
|
+
envmap: samplerCUBE_t
|
342
|
+
Color_1_Tile: f4_float2_t
|
343
|
+
Color_2_Tile: f4_float2_t
|
344
|
+
blend: f4_float_t
|
345
|
+
Env_Amb_Param: f4_float_t
|
346
|
+
fog: f4_float3_t
|
347
|
+
fognear: f4_float_t
|
348
|
+
fogfar: f4_float_t
|
349
|
+
lightpos: f4_float4_t
|
350
|
+
light_col: f4_float3_t
|
351
|
+
lightpos2: f4_float4_t
|
352
|
+
light_col2: f4_float3_t
|
353
|
+
66:
|
354
|
+
:size: 172
|
355
|
+
:shader: modelshaderobs04_bxxxx
|
356
|
+
:layout:
|
357
|
+
Color_1: sampler2D_t
|
358
|
+
envmap: samplerCUBE_t
|
359
|
+
Color_1_Tile: f4_float2_t
|
360
|
+
blend: f4_float_t
|
361
|
+
Env_Amb_Param: f4_float_t
|
362
|
+
fog: f4_float3_t
|
363
|
+
fognear: f4_float_t
|
364
|
+
fogfar: f4_float_t
|
365
|
+
lightpos: f4_float4_t
|
366
|
+
light_col: f4_float3_t
|
367
|
+
lightpos2: f4_float4_t
|
368
|
+
light_col2: f4_float3_t
|
369
|
+
67:
|
370
|
+
:size: 312
|
371
|
+
:shader: modelshaderpls00_bxnxx
|
372
|
+
:layout:
|
373
|
+
Color_1: sampler2D_t
|
374
|
+
reliefmap: sampler2D_t
|
375
|
+
envmap: samplerCUBE_t
|
376
|
+
Spec_Mask: sampler2D_t
|
377
|
+
Spec_Pow: sampler2D_t
|
378
|
+
Color_1_Tile: f4_float2_t
|
379
|
+
depth: f4_float_t
|
380
|
+
tile: f4_float2_t
|
381
|
+
blend: f4_float_t
|
382
|
+
specular: f4_float3_t
|
383
|
+
Spec_Type: f4_float_t
|
384
|
+
Spec_Limit: f4_float_t
|
385
|
+
Env_Amb_Param: f4_float_t
|
386
|
+
dot_min: f4_float_t
|
387
|
+
dot_max: f4_float_t
|
388
|
+
dot_color: f4_float3_t
|
389
|
+
fog: f4_float3_t
|
390
|
+
fognear: f4_float_t
|
391
|
+
fogfar: f4_float_t
|
392
|
+
lightpos: f4_float4_t
|
393
|
+
light_col: f4_float3_t
|
394
|
+
lightpos2: f4_float4_t
|
395
|
+
light_col2: f4_float3_t
|
396
|
+
68:
|
397
|
+
:size: 228
|
398
|
+
:shader: modelshaderpls01_bxxxx
|
399
|
+
:layout:
|
400
|
+
Color_1: sampler2D_t
|
401
|
+
envmap: samplerCUBE_t
|
402
|
+
Spec_Mask: sampler2D_t
|
403
|
+
Spec_Pow: sampler2D_t
|
404
|
+
blend: f4_float_t
|
405
|
+
specular: f4_float3_t
|
406
|
+
Spec_Type: f4_float_t
|
407
|
+
Spec_Limit: f4_float_t
|
408
|
+
Env_Amb_Param: f4_float_t
|
409
|
+
shine: f4_float_t
|
410
|
+
fog: f4_float3_t
|
411
|
+
fognear: f4_float_t
|
412
|
+
fogfar: f4_float_t
|
413
|
+
lightpos: f4_float4_t
|
414
|
+
light_col: f4_float3_t
|
415
|
+
lightpos2: f4_float4_t
|
416
|
+
light_col2: f4_float3_t
|
417
|
+
69:
|
418
|
+
:size: 300
|
419
|
+
:shader: modelshadermag00_xxxxx
|
420
|
+
:layout:
|
421
|
+
Color_1: sampler2D_t
|
422
|
+
effectmap: sampler2D_t
|
423
|
+
Color_1_Tile: f4_float2_t
|
424
|
+
bias: f4_float_t
|
425
|
+
depth: f4_float_t
|
426
|
+
tile: f4_float2_t
|
427
|
+
dist: f4_float_t
|
428
|
+
refract_distortion: f4_float_t
|
429
|
+
blend_func: f4_float_t
|
430
|
+
test_func: f4_float_t
|
431
|
+
test_color: f4_float3_t
|
432
|
+
diffuse: f4_float3_t
|
433
|
+
ingored0: f4_ignored_t
|
434
|
+
ingored1: f4_ignored_t
|
435
|
+
fog: f4_float3_t
|
436
|
+
fognear: f4_float_t
|
437
|
+
fogfar: f4_float_t
|
438
|
+
ingored2: f4_ignored_t
|
439
|
+
lightpos2: f4_float4_t
|
440
|
+
diffuse2: f4_float3_t
|
441
|
+
70:
|
442
|
+
:size: 300
|
443
|
+
:shader: modelshadermag00_bxxxx
|
444
|
+
:layout:
|
445
|
+
Color_1: sampler2D_t
|
446
|
+
effectmap: sampler2D_t
|
447
|
+
Color_1_Tile: f4_float2_t
|
448
|
+
bias: f4_float_t
|
449
|
+
depth: f4_float_t
|
450
|
+
tile: f4_float2_t
|
451
|
+
dist: f4_float_t
|
452
|
+
refract_distortion: f4_float_t
|
453
|
+
blend_func: f4_float_t
|
454
|
+
test_func: f4_float_t
|
455
|
+
test_color: f4_float3_t
|
456
|
+
diffuse: f4_float3_t
|
457
|
+
ingored0: f4_ignored_t
|
458
|
+
ingored1: f4_ignored_t
|
459
|
+
fog: f4_float3_t
|
460
|
+
fognear: f4_float_t
|
461
|
+
fogfar: f4_float_t
|
462
|
+
ingored2: f4_ignored_t
|
463
|
+
lightpos2: f4_float4_t
|
464
|
+
diffuse2: f4_float3_t
|
465
|
+
71:
|
466
|
+
:size: 104
|
467
|
+
:shader: modelshadervtx00_xxxxx
|
468
|
+
:layout:
|
469
|
+
Color_1: sampler2D_t
|
470
|
+
bias: f4_float_t
|
471
|
+
ingored0: f4_ignored_t
|
472
|
+
fog: f4_float3_t
|
473
|
+
fognear: f4_float_t
|
474
|
+
fogfar: f4_float_t
|
475
|
+
ingored1: f4_ignored_t
|
476
|
+
72:
|
477
|
+
:size: 192
|
478
|
+
:shader: modelshaderbgs01_bxxxx
|
479
|
+
:layout:
|
480
|
+
Color_1: sampler2D_t
|
481
|
+
lightmap: sampler2D_t
|
482
|
+
reliefmap: sampler2D_t
|
483
|
+
Color_1_Tile: f4_float2_t
|
484
|
+
bias: f4_float_t
|
485
|
+
depth: f4_float_t
|
486
|
+
tile: f4_float2_t
|
487
|
+
diffuse: f4_float3_t
|
488
|
+
ingored0: f4_ignored_t
|
489
|
+
fog: f4_float3_t
|
490
|
+
fognear: f4_float_t
|
491
|
+
fogfar: f4_float_t
|
492
|
+
lightpos2: f4_float4_t
|
493
|
+
diffuse2: f4_float3_t
|
494
|
+
73:
|
495
|
+
:size: 228
|
496
|
+
:shader: modelshaderbgs02_bxxxx
|
497
|
+
:layout:
|
498
|
+
Color_1: sampler2D_t
|
499
|
+
lightmap: sampler2D_t
|
500
|
+
reliefmap: sampler2D_t
|
501
|
+
envmap: samplerCUBE_t
|
502
|
+
Color_1_Tile: f4_float2_t
|
503
|
+
bias: f4_float_t
|
504
|
+
depth: f4_float_t
|
505
|
+
tile: f4_float2_t
|
506
|
+
blend: f4_float_t
|
507
|
+
Env_Amb_Param: f4_float_t
|
508
|
+
diffuse: f4_float3_t
|
509
|
+
ingored0: f4_ignored_t
|
510
|
+
fog: f4_float3_t
|
511
|
+
fognear: f4_float_t
|
512
|
+
fogfar: f4_float_t
|
513
|
+
lightpos2: f4_float4_t
|
514
|
+
diffuse2: f4_float3_t
|
515
|
+
74:
|
516
|
+
:size: 212
|
517
|
+
:shader: modelshaderbgs04_bxxxx
|
518
|
+
:layout:
|
519
|
+
Color_1: sampler2D_t
|
520
|
+
Color_2: sampler2D_t
|
521
|
+
lightmap: sampler2D_t
|
522
|
+
reliefmap: sampler2D_t
|
523
|
+
Color_1_Tile: f4_float2_t
|
524
|
+
Color_2_Tile: f4_float2_t
|
525
|
+
bias: f4_float_t
|
526
|
+
depth: f4_float_t
|
527
|
+
tile: f4_float2_t
|
528
|
+
diffuse: f4_float3_t
|
529
|
+
ingored0: f4_ignored_t
|
530
|
+
fog: f4_float3_t
|
531
|
+
fognear: f4_float_t
|
532
|
+
fogfar: f4_float_t
|
533
|
+
lightpos2: f4_float4_t
|
534
|
+
diffuse2: f4_float3_t
|
535
|
+
75:
|
536
|
+
:size: 212
|
537
|
+
:shader: modelshaderobs00_bxnmx
|
538
|
+
:layout:
|
539
|
+
Color_1: sampler2D_t
|
540
|
+
reliefmap: sampler2D_t
|
541
|
+
envmap: samplerCUBE_t
|
542
|
+
Spec_Mask: sampler2D_t
|
543
|
+
Color_1_Tile: f4_float2_t
|
544
|
+
depth: f4_float_t
|
545
|
+
tile: f4_float2_t
|
546
|
+
blend: f4_float_t
|
547
|
+
Env_Amb_Param: f4_float_t
|
548
|
+
fog: f4_float3_t
|
549
|
+
fognear: f4_float_t
|
550
|
+
fogfar: f4_float_t
|
551
|
+
lightpos: f4_float4_t
|
552
|
+
light_col: f4_float3_t
|
553
|
+
lightpos2: f4_float4_t
|
554
|
+
light_col2: f4_float3_t
|
555
|
+
76:
|
556
|
+
:size: 172
|
557
|
+
:shader: modelshaderobs04_bxxmx
|
558
|
+
:layout:
|
559
|
+
Color_1: sampler2D_t
|
560
|
+
envmap: samplerCUBE_t
|
561
|
+
Color_1_Tile: f4_float2_t
|
562
|
+
blend: f4_float_t
|
563
|
+
Env_Amb_Param: f4_float_t
|
564
|
+
fog: f4_float3_t
|
565
|
+
fognear: f4_float_t
|
566
|
+
fogfar: f4_float_t
|
567
|
+
lightpos: f4_float4_t
|
568
|
+
light_col: f4_float3_t
|
569
|
+
lightpos2: f4_float4_t
|
570
|
+
light_col2: f4_float3_t
|
571
|
+
77:
|
572
|
+
:size: 176
|
573
|
+
:shader: modelshaderobs05_bxxxx
|
574
|
+
:layout:
|
575
|
+
Color_1: sampler2D_t
|
576
|
+
envmap: samplerCUBE_t
|
577
|
+
Spec_Mask: sampler2D_t
|
578
|
+
Color_1_Tile: f4_float2_t
|
579
|
+
blend: f4_float_t
|
580
|
+
Env_Amb_Param: f4_float_t
|
581
|
+
fog: f4_float3_t
|
582
|
+
fognear: f4_float_t
|
583
|
+
fogfar: f4_float_t
|
584
|
+
lightpos: f4_float4_t
|
585
|
+
light_col: f4_float3_t
|
586
|
+
lightpos2: f4_float4_t
|
587
|
+
light_col2: f4_float3_t
|
588
|
+
78:
|
589
|
+
:size: 176
|
590
|
+
:shader: modelshaderobs05_bxxmx
|
591
|
+
:layout:
|
592
|
+
Color_1: sampler2D_t
|
593
|
+
envmap: samplerCUBE_t
|
594
|
+
Spec_Mask: sampler2D_t
|
595
|
+
Color_1_Tile: f4_float2_t
|
596
|
+
blend: f4_float_t
|
597
|
+
Env_Amb_Param: f4_float_t
|
598
|
+
fog: f4_float3_t
|
599
|
+
fognear: f4_float_t
|
600
|
+
fogfar: f4_float_t
|
601
|
+
lightpos: f4_float4_t
|
602
|
+
light_col: f4_float3_t
|
603
|
+
lightpos2: f4_float4_t
|
604
|
+
light_col2: f4_float3_t
|
605
|
+
79:
|
606
|
+
:size: 120
|
607
|
+
:shader: modelshadereve00_bxxxx
|
608
|
+
:layout:
|
609
|
+
Color_1: sampler2D_t
|
610
|
+
Color_1_Tile: f4_float2_t
|
611
|
+
bias: f4_float_t
|
612
|
+
diffuse: f4_float3_t
|
613
|
+
ambient: f4_float3_t
|
614
|
+
fog: f4_float3_t
|
615
|
+
fognear: f4_float_t
|
616
|
+
fogfar: f4_float_t
|
617
|
+
80:
|
618
|
+
:size: 216
|
619
|
+
:shader: modelshadertmp00_bxxxx
|
620
|
+
:layout:
|
621
|
+
Color_1: sampler2D_t
|
622
|
+
Color_2: sampler2D_t
|
623
|
+
reliefmap: sampler2D_t
|
624
|
+
envmap: samplerCUBE_t
|
625
|
+
effectmap: sampler2D_t
|
626
|
+
Color_1_Tile: f4_float2_t
|
627
|
+
Color_2_Tile: f4_float2_t
|
628
|
+
depth: f4_float_t
|
629
|
+
blend: f4_float_t
|
630
|
+
Env_Amb_Param: f4_float_t
|
631
|
+
fog: f4_float3_t
|
632
|
+
fognear: f4_float_t
|
633
|
+
fogfar: f4_float_t
|
634
|
+
lightpos: f4_float4_t
|
635
|
+
light_col: f4_float3_t
|
636
|
+
lightpos2: f4_float4_t
|
637
|
+
light_col2: f4_float3_t
|
638
|
+
81:
|
639
|
+
:size: 304
|
640
|
+
:shader: modelshadermag01_xxxxx
|
641
|
+
:layout:
|
642
|
+
Color_1: sampler2D_t
|
643
|
+
lightmap: sampler2D_t
|
644
|
+
effectmap: sampler2D_t
|
645
|
+
Color_1_Tile: f4_float2_t
|
646
|
+
bias: f4_float_t
|
647
|
+
depth: f4_float_t
|
648
|
+
tile: f4_float2_t
|
649
|
+
dist: f4_float_t
|
650
|
+
refract_distortion: f4_float_t
|
651
|
+
blend_func: f4_float_t
|
652
|
+
test_func: f4_float_t
|
653
|
+
test_color: f4_float3_t
|
654
|
+
diffuse: f4_float3_t
|
655
|
+
ingored0: f4_ignored_t
|
656
|
+
ingored1: f4_ignored_t
|
657
|
+
fog: f4_float3_t
|
658
|
+
fognear: f4_float_t
|
659
|
+
fogfar: f4_float_t
|
660
|
+
ingored2: f4_ignored_t
|
661
|
+
lightpos2: f4_float4_t
|
662
|
+
diffuse2: f4_float3_t
|
663
|
+
82:
|
664
|
+
:size: 304
|
665
|
+
:shader: modelshadermag01_bxxxx
|
666
|
+
:layout:
|
667
|
+
Color_1: sampler2D_t
|
668
|
+
lightmap: sampler2D_t
|
669
|
+
effectmap: sampler2D_t
|
670
|
+
Color_1_Tile: f4_float2_t
|
671
|
+
bias: f4_float_t
|
672
|
+
depth: f4_float_t
|
673
|
+
tile: f4_float2_t
|
674
|
+
dist: f4_float_t
|
675
|
+
refract_distortion: f4_float_t
|
676
|
+
blend_func: f4_float_t
|
677
|
+
test_func: f4_float_t
|
678
|
+
test_color: f4_float3_t
|
679
|
+
diffuse: f4_float3_t
|
680
|
+
ingored0: f4_ignored_t
|
681
|
+
ingored1: f4_ignored_t
|
682
|
+
fog: f4_float3_t
|
683
|
+
fognear: f4_float_t
|
684
|
+
fogfar: f4_float_t
|
685
|
+
ingored2: f4_ignored_t
|
686
|
+
lightpos2: f4_float4_t
|
687
|
+
diffuse2: f4_float3_t
|
688
|
+
83:
|
689
|
+
:size: 104
|
690
|
+
:shader: modelshaderbgs00_bxxxx
|
691
|
+
:layout:
|
692
|
+
Color_1: sampler2D_t
|
693
|
+
bias: f4_float_t
|
694
|
+
ingored0: f4_ignored_t
|
695
|
+
fog: f4_float3_t
|
696
|
+
fognear: f4_float_t
|
697
|
+
fogfar: f4_float_t
|
698
|
+
ingored1: f4_ignored_t
|
699
|
+
84:
|
700
|
+
:size: 212
|
701
|
+
:shader: modelshaderobs01_bxxxx
|
702
|
+
:layout:
|
703
|
+
Color_1: sampler2D_t
|
704
|
+
lightmap: sampler2D_t
|
705
|
+
reliefmap: sampler2D_t
|
706
|
+
envmap: samplerCUBE_t
|
707
|
+
Color_1_Tile: f4_float2_t
|
708
|
+
depth: f4_float_t
|
709
|
+
tile: f4_float2_t
|
710
|
+
blend: f4_float_t
|
711
|
+
Env_Amb_Param: f4_float_t
|
712
|
+
fog: f4_float3_t
|
713
|
+
fognear: f4_float_t
|
714
|
+
fogfar: f4_float_t
|
715
|
+
lightpos: f4_float4_t
|
716
|
+
light_col: f4_float3_t
|
717
|
+
lightpos2: f4_float4_t
|
718
|
+
light_col2: f4_float3_t
|
719
|
+
85:
|
720
|
+
:size: 208
|
721
|
+
:shader: modelshaderobs06_bxxxx
|
722
|
+
:layout:
|
723
|
+
Color_1: sampler2D_t
|
724
|
+
reliefmap: sampler2D_t
|
725
|
+
envmap: samplerCUBE_t
|
726
|
+
Color_1_Tile: f4_float2_t
|
727
|
+
depth: f4_float_t
|
728
|
+
tile: f4_float2_t
|
729
|
+
blend: f4_float_t
|
730
|
+
Env_Amb_Param: f4_float_t
|
731
|
+
fog: f4_float3_t
|
732
|
+
fognear: f4_float_t
|
733
|
+
fogfar: f4_float_t
|
734
|
+
lightpos: f4_float4_t
|
735
|
+
light_col: f4_float3_t
|
736
|
+
lightpos2: f4_float4_t
|
737
|
+
light_col2: f4_float3_t
|
738
|
+
86:
|
739
|
+
:size: 208
|
740
|
+
:shader: modelshaderobs06_bxxmx
|
741
|
+
:layout:
|
742
|
+
Color_1: sampler2D_t
|
743
|
+
reliefmap: sampler2D_t
|
744
|
+
envmap: samplerCUBE_t
|
745
|
+
Color_1_Tile: f4_float2_t
|
746
|
+
depth: f4_float_t
|
747
|
+
tile: f4_float2_t
|
748
|
+
blend: f4_float_t
|
749
|
+
Env_Amb_Param: f4_float_t
|
750
|
+
fog: f4_float3_t
|
751
|
+
fognear: f4_float_t
|
752
|
+
fogfar: f4_float_t
|
753
|
+
lightpos: f4_float4_t
|
754
|
+
light_col: f4_float3_t
|
755
|
+
lightpos2: f4_float4_t
|
756
|
+
light_col2: f4_float3_t
|
757
|
+
87:
|
758
|
+
:size: 88
|
759
|
+
:size_vertex: 48
|
760
|
+
:shader: modelshadergrs00_xxxxx
|
761
|
+
:layout:
|
762
|
+
Color_1: sampler2D_t
|
763
|
+
test_0: f4_float4_t
|
764
|
+
fognear: f4_float_t
|
765
|
+
fogfar: f4_float_t
|
766
|
+
bias: f4_float_t
|
767
|
+
fog: f4_float3_t
|
768
|
+
88:
|
769
|
+
:size: 120
|
770
|
+
:shader: modelshaderpls02_bxxxx
|
771
|
+
:layout:
|
772
|
+
Color_1: sampler2D_t
|
773
|
+
Color_1_Tile: f4_float2_t
|
774
|
+
bias: f4_float_t
|
775
|
+
diffuse: f4_float3_t
|
776
|
+
ambient: f4_float3_t
|
777
|
+
fog: f4_float3_t
|
778
|
+
fognear: f4_float_t
|
779
|
+
fogfar: f4_float_t
|
780
|
+
89:
|
781
|
+
:size: 212
|
782
|
+
:shader: modelshaderobs01_bxxmx
|
783
|
+
:layout:
|
784
|
+
Color_1: sampler2D_t
|
785
|
+
lightmap: sampler2D_t
|
786
|
+
reliefmap: sampler2D_t
|
787
|
+
envmap: samplerCUBE_t
|
788
|
+
Color_1_Tile: f4_float2_t
|
789
|
+
depth: f4_float_t
|
790
|
+
tile: f4_float2_t
|
791
|
+
blend: f4_float_t
|
792
|
+
Env_Amb_Param: f4_float_t
|
793
|
+
fog: f4_float3_t
|
794
|
+
fognear: f4_float_t
|
795
|
+
fogfar: f4_float_t
|
796
|
+
lightpos: f4_float4_t
|
797
|
+
light_col: f4_float3_t
|
798
|
+
lightpos2: f4_float4_t
|
799
|
+
light_col2: f4_float3_t
|
800
|
+
90:
|
801
|
+
:size: 120
|
802
|
+
:shader: modelshaderefs00_xxxxx
|
803
|
+
:layout:
|
804
|
+
Color_1: sampler2D_t
|
805
|
+
Color_1_Tile: f4_float2_t
|
806
|
+
bias: f4_float_t
|
807
|
+
diffuse: f4_float3_t
|
808
|
+
ambient: f4_float3_t
|
809
|
+
fog: f4_float3_t
|
810
|
+
fognear: f4_float_t
|
811
|
+
fogfar: f4_float_t
|
812
|
+
91:
|
813
|
+
:size: 212
|
814
|
+
:shader: modelshaderobs01_buxmx
|
815
|
+
:layout:
|
816
|
+
Color_1: sampler2D_t
|
817
|
+
lightmap: sampler2D_t
|
818
|
+
reliefmap: sampler2D_t
|
819
|
+
envmap: samplerCUBE_t
|
820
|
+
Color_1_Tile: f4_float2_t
|
821
|
+
depth: f4_float_t
|
822
|
+
tile: f4_float2_t
|
823
|
+
blend: f4_float_t
|
824
|
+
Env_Amb_Param: f4_float_t
|
825
|
+
fog: f4_float3_t
|
826
|
+
fognear: f4_float_t
|
827
|
+
fogfar: f4_float_t
|
828
|
+
lightpos: f4_float4_t
|
829
|
+
light_col: f4_float3_t
|
830
|
+
lightpos2: f4_float4_t
|
831
|
+
light_col2: f4_float3_t
|
832
|
+
92:
|
833
|
+
:size: 212
|
834
|
+
:shader: modelshaderobs01_bunmx
|
835
|
+
:layout:
|
836
|
+
Color_1: sampler2D_t
|
837
|
+
lightmap: sampler2D_t
|
838
|
+
reliefmap: sampler2D_t
|
839
|
+
envmap: samplerCUBE_t
|
840
|
+
Color_1_Tile: f4_float2_t
|
841
|
+
depth: f4_float_t
|
842
|
+
tile: f4_float2_t
|
843
|
+
blend: f4_float_t
|
844
|
+
Env_Amb_Param: f4_float_t
|
845
|
+
fog: f4_float3_t
|
846
|
+
fognear: f4_float_t
|
847
|
+
fogfar: f4_float_t
|
848
|
+
lightpos: f4_float4_t
|
849
|
+
light_col: f4_float3_t
|
850
|
+
lightpos2: f4_float4_t
|
851
|
+
light_col2: f4_float3_t
|
852
|
+
93:
|
853
|
+
:size: 196
|
854
|
+
:shader: modelshaderobs03_bxxmx
|
855
|
+
:layout:
|
856
|
+
Color_1: sampler2D_t
|
857
|
+
Color_2: sampler2D_t
|
858
|
+
lightmap: sampler2D_t
|
859
|
+
envmap: samplerCUBE_t
|
860
|
+
Color_1_Tile: f4_float2_t
|
861
|
+
Color_2_Tile: f4_float2_t
|
862
|
+
blend: f4_float_t
|
863
|
+
Env_Amb_Param: f4_float_t
|
864
|
+
fog: f4_float3_t
|
865
|
+
fognear: f4_float_t
|
866
|
+
fogfar: f4_float_t
|
867
|
+
lightpos: f4_float4_t
|
868
|
+
light_col: f4_float3_t
|
869
|
+
lightpos2: f4_float4_t
|
870
|
+
light_col2: f4_float3_t
|
871
|
+
94:
|
872
|
+
:size: 172
|
873
|
+
:shader: modelshadervtx01_bxxmx
|
874
|
+
:layout:
|
875
|
+
Color_1: sampler2D_t
|
876
|
+
envmap: samplerCUBE_t
|
877
|
+
Color_1_Tile: f4_float2_t
|
878
|
+
blend: f4_float_t
|
879
|
+
Env_Amb_Param: f4_float_t
|
880
|
+
fog: f4_float3_t
|
881
|
+
fognear: f4_float_t
|
882
|
+
fogfar: f4_float_t
|
883
|
+
lightpos: f4_float4_t
|
884
|
+
light_col: f4_float3_t
|
885
|
+
lightpos2: f4_float4_t
|
886
|
+
light_col2: f4_float3_t
|
887
|
+
95:
|
888
|
+
:size: 208
|
889
|
+
:shader: modelshadervtx02_bxxmx
|
890
|
+
:layout:
|
891
|
+
Color_1: sampler2D_t
|
892
|
+
reliefmap: sampler2D_t
|
893
|
+
envmap: samplerCUBE_t
|
894
|
+
Color_1_Tile: f4_float2_t
|
895
|
+
depth: f4_float_t
|
896
|
+
tile: f4_float2_t
|
897
|
+
blend: f4_float_t
|
898
|
+
Env_Amb_Param: f4_float_t
|
899
|
+
fog: f4_float3_t
|
900
|
+
fognear: f4_float_t
|
901
|
+
fogfar: f4_float_t
|
902
|
+
lightpos: f4_float4_t
|
903
|
+
light_col: f4_float3_t
|
904
|
+
lightpos2: f4_float4_t
|
905
|
+
light_col2: f4_float3_t
|
906
|
+
96:
|
907
|
+
:size: 104
|
908
|
+
:shader: modelshadervtx00_bxxxx
|
909
|
+
:layout:
|
910
|
+
Color_1: sampler2D_t
|
911
|
+
bias: f4_float_t
|
912
|
+
ingored0: f4_ignored_t
|
913
|
+
fog: f4_float3_t
|
914
|
+
fognear: f4_float_t
|
915
|
+
fogfar: f4_float_t
|
916
|
+
ingored1: f4_ignored_t
|
917
|
+
97:
|
918
|
+
:size: 248
|
919
|
+
:shader: modelshaderbgs05_bxxxx
|
920
|
+
:layout:
|
921
|
+
Color_1: sampler2D_t
|
922
|
+
Color_2: sampler2D_t
|
923
|
+
lightmap: sampler2D_t
|
924
|
+
reliefmap: sampler2D_t
|
925
|
+
envmap: samplerCUBE_t
|
926
|
+
Color_1_Tile: f4_float2_t
|
927
|
+
Color_2_Tile: f4_float2_t
|
928
|
+
bias: f4_float_t
|
929
|
+
depth: f4_float_t
|
930
|
+
tile: f4_float2_t
|
931
|
+
blend: f4_float_t
|
932
|
+
Env_Amb_Param: f4_float_t
|
933
|
+
diffuse: f4_float3_t
|
934
|
+
ingored0: f4_ignored_t
|
935
|
+
fog: f4_float3_t
|
936
|
+
fognear: f4_float_t
|
937
|
+
fogfar: f4_float_t
|
938
|
+
lightpos2: f4_float4_t
|
939
|
+
diffuse2: f4_float3_t
|
940
|
+
98:
|
941
|
+
:size: 88
|
942
|
+
:size_vertex: 48
|
943
|
+
:shader: modelshadergrs00_bxxxx
|
944
|
+
:layout:
|
945
|
+
Color_1: sampler2D_t
|
946
|
+
test_0: f4_float4_t
|
947
|
+
fognear: f4_float_t
|
948
|
+
fogfar: f4_float_t
|
949
|
+
bias: f4_float_t
|
950
|
+
fog: f4_float3_t
|
951
|
+
99:
|
952
|
+
:size: 88
|
953
|
+
:size_vertex: 48
|
954
|
+
:shader: modelshaderbil00_xxxxx
|
955
|
+
:layout:
|
956
|
+
Color_1: sampler2D_t
|
957
|
+
fognear: f4_float_t
|
958
|
+
fogfar: f4_float_t
|
959
|
+
wave: f4_float4_t
|
960
|
+
bias: f4_float_t
|
961
|
+
fog: f4_float3_t
|
962
|
+
100:
|
963
|
+
:size: 88
|
964
|
+
:size_vertex: 48
|
965
|
+
:shader: modelshaderbil01_xxxxx
|
966
|
+
:layout:
|
967
|
+
Color_1: sampler2D_t
|
968
|
+
fognear: f4_float_t
|
969
|
+
fogfar: f4_float_t
|
970
|
+
wave: f4_float4_t
|
971
|
+
bias: f4_float_t
|
972
|
+
fog: f4_float3_t
|
973
|
+
101:
|
974
|
+
:size: 152
|
975
|
+
:size_vertex: 80
|
976
|
+
:shader: modelshaderbil02_xxxxx
|
977
|
+
:layout:
|
978
|
+
Color_1: sampler2D_t
|
979
|
+
fognear: f4_float_t
|
980
|
+
fogfar: f4_float_t
|
981
|
+
wave: f4_float4_t
|
982
|
+
lightpos: f4_float4_t
|
983
|
+
lightpos2: f4_float4_t
|
984
|
+
bias: f4_float_t
|
985
|
+
fog: f4_float3_t
|
986
|
+
ingored0: f4_ignored_t
|
987
|
+
ingored1: f4_ignored_t
|
988
|
+
102:
|
989
|
+
:size: 276
|
990
|
+
:shader: modelshaderefs03_bxnxx
|
991
|
+
:layout:
|
992
|
+
Color_1: sampler2D_t
|
993
|
+
reliefmap: sampler2D_t
|
994
|
+
envmap: samplerCUBE_t
|
995
|
+
Spec_Mask: sampler2D_t
|
996
|
+
ingored0: f4_ignored_t
|
997
|
+
depth: f4_float_t
|
998
|
+
tile: f4_float2_t
|
999
|
+
blend: f4_float_t
|
1000
|
+
diffuse: f4_float3_t
|
1001
|
+
ingored1: f4_ignored_t
|
1002
|
+
param2: f4_float_t
|
1003
|
+
parallax: f4_float_t
|
1004
|
+
Env_Amb_Param: f4_float_t
|
1005
|
+
fog: f4_float3_t
|
1006
|
+
fognear: f4_float_t
|
1007
|
+
fogfar: f4_float_t
|
1008
|
+
lightpos: f4_float4_t
|
1009
|
+
light_col: f4_float3_t
|
1010
|
+
lightpos2: f4_float4_t
|
1011
|
+
light_col2: f4_float3_t
|
1012
|
+
103:
|
1013
|
+
:size: 88
|
1014
|
+
:size_vertex: 48
|
1015
|
+
:shader: modelshaderbil03_xxxxx
|
1016
|
+
:layout:
|
1017
|
+
Color_1: sampler2D_t
|
1018
|
+
fognear: f4_float_t
|
1019
|
+
fogfar: f4_float_t
|
1020
|
+
wave: f4_float4_t
|
1021
|
+
bias: f4_float_t
|
1022
|
+
fog: f4_float3_t
|
1023
|
+
104:
|
1024
|
+
:size: 172
|
1025
|
+
:shader: modelshaderetc00_bxxmx
|
1026
|
+
:layout:
|
1027
|
+
Color_1: sampler2D_t
|
1028
|
+
envmap: samplerCUBE_t
|
1029
|
+
Color_1_Tile: f4_float2_t
|
1030
|
+
blend: f4_float_t
|
1031
|
+
Env_Amb_Param: f4_float_t
|
1032
|
+
fog: f4_float3_t
|
1033
|
+
fognear: f4_float_t
|
1034
|
+
fogfar: f4_float_t
|
1035
|
+
lightpos: f4_float4_t
|
1036
|
+
light_col: f4_float3_t
|
1037
|
+
lightpos2: f4_float4_t
|
1038
|
+
light_col2: f4_float3_t
|
1039
|
+
105:
|
1040
|
+
:size: 152
|
1041
|
+
:size_vertex: 80
|
1042
|
+
:shader: modelshaderbil04_xxxxx
|
1043
|
+
:layout:
|
1044
|
+
Color_1: sampler2D_t
|
1045
|
+
fognear: f4_float_t
|
1046
|
+
fogfar: f4_float_t
|
1047
|
+
wave: f4_float4_t
|
1048
|
+
lightpos: f4_float4_t
|
1049
|
+
lightpos2: f4_float4_t
|
1050
|
+
bias: f4_float_t
|
1051
|
+
fog: f4_float3_t
|
1052
|
+
ingored0: f4_ignored_t
|
1053
|
+
ingored1: f4_ignored_t
|
1054
|
+
106:
|
1055
|
+
:size: 212
|
1056
|
+
:shader: modelshaderefs04_bxnxx
|
1057
|
+
:layout:
|
1058
|
+
Color_1: sampler2D_t
|
1059
|
+
reliefmap: sampler2D_t
|
1060
|
+
envmap: samplerCUBE_t
|
1061
|
+
effectmap: sampler2D_t
|
1062
|
+
Color_1_Tile: f4_float2_t
|
1063
|
+
depth: f4_float_t
|
1064
|
+
tile: f4_float2_t
|
1065
|
+
blend: f4_float_t
|
1066
|
+
Env_Amb_Param: f4_float_t
|
1067
|
+
fog: f4_float3_t
|
1068
|
+
fognear: f4_float_t
|
1069
|
+
fogfar: f4_float_t
|
1070
|
+
lightpos: f4_float4_t
|
1071
|
+
light_col: f4_float3_t
|
1072
|
+
lightpos2: f4_float4_t
|
1073
|
+
light_col2: f4_float3_t
|
1074
|
+
107:
|
1075
|
+
:size: 208
|
1076
|
+
:shader: modelshaderobs07_bxnxx
|
1077
|
+
:layout:
|
1078
|
+
Color_1: sampler2D_t
|
1079
|
+
reliefmap: sampler2D_t
|
1080
|
+
envmap: samplerCUBE_t
|
1081
|
+
Color_1_Tile: f4_float2_t
|
1082
|
+
depth: f4_float_t
|
1083
|
+
tile: f4_float2_t
|
1084
|
+
blend: f4_float_t
|
1085
|
+
Env_Amb_Param: f4_float_t
|
1086
|
+
fog: f4_float3_t
|
1087
|
+
fognear: f4_float_t
|
1088
|
+
fogfar: f4_float_t
|
1089
|
+
lightpos: f4_float4_t
|
1090
|
+
light_col: f4_float3_t
|
1091
|
+
lightpos2: f4_float4_t
|
1092
|
+
light_col2: f4_float3_t
|
1093
|
+
108:
|
1094
|
+
:size: 176
|
1095
|
+
:shader: modelshaderefs05_bxxxx
|
1096
|
+
:layout:
|
1097
|
+
Color_1: sampler2D_t
|
1098
|
+
envmap: samplerCUBE_t
|
1099
|
+
effectmap: sampler2D_t
|
1100
|
+
Color_1_Tile: f4_float2_t
|
1101
|
+
blend: f4_float_t
|
1102
|
+
Env_Amb_Param: f4_float_t
|
1103
|
+
fog: f4_float3_t
|
1104
|
+
fognear: f4_float_t
|
1105
|
+
fogfar: f4_float_t
|
1106
|
+
lightpos: f4_float4_t
|
1107
|
+
light_col: f4_float3_t
|
1108
|
+
lightpos2: f4_float4_t
|
1109
|
+
light_col2: f4_float3_t
|
1110
|
+
109:
|
1111
|
+
:size: 208
|
1112
|
+
:shader: modelshaderobs07_bxnmx
|
1113
|
+
:layout:
|
1114
|
+
Color_1: sampler2D_t
|
1115
|
+
reliefmap: sampler2D_t
|
1116
|
+
envmap: samplerCUBE_t
|
1117
|
+
Color_1_Tile: f4_float2_t
|
1118
|
+
depth: f4_float_t
|
1119
|
+
tile: f4_float2_t
|
1120
|
+
blend: f4_float_t
|
1121
|
+
Env_Amb_Param: f4_float_t
|
1122
|
+
fog: f4_float3_t
|
1123
|
+
fognear: f4_float_t
|
1124
|
+
fogfar: f4_float_t
|
1125
|
+
lightpos: f4_float4_t
|
1126
|
+
light_col: f4_float3_t
|
1127
|
+
lightpos2: f4_float4_t
|
1128
|
+
light_col2: f4_float3_t
|
1129
|
+
110:
|
1130
|
+
:size: 212
|
1131
|
+
:shader: modelshaderpls03_bxnxx
|
1132
|
+
:layout:
|
1133
|
+
Color_1: sampler2D_t
|
1134
|
+
reliefmap: sampler2D_t
|
1135
|
+
envmap: samplerCUBE_t
|
1136
|
+
env_amb: samplerCUBE_t
|
1137
|
+
Color_1_Tile: f4_float2_t
|
1138
|
+
depth: f4_float_t
|
1139
|
+
tile: f4_float2_t
|
1140
|
+
blend: f4_float_t
|
1141
|
+
Env_Amb_Param: f4_float_t
|
1142
|
+
fog: f4_float3_t
|
1143
|
+
fognear: f4_float_t
|
1144
|
+
fogfar: f4_float_t
|
1145
|
+
lightpos: f4_float4_t
|
1146
|
+
light_col: f4_float3_t
|
1147
|
+
lightpos2: f4_float4_t
|
1148
|
+
light_col2: f4_float3_t
|
1149
|
+
111:
|
1150
|
+
:size: 228
|
1151
|
+
:shader: modelshaderbgs08_xxxxx
|
1152
|
+
:layout:
|
1153
|
+
Color_1: sampler2D_t
|
1154
|
+
lightmap: sampler2D_t
|
1155
|
+
reliefmap: sampler2D_t
|
1156
|
+
envmap: samplerCUBE_t
|
1157
|
+
Color_1_Tile: f4_float2_t
|
1158
|
+
bias: f4_float_t
|
1159
|
+
depth: f4_float_t
|
1160
|
+
tile: f4_float2_t
|
1161
|
+
blend: f4_float_t
|
1162
|
+
Env_Amb_Param: f4_float_t
|
1163
|
+
diffuse: f4_float3_t
|
1164
|
+
ingored0: f4_ignored_t
|
1165
|
+
fog: f4_float3_t
|
1166
|
+
fognear: f4_float_t
|
1167
|
+
fogfar: f4_float_t
|
1168
|
+
lightpos2: f4_float4_t
|
1169
|
+
diffuse2: f4_float3_t
|
1170
|
+
112:
|
1171
|
+
:size: 104
|
1172
|
+
:shader: modelshaderefs02_xxxxx
|
1173
|
+
:layout:
|
1174
|
+
Color_1: sampler2D_t
|
1175
|
+
Color_1_Tile: f4_float2_t
|
1176
|
+
ingored0: f4_ignored_t
|
1177
|
+
fog: f4_float3_t
|
1178
|
+
fognear: f4_float_t
|
1179
|
+
fogfar: f4_float_t
|
1180
|
+
ingored1: f4_ignored_t
|
1181
|
+
113:
|
1182
|
+
:size: 228
|
1183
|
+
:shader: modelshaderpls01_bxxmx
|
1184
|
+
:layout:
|
1185
|
+
Color_1: sampler2D_t
|
1186
|
+
envmap: samplerCUBE_t
|
1187
|
+
Spec_Mask: sampler2D_t
|
1188
|
+
Spec_Pow: sampler2D_t
|
1189
|
+
blend: f4_float_t
|
1190
|
+
specular: f4_float3_t
|
1191
|
+
Spec_Type: f4_float_t
|
1192
|
+
Spec_Limit: f4_float_t
|
1193
|
+
Env_Amb_Param: f4_float_t
|
1194
|
+
shine: f4_float_t
|
1195
|
+
fog: f4_float3_t
|
1196
|
+
fognear: f4_float_t
|
1197
|
+
fogfar: f4_float_t
|
1198
|
+
lightpos: f4_float4_t
|
1199
|
+
light_col: f4_float3_t
|
1200
|
+
lightpos2: f4_float4_t
|
1201
|
+
light_col2: f4_float3_t
|
1202
|
+
114:
|
1203
|
+
:size: 212
|
1204
|
+
:shader: modelshaderpls04_bxnxx
|
1205
|
+
:layout:
|
1206
|
+
Color_1: sampler2D_t
|
1207
|
+
reliefmap: sampler2D_t
|
1208
|
+
envmap: samplerCUBE_t
|
1209
|
+
env_amb: samplerCUBE_t
|
1210
|
+
Color_1_Tile: f4_float2_t
|
1211
|
+
depth: f4_float_t
|
1212
|
+
tile: f4_float2_t
|
1213
|
+
blend: f4_float_t
|
1214
|
+
Env_Amb_Param: f4_float_t
|
1215
|
+
fog: f4_float3_t
|
1216
|
+
fognear: f4_float_t
|
1217
|
+
fogfar: f4_float_t
|
1218
|
+
lightpos: f4_float4_t
|
1219
|
+
light_col: f4_float3_t
|
1220
|
+
lightpos2: f4_float4_t
|
1221
|
+
light_col2: f4_float3_t
|
1222
|
+
115:
|
1223
|
+
:size: 228
|
1224
|
+
:shader: modelshaderefs06_bxnxx
|
1225
|
+
:layout:
|
1226
|
+
Color_1: sampler2D_t
|
1227
|
+
reliefmap: sampler2D_t
|
1228
|
+
envmap: samplerCUBE_t
|
1229
|
+
reliefmap2: sampler2D_t
|
1230
|
+
Color_1_Tile: f4_float2_t
|
1231
|
+
depth: f4_float_t
|
1232
|
+
tile: f4_float2_t
|
1233
|
+
tile2: f4_float2_t
|
1234
|
+
blend: f4_float_t
|
1235
|
+
Env_Amb_Param: f4_float_t
|
1236
|
+
fog: f4_float3_t
|
1237
|
+
fognear: f4_float_t
|
1238
|
+
fogfar: f4_float_t
|
1239
|
+
lightpos: f4_float4_t
|
1240
|
+
light_col: f4_float3_t
|
1241
|
+
lightpos2: f4_float4_t
|
1242
|
+
light_col2: f4_float3_t
|
1243
|
+
116:
|
1244
|
+
:size: 228
|
1245
|
+
:shader: modelshaderbgs09_xxxxx
|
1246
|
+
:layout:
|
1247
|
+
Color_1: sampler2D_t
|
1248
|
+
lightmap: sampler2D_t
|
1249
|
+
reliefmap: sampler2D_t
|
1250
|
+
envmap: samplerCUBE_t
|
1251
|
+
Color_1_Tile: f4_float2_t
|
1252
|
+
bias: f4_float_t
|
1253
|
+
depth: f4_float_t
|
1254
|
+
tile: f4_float2_t
|
1255
|
+
blend: f4_float_t
|
1256
|
+
Env_Amb_Param: f4_float_t
|
1257
|
+
diffuse: f4_float3_t
|
1258
|
+
ingored0: f4_ignored_t
|
1259
|
+
fog: f4_float3_t
|
1260
|
+
fognear: f4_float_t
|
1261
|
+
fogfar: f4_float_t
|
1262
|
+
lightpos2: f4_float4_t
|
1263
|
+
diffuse2: f4_float3_t
|
1264
|
+
117:
|
1265
|
+
:size: 172
|
1266
|
+
:shader: modelshadergls01_bxxxx
|
1267
|
+
:layout:
|
1268
|
+
Color_1: sampler2D_t
|
1269
|
+
envmap: samplerCUBE_t
|
1270
|
+
fresnel_max: f4_float_t
|
1271
|
+
b_down: f4_float_t
|
1272
|
+
Color_1_Tile: f4_float2_t
|
1273
|
+
fog: f4_float3_t
|
1274
|
+
fognear: f4_float_t
|
1275
|
+
fogfar: f4_float_t
|
1276
|
+
lightpos: f4_float4_t
|
1277
|
+
light_col: f4_float3_t
|
1278
|
+
lightpos2: f4_float4_t
|
1279
|
+
light_col2: f4_float3_t
|
1280
|
+
118:
|
1281
|
+
:size: 212
|
1282
|
+
:shader: modelshaderbos02_bxnxx
|
1283
|
+
:layout:
|
1284
|
+
Color_1: sampler2D_t
|
1285
|
+
Color_2: sampler2D_t
|
1286
|
+
reliefmap: sampler2D_t
|
1287
|
+
envmap: samplerCUBE_t
|
1288
|
+
Color_1_Tile: f4_float2_t
|
1289
|
+
Color_2_Tile: f4_float2_t
|
1290
|
+
depth: f4_float_t
|
1291
|
+
blend: f4_float_t
|
1292
|
+
Env_Amb_Param: f4_float_t
|
1293
|
+
fog: f4_float3_t
|
1294
|
+
fognear: f4_float_t
|
1295
|
+
fogfar: f4_float_t
|
1296
|
+
lightpos: f4_float4_t
|
1297
|
+
light_col: f4_float3_t
|
1298
|
+
lightpos2: f4_float4_t
|
1299
|
+
light_col2: f4_float3_t
|
1300
|
+
119:
|
1301
|
+
:size: 176
|
1302
|
+
:shader: modelshaderefs07_bxxxx
|
1303
|
+
:layout:
|
1304
|
+
Color_1: sampler2D_t
|
1305
|
+
envmap: samplerCUBE_t
|
1306
|
+
effectmap: sampler2D_t
|
1307
|
+
Color_1_Tile: f4_float2_t
|
1308
|
+
blend: f4_float_t
|
1309
|
+
Env_Amb_Param: f4_float_t
|
1310
|
+
fog: f4_float3_t
|
1311
|
+
fognear: f4_float_t
|
1312
|
+
fogfar: f4_float_t
|
1313
|
+
lightpos: f4_float4_t
|
1314
|
+
light_col: f4_float3_t
|
1315
|
+
lightpos2: f4_float4_t
|
1316
|
+
light_col2: f4_float3_t
|
1317
|
+
120:
|
1318
|
+
:size: 196
|
1319
|
+
:shader: modelshaderefs07_bxnxx
|
1320
|
+
:layout:
|
1321
|
+
Color_1: sampler2D_t
|
1322
|
+
reliefmap: sampler2D_t
|
1323
|
+
envmap: samplerCUBE_t
|
1324
|
+
effectmap: sampler2D_t
|
1325
|
+
Color_1_Tile: f4_float2_t
|
1326
|
+
depth: f4_float_t
|
1327
|
+
blend: f4_float_t
|
1328
|
+
Env_Amb_Param: f4_float_t
|
1329
|
+
fog: f4_float3_t
|
1330
|
+
fognear: f4_float_t
|
1331
|
+
fogfar: f4_float_t
|
1332
|
+
lightpos: f4_float4_t
|
1333
|
+
light_col: f4_float3_t
|
1334
|
+
lightpos2: f4_float4_t
|
1335
|
+
light_col2: f4_float3_t
|
1336
|
+
121:
|
1337
|
+
:size: 212
|
1338
|
+
:shader: modelshaderbos02_bxnmx
|
1339
|
+
:layout:
|
1340
|
+
Color_1: sampler2D_t
|
1341
|
+
Color_2: sampler2D_t
|
1342
|
+
reliefmap: sampler2D_t
|
1343
|
+
envmap: samplerCUBE_t
|
1344
|
+
Color_1_Tile: f4_float2_t
|
1345
|
+
Color_2_Tile: f4_float2_t
|
1346
|
+
depth: f4_float_t
|
1347
|
+
blend: f4_float_t
|
1348
|
+
Env_Amb_Param: f4_float_t
|
1349
|
+
fog: f4_float3_t
|
1350
|
+
fognear: f4_float_t
|
1351
|
+
fogfar: f4_float_t
|
1352
|
+
lightpos: f4_float4_t
|
1353
|
+
light_col: f4_float3_t
|
1354
|
+
lightpos2: f4_float4_t
|
1355
|
+
light_col2: f4_float3_t
|
1356
|
+
122:
|
1357
|
+
:size: 356
|
1358
|
+
:shader: modelshaderbgs07_bxxxx
|
1359
|
+
:layout:
|
1360
|
+
Color_1: sampler2D_t
|
1361
|
+
lightmap: sampler2D_t
|
1362
|
+
envmap: samplerCUBE_t
|
1363
|
+
effectmap: sampler2D_t
|
1364
|
+
Color_1_Tile: f4_float2_t
|
1365
|
+
bias: f4_float_t
|
1366
|
+
depth: f4_float_t
|
1367
|
+
tile: f4_float2_t
|
1368
|
+
blend: f4_float_t
|
1369
|
+
dist: f4_float_t
|
1370
|
+
refract_distortion: f4_float_t
|
1371
|
+
env_distortion: f4_float_t
|
1372
|
+
shadow_distortion: f4_float_t
|
1373
|
+
blend_func: f4_float_t
|
1374
|
+
test_func: f4_float_t
|
1375
|
+
test_color: f4_float3_t
|
1376
|
+
diffuse: f4_float3_t
|
1377
|
+
ingored0: f4_ignored_t
|
1378
|
+
ingored1: f4_ignored_t
|
1379
|
+
fog: f4_float3_t
|
1380
|
+
fognear: f4_float_t
|
1381
|
+
fogfar: f4_float_t
|
1382
|
+
ingored2: f4_ignored_t
|
1383
|
+
lightpos2: f4_float4_t
|
1384
|
+
diffuse2: f4_float3_t
|
1385
|
+
123:
|
1386
|
+
:size: 228
|
1387
|
+
:shader: modelshaderbgs08_bxxxx
|
1388
|
+
:layout:
|
1389
|
+
Color_1: sampler2D_t
|
1390
|
+
lightmap: sampler2D_t
|
1391
|
+
reliefmap: sampler2D_t
|
1392
|
+
envmap: samplerCUBE_t
|
1393
|
+
Color_1_Tile: f4_float2_t
|
1394
|
+
bias: f4_float_t
|
1395
|
+
depth: f4_float_t
|
1396
|
+
tile: f4_float2_t
|
1397
|
+
blend: f4_float_t
|
1398
|
+
Env_Amb_Param: f4_float_t
|
1399
|
+
diffuse: f4_float3_t
|
1400
|
+
ingored0: f4_ignored_t
|
1401
|
+
fog: f4_float3_t
|
1402
|
+
fognear: f4_float_t
|
1403
|
+
fogfar: f4_float_t
|
1404
|
+
lightpos2: f4_float4_t
|
1405
|
+
diffuse2: f4_float3_t
|
1406
|
+
124:
|
1407
|
+
:size: 228
|
1408
|
+
:shader: modelshaderbgs09_bxxxx
|
1409
|
+
:layout:
|
1410
|
+
Color_1: sampler2D_t
|
1411
|
+
lightmap: sampler2D_t
|
1412
|
+
reliefmap: sampler2D_t
|
1413
|
+
envmap: samplerCUBE_t
|
1414
|
+
Color_1_Tile: f4_float2_t
|
1415
|
+
bias: f4_float_t
|
1416
|
+
depth: f4_float_t
|
1417
|
+
tile: f4_float2_t
|
1418
|
+
blend: f4_float_t
|
1419
|
+
Env_Amb_Param: f4_float_t
|
1420
|
+
diffuse: f4_float3_t
|
1421
|
+
ingored0: f4_ignored_t
|
1422
|
+
fog: f4_float3_t
|
1423
|
+
fognear: f4_float_t
|
1424
|
+
fogfar: f4_float_t
|
1425
|
+
lightpos2: f4_float4_t
|
1426
|
+
diffuse2: f4_float3_t
|
1427
|
+
125:
|
1428
|
+
:size: 108
|
1429
|
+
:shader: modelshaderetc02_bxxmx
|
1430
|
+
:layout:
|
1431
|
+
Color_1: sampler2D_t
|
1432
|
+
envmap: samplerCUBE_t
|
1433
|
+
Color_1_Tile: f4_float2_t
|
1434
|
+
blend: f4_float_t
|
1435
|
+
Env_Amb_Param: f4_float_t
|
1436
|
+
fog: f4_float3_t
|
1437
|
+
fognear: f4_float_t
|
1438
|
+
fogfar: f4_float_t
|
1439
|
+
126:
|
1440
|
+
:size: 152
|
1441
|
+
:size_vertex: 80
|
1442
|
+
:shader: modelshaderbil04_bxxxx
|
1443
|
+
:layout:
|
1444
|
+
Color_1: sampler2D_t
|
1445
|
+
fognear: f4_float_t
|
1446
|
+
fogfar: f4_float_t
|
1447
|
+
wave: f4_float4_t
|
1448
|
+
lightpos: f4_float4_t
|
1449
|
+
lightpos2: f4_float4_t
|
1450
|
+
bias: f4_float_t
|
1451
|
+
fog: f4_float3_t
|
1452
|
+
ingored0: f4_ignored_t
|
1453
|
+
ingored1: f4_ignored_t
|
1454
|
+
127:
|
1455
|
+
:size: 292
|
1456
|
+
:shader: modelshaderpls05_bxnxx
|
1457
|
+
:layout:
|
1458
|
+
Color_1: sampler2D_t
|
1459
|
+
reliefmap: sampler2D_t
|
1460
|
+
envmap: samplerCUBE_t
|
1461
|
+
Spec_Pow: sampler2D_t
|
1462
|
+
Color_1_Tile: f4_float2_t
|
1463
|
+
depth: f4_float_t
|
1464
|
+
tile: f4_float2_t
|
1465
|
+
blend: f4_float_t
|
1466
|
+
specular: f4_float3_t
|
1467
|
+
spelightpos: f4_float4_t
|
1468
|
+
Spec_Type: f4_float_t
|
1469
|
+
Spec_Limit: f4_float_t
|
1470
|
+
Env_Amb_Param: f4_float_t
|
1471
|
+
shine: f4_float_t
|
1472
|
+
fog: f4_float3_t
|
1473
|
+
fognear: f4_float_t
|
1474
|
+
fogfar: f4_float_t
|
1475
|
+
lightpos: f4_float4_t
|
1476
|
+
light_col: f4_float3_t
|
1477
|
+
lightpos2: f4_float4_t
|
1478
|
+
light_col2: f4_float3_t
|
1479
|
+
128:
|
1480
|
+
:size: 192
|
1481
|
+
:shader: modelshaderobs09_bxxmx
|
1482
|
+
:layout:
|
1483
|
+
Color_1: sampler2D_t
|
1484
|
+
lightmap: sampler2D_t
|
1485
|
+
envmap: samplerCUBE_t
|
1486
|
+
Color_1_Tile: f4_float2_t
|
1487
|
+
ingored0: f4_ignored_t
|
1488
|
+
blend: f4_float_t
|
1489
|
+
Env_Amb_Param: f4_float_t
|
1490
|
+
fog: f4_float3_t
|
1491
|
+
fognear: f4_float_t
|
1492
|
+
fogfar: f4_float_t
|
1493
|
+
lightpos: f4_float4_t
|
1494
|
+
light_col: f4_float3_t
|
1495
|
+
lightpos2: f4_float4_t
|
1496
|
+
light_col2: f4_float3_t
|
1497
|
+
129:
|
1498
|
+
:size: 288
|
1499
|
+
:shader: modelshadergls03_bxxxx
|
1500
|
+
:layout:
|
1501
|
+
Color_1: sampler2D_t
|
1502
|
+
refractmap: sampler2D_t
|
1503
|
+
envmap: samplerCUBE_t
|
1504
|
+
Color_1_Tile: f4_float2_t
|
1505
|
+
bias: f4_float_t
|
1506
|
+
refract_blend: f4_float_t
|
1507
|
+
refract_distortion: f4_float_t
|
1508
|
+
eSSS_blend: f4_float_t
|
1509
|
+
blend: f4_float_t
|
1510
|
+
Env_Amb_Param: f4_float_t
|
1511
|
+
env_distortion: f4_float_t
|
1512
|
+
diffuse: f4_float3_t
|
1513
|
+
ambient: f4_float3_t
|
1514
|
+
fog: f4_float3_t
|
1515
|
+
fognear: f4_float_t
|
1516
|
+
fogfar: f4_float_t
|
1517
|
+
ingored0: f4_ignored_t
|
1518
|
+
ingored1: f4_ignored_t
|
1519
|
+
ingored2: f4_ignored_t
|
1520
|
+
ingored3: f4_ignored_t
|
1521
|
+
130:
|
1522
|
+
:size: 172
|
1523
|
+
:shader: modelshadergls02_xxxxx
|
1524
|
+
:layout:
|
1525
|
+
Color_1: sampler2D_t
|
1526
|
+
envmap: samplerCUBE_t
|
1527
|
+
fresnel_max: f4_float_t
|
1528
|
+
b_down: f4_float_t
|
1529
|
+
Color_1_Tile: f4_float2_t
|
1530
|
+
fog: f4_float3_t
|
1531
|
+
fognear: f4_float_t
|
1532
|
+
fogfar: f4_float_t
|
1533
|
+
lightpos: f4_float4_t
|
1534
|
+
light_col: f4_float3_t
|
1535
|
+
lightpos2: f4_float4_t
|
1536
|
+
light_col2: f4_float3_t
|
1537
|
+
131:
|
1538
|
+
:size: 172
|
1539
|
+
:shader: modelshadergls02_bxxxx
|
1540
|
+
:layout:
|
1541
|
+
Color_1: sampler2D_t
|
1542
|
+
envmap: samplerCUBE_t
|
1543
|
+
fresnel_max: f4_float_t
|
1544
|
+
b_down: f4_float_t
|
1545
|
+
Color_1_Tile: f4_float2_t
|
1546
|
+
fog: f4_float3_t
|
1547
|
+
fognear: f4_float_t
|
1548
|
+
fogfar: f4_float_t
|
1549
|
+
lightpos: f4_float4_t
|
1550
|
+
light_col: f4_float3_t
|
1551
|
+
lightpos2: f4_float4_t
|
1552
|
+
light_col2: f4_float3_t
|
1553
|
+
132:
|
1554
|
+
:size: 228
|
1555
|
+
:shader: modelshaderpls01_bxxxa
|
1556
|
+
:layout:
|
1557
|
+
Color_1: sampler2D_t
|
1558
|
+
envmap: samplerCUBE_t
|
1559
|
+
Spec_Mask: sampler2D_t
|
1560
|
+
Spec_Pow: sampler2D_t
|
1561
|
+
blend: f4_float_t
|
1562
|
+
specular: f4_float3_t
|
1563
|
+
Spec_Type: f4_float_t
|
1564
|
+
Spec_Limit: f4_float_t
|
1565
|
+
Env_Amb_Param: f4_float_t
|
1566
|
+
shine: f4_float_t
|
1567
|
+
fog: f4_float3_t
|
1568
|
+
fognear: f4_float_t
|
1569
|
+
fogfar: f4_float_t
|
1570
|
+
lightpos: f4_float4_t
|
1571
|
+
light_col: f4_float3_t
|
1572
|
+
lightpos2: f4_float4_t
|
1573
|
+
light_col2: f4_float3_t
|
1574
|
+
133:
|
1575
|
+
:size: 88
|
1576
|
+
:size_vertex: 48
|
1577
|
+
:shader: modelshadergrs00_xxxxa
|
1578
|
+
:layout:
|
1579
|
+
Color_1: sampler2D_t
|
1580
|
+
test_0: f4_float4_t
|
1581
|
+
fognear: f4_float_t
|
1582
|
+
fogfar: f4_float_t
|
1583
|
+
bias: f4_float_t
|
1584
|
+
fog: f4_float3_t
|
1585
|
+
134:
|
1586
|
+
:size: 88
|
1587
|
+
:size_vertex: 48
|
1588
|
+
:shader: modelshadergrs00_bxxxa
|
1589
|
+
:layout:
|
1590
|
+
Color_1: sampler2D_t
|
1591
|
+
test_0: f4_float4_t
|
1592
|
+
fognear: f4_float_t
|
1593
|
+
fogfar: f4_float_t
|
1594
|
+
bias: f4_float_t
|
1595
|
+
fog: f4_float3_t
|
1596
|
+
135:
|
1597
|
+
:size: 212
|
1598
|
+
:shader: modelshaderpls06_bxnxx
|
1599
|
+
:layout:
|
1600
|
+
Color_1: sampler2D_t
|
1601
|
+
reliefmap: sampler2D_t
|
1602
|
+
envmap: samplerCUBE_t
|
1603
|
+
env_amb: samplerCUBE_t
|
1604
|
+
Color_1_Tile: f4_float2_t
|
1605
|
+
depth: f4_float_t
|
1606
|
+
tile: f4_float2_t
|
1607
|
+
blend: f4_float_t
|
1608
|
+
Env_Amb_Param: f4_float_t
|
1609
|
+
fog: f4_float3_t
|
1610
|
+
fognear: f4_float_t
|
1611
|
+
fogfar: f4_float_t
|
1612
|
+
lightpos: f4_float4_t
|
1613
|
+
light_col: f4_float3_t
|
1614
|
+
lightpos2: f4_float4_t
|
1615
|
+
light_col2: f4_float3_t
|
1616
|
+
136:
|
1617
|
+
:size: 192
|
1618
|
+
:shader: modelshaderbgs03_xxxxx
|
1619
|
+
:layout:
|
1620
|
+
Color_1: sampler2D_t
|
1621
|
+
lightmap: sampler2D_t
|
1622
|
+
envmap: samplerCUBE_t
|
1623
|
+
Color_1_Tile: f4_float2_t
|
1624
|
+
ref_blend: f4_float_t
|
1625
|
+
blend: f4_float_t
|
1626
|
+
Env_Amb_Param: f4_float_t
|
1627
|
+
diffuse: f4_float3_t
|
1628
|
+
ingored0: f4_ignored_t
|
1629
|
+
fog: f4_float3_t
|
1630
|
+
fognear: f4_float_t
|
1631
|
+
fogfar: f4_float_t
|
1632
|
+
lightpos2: f4_float4_t
|
1633
|
+
diffuse2: f4_float3_t
|
1634
|
+
137:
|
1635
|
+
:size: 192
|
1636
|
+
:shader: modelshaderbgs03_bxxxx
|
1637
|
+
:layout:
|
1638
|
+
Color_1: sampler2D_t
|
1639
|
+
lightmap: sampler2D_t
|
1640
|
+
envmap: samplerCUBE_t
|
1641
|
+
Color_1_Tile: f4_float2_t
|
1642
|
+
ref_blend: f4_float_t
|
1643
|
+
blend: f4_float_t
|
1644
|
+
Env_Amb_Param: f4_float_t
|
1645
|
+
diffuse: f4_float3_t
|
1646
|
+
ingored0: f4_ignored_t
|
1647
|
+
fog: f4_float3_t
|
1648
|
+
fognear: f4_float_t
|
1649
|
+
fogfar: f4_float_t
|
1650
|
+
lightpos2: f4_float4_t
|
1651
|
+
diffuse2: f4_float3_t
|
1652
|
+
138:
|
1653
|
+
:size: 152
|
1654
|
+
:size_vertex: 80
|
1655
|
+
:shader: modelshaderbil05_xxxxx
|
1656
|
+
:layout:
|
1657
|
+
Color_1: sampler2D_t
|
1658
|
+
fognear: f4_float_t
|
1659
|
+
fogfar: f4_float_t
|
1660
|
+
wave: f4_float4_t
|
1661
|
+
lightpos: f4_float4_t
|
1662
|
+
lightpos2: f4_float4_t
|
1663
|
+
bias: f4_float_t
|
1664
|
+
fog: f4_float3_t
|
1665
|
+
ingored0: f4_ignored_t
|
1666
|
+
ingored1: f4_ignored_t
|
1667
|
+
139:
|
1668
|
+
:size: 172
|
1669
|
+
:shader: modelshaderefs08_bxxmx
|
1670
|
+
:layout:
|
1671
|
+
Color_1: sampler2D_t
|
1672
|
+
envmap: samplerCUBE_t
|
1673
|
+
Color_1_Tile: f4_float2_t
|
1674
|
+
blend: f4_float_t
|
1675
|
+
Env_Amb_Param: f4_float_t
|
1676
|
+
fog: f4_float3_t
|
1677
|
+
fognear: f4_float_t
|
1678
|
+
fogfar: f4_float_t
|
1679
|
+
lightpos: f4_float4_t
|
1680
|
+
light_col: f4_float3_t
|
1681
|
+
lightpos2: f4_float4_t
|
1682
|
+
light_col2: f4_float3_t
|
1683
|
+
140:
|
1684
|
+
:size: 288
|
1685
|
+
:shader: modelshaderefs09_bxxxx
|
1686
|
+
:layout:
|
1687
|
+
Color_1: sampler2D_t
|
1688
|
+
refractmap: sampler2D_t
|
1689
|
+
envmap: samplerCUBE_t
|
1690
|
+
Color_1_Tile: f4_float2_t
|
1691
|
+
bias: f4_float_t
|
1692
|
+
refract_blend: f4_float_t
|
1693
|
+
refract_distortion: f4_float_t
|
1694
|
+
blend: f4_float_t
|
1695
|
+
Env_Amb_Param: f4_float_t
|
1696
|
+
env_distortion: f4_float_t
|
1697
|
+
diffuse: f4_float3_t
|
1698
|
+
ambient: f4_float3_t
|
1699
|
+
fog: f4_float3_t
|
1700
|
+
fognear: f4_float_t
|
1701
|
+
fogfar: f4_float_t
|
1702
|
+
ingored0: f4_ignored_t
|
1703
|
+
ingored1: f4_ignored_t
|
1704
|
+
ingored2: f4_ignored_t
|
1705
|
+
ingored3: f4_ignored_t
|
1706
|
+
Color_1_Offset: f4_float2_t
|
1707
|
+
141:
|
1708
|
+
:size: 212
|
1709
|
+
:shader: modelshaderbgs11_xxxxx
|
1710
|
+
:layout:
|
1711
|
+
Color_1: sampler2D_t
|
1712
|
+
lightmap: sampler2D_t
|
1713
|
+
reliefmap: sampler2D_t
|
1714
|
+
envmap: samplerCUBE_t
|
1715
|
+
Color_1_Tile: f4_float2_t
|
1716
|
+
depth: f4_float_t
|
1717
|
+
tile: f4_float2_t
|
1718
|
+
ref_blend: f4_float_t
|
1719
|
+
Env_Amb_Param: f4_float_t
|
1720
|
+
diffuse: f4_float3_t
|
1721
|
+
ingored0: f4_ignored_t
|
1722
|
+
fog: f4_float3_t
|
1723
|
+
fognear: f4_float_t
|
1724
|
+
fogfar: f4_float_t
|
1725
|
+
lightpos2: f4_float4_t
|
1726
|
+
diffuse2: f4_float3_t
|
1727
|
+
142:
|
1728
|
+
:size: 212
|
1729
|
+
:shader: modelshaderbgs12_xxxxx
|
1730
|
+
:layout:
|
1731
|
+
Color_1: sampler2D_t
|
1732
|
+
lightmap: sampler2D_t
|
1733
|
+
reliefmap: sampler2D_t
|
1734
|
+
envmap: samplerCUBE_t
|
1735
|
+
Color_1_Tile: f4_float2_t
|
1736
|
+
depth: f4_float_t
|
1737
|
+
tile: f4_float2_t
|
1738
|
+
ref_blend: f4_float_t
|
1739
|
+
Env_Amb_Param: f4_float_t
|
1740
|
+
diffuse: f4_float3_t
|
1741
|
+
ingored0: f4_ignored_t
|
1742
|
+
fog: f4_float3_t
|
1743
|
+
fognear: f4_float_t
|
1744
|
+
fogfar: f4_float_t
|
1745
|
+
lightpos2: f4_float4_t
|
1746
|
+
diffuse2: f4_float3_t
|
1747
|
+
143:
|
1748
|
+
:size: 212
|
1749
|
+
:shader: modelshaderbgs11_bxxxx
|
1750
|
+
:layout:
|
1751
|
+
Color_1: sampler2D_t
|
1752
|
+
lightmap: sampler2D_t
|
1753
|
+
reliefmap: sampler2D_t
|
1754
|
+
envmap: samplerCUBE_t
|
1755
|
+
Color_1_Tile: f4_float2_t
|
1756
|
+
depth: f4_float_t
|
1757
|
+
tile: f4_float2_t
|
1758
|
+
ref_blend: f4_float_t
|
1759
|
+
Env_Amb_Param: f4_float_t
|
1760
|
+
diffuse: f4_float3_t
|
1761
|
+
ingored0: f4_ignored_t
|
1762
|
+
fog: f4_float3_t
|
1763
|
+
fognear: f4_float_t
|
1764
|
+
fogfar: f4_float_t
|
1765
|
+
lightpos2: f4_float4_t
|
1766
|
+
diffuse2: f4_float3_t
|
1767
|
+
144:
|
1768
|
+
:size: 180
|
1769
|
+
:shader: modelshaderbgs13_xxxxx
|
1770
|
+
:layout:
|
1771
|
+
Color_1: sampler2D_t
|
1772
|
+
lightmap: sampler2D_t
|
1773
|
+
reliefmap: sampler2D_t
|
1774
|
+
envmap: samplerCUBE_t
|
1775
|
+
Color_1_Tile: f4_float2_t
|
1776
|
+
depth: f4_float_t
|
1777
|
+
tile: f4_float2_t
|
1778
|
+
diffuse: f4_float3_t
|
1779
|
+
ingored0: f4_ignored_t
|
1780
|
+
fog: f4_float3_t
|
1781
|
+
fognear: f4_float_t
|
1782
|
+
fogfar: f4_float_t
|
1783
|
+
lightpos2: f4_float4_t
|
1784
|
+
diffuse2: f4_float3_t
|
1785
|
+
145:
|
1786
|
+
:size: 212
|
1787
|
+
:shader: modelshaderbgs12_bxxxx
|
1788
|
+
:layout:
|
1789
|
+
Color_1: sampler2D_t
|
1790
|
+
lightmap: sampler2D_t
|
1791
|
+
reliefmap: sampler2D_t
|
1792
|
+
envmap: samplerCUBE_t
|
1793
|
+
Color_1_Tile: f4_float2_t
|
1794
|
+
depth: f4_float_t
|
1795
|
+
tile: f4_float2_t
|
1796
|
+
ref_blend: f4_float_t
|
1797
|
+
Env_Amb_Param: f4_float_t
|
1798
|
+
diffuse: f4_float3_t
|
1799
|
+
ingored0: f4_ignored_t
|
1800
|
+
fog: f4_float3_t
|
1801
|
+
fognear: f4_float_t
|
1802
|
+
fogfar: f4_float_t
|
1803
|
+
lightpos2: f4_float4_t
|
1804
|
+
diffuse2: f4_float3_t
|
1805
|
+
146:
|
1806
|
+
:size: 156
|
1807
|
+
:shader: modelshaderbgs14_bxxxx
|
1808
|
+
:layout:
|
1809
|
+
Color_1: sampler2D_t
|
1810
|
+
lightmap: sampler2D_t
|
1811
|
+
Color_1_Tile: f4_float2_t
|
1812
|
+
bias: f4_float_t
|
1813
|
+
diffuse: f4_float3_t
|
1814
|
+
ingored0: f4_ignored_t
|
1815
|
+
fog: f4_float3_t
|
1816
|
+
fognear: f4_float_t
|
1817
|
+
fogfar: f4_float_t
|
1818
|
+
lightpos2: f4_float4_t
|
1819
|
+
diffuse2: f4_float3_t
|
1820
|
+
147:
|
1821
|
+
:size: 156
|
1822
|
+
:shader: modelshaderbgs14_xxxxx
|
1823
|
+
:layout:
|
1824
|
+
Color_1: sampler2D_t
|
1825
|
+
lightmap: sampler2D_t
|
1826
|
+
Color_1_Tile: f4_float2_t
|
1827
|
+
bias: f4_float_t
|
1828
|
+
diffuse: f4_float3_t
|
1829
|
+
ingored0: f4_ignored_t
|
1830
|
+
fog: f4_float3_t
|
1831
|
+
fognear: f4_float_t
|
1832
|
+
fogfar: f4_float_t
|
1833
|
+
lightpos2: f4_float4_t
|
1834
|
+
diffuse2: f4_float3_t
|
1835
|
+
148:
|
1836
|
+
:size: 228
|
1837
|
+
:shader: modelshaderpls07_bxxxa
|
1838
|
+
:layout:
|
1839
|
+
Color_1: sampler2D_t
|
1840
|
+
envmap: samplerCUBE_t
|
1841
|
+
Spec_Mask: sampler2D_t
|
1842
|
+
Spec_Pow: sampler2D_t
|
1843
|
+
blend: f4_float_t
|
1844
|
+
specular: f4_float3_t
|
1845
|
+
Spec_Type: f4_float_t
|
1846
|
+
Spec_Limit: f4_float_t
|
1847
|
+
Env_Amb_Param: f4_float_t
|
1848
|
+
shine: f4_float_t
|
1849
|
+
fog: f4_float3_t
|
1850
|
+
fognear: f4_float_t
|
1851
|
+
fogfar: f4_float_t
|
1852
|
+
lightpos: f4_float4_t
|
1853
|
+
light_col: f4_float3_t
|
1854
|
+
lightpos2: f4_float4_t
|
1855
|
+
light_col2: f4_float3_t
|
1856
|
+
149:
|
1857
|
+
:size: 120
|
1858
|
+
:shader: modelshaderpls08_bxxxx
|
1859
|
+
:layout:
|
1860
|
+
Color_1: sampler2D_t
|
1861
|
+
Color_1_Tile: f4_float2_t
|
1862
|
+
bias: f4_float_t
|
1863
|
+
diffuse: f4_float3_t
|
1864
|
+
ambient: f4_float3_t
|
1865
|
+
fog: f4_float3_t
|
1866
|
+
fognear: f4_float_t
|
1867
|
+
fogfar: f4_float_t
|
1868
|
+
150:
|
1869
|
+
:size: 104
|
1870
|
+
:shader: modelshaderetc03_bxxxx
|
1871
|
+
:layout:
|
1872
|
+
Color_1: sampler2D_t
|
1873
|
+
bias: f4_float_t
|
1874
|
+
ingored0: f4_ignored_t
|
1875
|
+
fog: f4_float3_t
|
1876
|
+
fognear: f4_float_t
|
1877
|
+
fogfar: f4_float_t
|
1878
|
+
ingored1: f4_ignored_t
|
1879
|
+
151:
|
1880
|
+
:size: 276
|
1881
|
+
:shader: modelshaderpls09_bxxmx
|
1882
|
+
:layout:
|
1883
|
+
Color_1: sampler2D_t
|
1884
|
+
envmap: samplerCUBE_t
|
1885
|
+
Spec_Pow: sampler2D_t
|
1886
|
+
env_amb: samplerCUBE_t
|
1887
|
+
blend: f4_float_t
|
1888
|
+
env_factor: f4_float_t
|
1889
|
+
specular: f4_float3_t
|
1890
|
+
spelightpos: f4_float4_t
|
1891
|
+
ingored0: f4_ignored_t
|
1892
|
+
Spec_Type: f4_float_t
|
1893
|
+
Spec_Limit: f4_float_t
|
1894
|
+
Env_Amb_Param: f4_float_t
|
1895
|
+
ingored1: f4_ignored_t
|
1896
|
+
fog: f4_float3_t
|
1897
|
+
fognear: f4_float_t
|
1898
|
+
fogfar: f4_float_t
|
1899
|
+
lightpos: f4_float4_t
|
1900
|
+
light_col: f4_float3_t
|
1901
|
+
lightpos2: f4_float4_t
|
1902
|
+
light_col2: f4_float3_t
|
1903
|
+
152:
|
1904
|
+
:size: 288
|
1905
|
+
:shader: modelshaderefs10_bxxxx
|
1906
|
+
:layout:
|
1907
|
+
Color_1: sampler2D_t
|
1908
|
+
refractmap: sampler2D_t
|
1909
|
+
envmap: samplerCUBE_t
|
1910
|
+
Color_1_Tile: f4_float2_t
|
1911
|
+
bias: f4_float_t
|
1912
|
+
refract_blend: f4_float_t
|
1913
|
+
refract_distortion: f4_float_t
|
1914
|
+
eSSS_blend: f4_float_t
|
1915
|
+
blend: f4_float_t
|
1916
|
+
Env_Amb_Param: f4_float_t
|
1917
|
+
env_distortion: f4_float_t
|
1918
|
+
diffuse: f4_float3_t
|
1919
|
+
ambient: f4_float3_t
|
1920
|
+
fog: f4_float3_t
|
1921
|
+
fognear: f4_float_t
|
1922
|
+
fogfar: f4_float_t
|
1923
|
+
ingored0: f4_ignored_t
|
1924
|
+
ingored1: f4_ignored_t
|
1925
|
+
ingored2: f4_ignored_t
|
1926
|
+
ingored3: f4_ignored_t
|
1927
|
+
153:
|
1928
|
+
:size: 232
|
1929
|
+
:shader: modelshaderefs11_xxxxx
|
1930
|
+
:layout:
|
1931
|
+
Color_1: sampler2D_t
|
1932
|
+
Color_2: sampler2D_t
|
1933
|
+
lightmap: sampler2D_t
|
1934
|
+
reliefmap: sampler2D_t
|
1935
|
+
envmap: samplerCUBE_t
|
1936
|
+
Color_1_Tile: f4_float2_t
|
1937
|
+
Color_2_Tile: f4_float2_t
|
1938
|
+
depth: f4_float_t
|
1939
|
+
tile: f4_float2_t
|
1940
|
+
ref_blend: f4_float_t
|
1941
|
+
Env_Amb_Param: f4_float_t
|
1942
|
+
diffuse: f4_float3_t
|
1943
|
+
ingored0: f4_ignored_t
|
1944
|
+
fog: f4_float3_t
|
1945
|
+
fognear: f4_float_t
|
1946
|
+
fogfar: f4_float_t
|
1947
|
+
lightpos2: f4_float4_t
|
1948
|
+
diffuse2: f4_float3_t
|
1949
|
+
154:
|
1950
|
+
:size: 104
|
1951
|
+
:shader: modelshaderefs12_bxxxx
|
1952
|
+
:layout:
|
1953
|
+
Color_1: sampler2D_t
|
1954
|
+
Color_1_Tile: f4_float2_t
|
1955
|
+
c_alp: f4_float_t
|
1956
|
+
o_alp: f4_float_t
|
1957
|
+
fog: f4_float3_t
|
1958
|
+
fognear: f4_float_t
|
1959
|
+
fogfar: f4_float_t
|
1960
|
+
155:
|
1961
|
+
:size: 212
|
1962
|
+
:shader: modelshaderbgs12_xxxxa
|
1963
|
+
:layout:
|
1964
|
+
Color_1: sampler2D_t
|
1965
|
+
lightmap: sampler2D_t
|
1966
|
+
reliefmap: sampler2D_t
|
1967
|
+
envmap: samplerCUBE_t
|
1968
|
+
Color_1_Tile: f4_float2_t
|
1969
|
+
depth: f4_float_t
|
1970
|
+
tile: f4_float2_t
|
1971
|
+
ref_blend: f4_float_t
|
1972
|
+
Env_Amb_Param: f4_float_t
|
1973
|
+
diffuse: f4_float3_t
|
1974
|
+
ingored0: f4_ignored_t
|
1975
|
+
fog: f4_float3_t
|
1976
|
+
fognear: f4_float_t
|
1977
|
+
fogfar: f4_float_t
|
1978
|
+
lightpos2: f4_float4_t
|
1979
|
+
diffuse2: f4_float3_t
|
1980
|
+
156:
|
1981
|
+
:size: 156
|
1982
|
+
:shader: modelshaderetc04_xxxxx
|
1983
|
+
:layout:
|
1984
|
+
Color_1: sampler2D_t
|
1985
|
+
lightmap: sampler2D_t
|
1986
|
+
Color_1_Tile: f4_float2_t
|
1987
|
+
diffuse: f4_float3_t
|
1988
|
+
l_diffuse: f4_float3_t
|
1989
|
+
ingored0: f4_ignored_t
|
1990
|
+
fog: f4_float3_t
|
1991
|
+
fognear: f4_float_t
|
1992
|
+
fogfar: f4_float_t
|
1993
|
+
lightpos2: f4_float4_t
|
1994
|
+
diffuse2: f4_float3_t
|
1995
|
+
157:
|
1996
|
+
:size: 88
|
1997
|
+
:shader: modelshaderetc05_xxxxx
|
1998
|
+
:layout:
|
1999
|
+
Color_1: sampler2D_t
|
2000
|
+
bias: f4_float_t
|
2001
|
+
l_diffuse: f4_float3_t
|
2002
|
+
fog: f4_float3_t
|
2003
|
+
fognear: f4_float_t
|
2004
|
+
fogfar: f4_float_t
|
2005
|
+
158:
|
2006
|
+
:size: 156
|
2007
|
+
:shader: modelshaderetc04_bxxxx
|
2008
|
+
:layout:
|
2009
|
+
Color_1: sampler2D_t
|
2010
|
+
lightmap: sampler2D_t
|
2011
|
+
Color_1_Tile: f4_float2_t
|
2012
|
+
diffuse: f4_float3_t
|
2013
|
+
l_diffuse: f4_float3_t
|
2014
|
+
ingored0: f4_ignored_t
|
2015
|
+
fog: f4_float3_t
|
2016
|
+
fognear: f4_float_t
|
2017
|
+
fogfar: f4_float_t
|
2018
|
+
lightpos2: f4_float4_t
|
2019
|
+
diffuse2: f4_float3_t
|
2020
|
+
159:
|
2021
|
+
:size: 88
|
2022
|
+
:shader: modelshaderetc05_bxxxx
|
2023
|
+
:layout:
|
2024
|
+
Color_1: sampler2D_t
|
2025
|
+
bias: f4_float_t
|
2026
|
+
l_diffuse: f4_float3_t
|
2027
|
+
fog: f4_float3_t
|
2028
|
+
fognear: f4_float_t
|
2029
|
+
fogfar: f4_float_t
|
2030
|
+
160:
|
2031
|
+
:size: 104
|
2032
|
+
:shader: modelshaderbgs00_xxxxa
|
2033
|
+
:layout:
|
2034
|
+
Color_1: sampler2D_t
|
2035
|
+
bias: f4_float_t
|
2036
|
+
ingored0: f4_ignored_t
|
2037
|
+
fog: f4_float3_t
|
2038
|
+
fognear: f4_float_t
|
2039
|
+
fogfar: f4_float_t
|
2040
|
+
ingored1: f4_ignored_t
|
2041
|
+
161:
|
2042
|
+
:size: 176
|
2043
|
+
:shader: modelshaderetc06_bxxxx
|
2044
|
+
:layout:
|
2045
|
+
Color_1: sampler2D_t
|
2046
|
+
envmap: samplerCUBE_t
|
2047
|
+
Spec_Mask: sampler2D_t
|
2048
|
+
Color_1_Tile: f4_float2_t
|
2049
|
+
blend: f4_float_t
|
2050
|
+
Env_Amb_Param: f4_float_t
|
2051
|
+
fog: f4_float3_t
|
2052
|
+
fognear: f4_float_t
|
2053
|
+
fogfar: f4_float_t
|
2054
|
+
lightpos: f4_float4_t
|
2055
|
+
light_col: f4_float3_t
|
2056
|
+
lightpos2: f4_float4_t
|
2057
|
+
light_col2: f4_float3_t
|
2058
|
+
162:
|
2059
|
+
:size: 200
|
2060
|
+
:shader: modelshaderefs13_bxnxx
|
2061
|
+
:layout:
|
2062
|
+
Color_1: sampler2D_t
|
2063
|
+
reliefmap: sampler2D_t
|
2064
|
+
envmap: samplerCUBE_t
|
2065
|
+
effectmap: sampler2D_t
|
2066
|
+
zmap: sampler2D_t
|
2067
|
+
Color_1_Tile: f4_float2_t
|
2068
|
+
ingored0: f4_ignored_t
|
2069
|
+
blend: f4_float_t
|
2070
|
+
Env_Amb_Param: f4_float_t
|
2071
|
+
fog: f4_float3_t
|
2072
|
+
fognear: f4_float_t
|
2073
|
+
fogfar: f4_float_t
|
2074
|
+
lightpos: f4_float4_t
|
2075
|
+
light_col: f4_float3_t
|
2076
|
+
lightpos2: f4_float4_t
|
2077
|
+
light_col2: f4_float3_t
|
2078
|
+
163:
|
2079
|
+
:size: 228
|
2080
|
+
:shader: modelshaderobs10_bxnxx
|
2081
|
+
:layout:
|
2082
|
+
Color_1: sampler2D_t
|
2083
|
+
reliefmap: sampler2D_t
|
2084
|
+
envmap: samplerCUBE_t
|
2085
|
+
env_amb: samplerCUBE_t
|
2086
|
+
Color_1_Tile: f4_float2_t
|
2087
|
+
depth: f4_float_t
|
2088
|
+
tile: f4_float2_t
|
2089
|
+
blend: f4_float_t
|
2090
|
+
env_factor: f4_float_t
|
2091
|
+
Env_Amb_Param: f4_float_t
|
2092
|
+
fog: f4_float3_t
|
2093
|
+
fognear: f4_float_t
|
2094
|
+
fogfar: f4_float_t
|
2095
|
+
lightpos: f4_float4_t
|
2096
|
+
light_col: f4_float3_t
|
2097
|
+
lightpos2: f4_float4_t
|
2098
|
+
light_col2: f4_float3_t
|
2099
|
+
164:
|
2100
|
+
:size: 176
|
2101
|
+
:shader: modelshaderetc06_bxxmx
|
2102
|
+
:layout:
|
2103
|
+
Color_1: sampler2D_t
|
2104
|
+
envmap: samplerCUBE_t
|
2105
|
+
Spec_Mask: sampler2D_t
|
2106
|
+
Color_1_Tile: f4_float2_t
|
2107
|
+
blend: f4_float_t
|
2108
|
+
Env_Amb_Param: f4_float_t
|
2109
|
+
fog: f4_float3_t
|
2110
|
+
fognear: f4_float_t
|
2111
|
+
fogfar: f4_float_t
|
2112
|
+
lightpos: f4_float4_t
|
2113
|
+
light_col: f4_float3_t
|
2114
|
+
lightpos2: f4_float4_t
|
2115
|
+
light_col2: f4_float3_t
|
2116
|
+
165:
|
2117
|
+
:size: 188
|
2118
|
+
:shader: modelshaderefs14_bxnxx
|
2119
|
+
:layout:
|
2120
|
+
Color_1: sampler2D_t
|
2121
|
+
ignored0: samplerCUBE_t
|
2122
|
+
Color_1_Tile: f4_float2_t
|
2123
|
+
ingored1: f4_ignored_t
|
2124
|
+
ingored2: f4_ignored_t
|
2125
|
+
ingored3: f4_ignored_t
|
2126
|
+
fog: f4_float3_t
|
2127
|
+
fognear: f4_float_t
|
2128
|
+
fogfar: f4_float_t
|
2129
|
+
lightpos: f4_float4_t
|
2130
|
+
light_col: f4_float3_t
|
2131
|
+
lightpos2: f4_float4_t
|
2132
|
+
light_col2: f4_float3_t
|
2133
|
+
166:
|
2134
|
+
:size: 212
|
2135
|
+
:shader: modelshaderefs15_xxxxx
|
2136
|
+
:layout:
|
2137
|
+
Color_1: sampler2D_t
|
2138
|
+
lightmap: sampler2D_t
|
2139
|
+
reliefmap: sampler2D_t
|
2140
|
+
envmap: samplerCUBE_t
|
2141
|
+
Color_1_Tile: f4_float2_t
|
2142
|
+
depth: f4_float_t
|
2143
|
+
ingored0: f4_ignored_t
|
2144
|
+
ref_blend: f4_float_t
|
2145
|
+
Env_Amb_Param: f4_float_t
|
2146
|
+
diffuse: f4_float3_t
|
2147
|
+
ingored1: f4_ignored_t
|
2148
|
+
fog: f4_float3_t
|
2149
|
+
fognear: f4_float_t
|
2150
|
+
fogfar: f4_float_t
|
2151
|
+
lightpos2: f4_float4_t
|
2152
|
+
diffuse2: f4_float3_t
|
2153
|
+
167:
|
2154
|
+
:size: 188
|
2155
|
+
:shader: modelshaderefs16_bxxxx
|
2156
|
+
:layout:
|
2157
|
+
Color_1: sampler2D_t
|
2158
|
+
ignored0: samplerCUBE_t
|
2159
|
+
Color_1_Tile: f4_float2_t
|
2160
|
+
ingored1: f4_ignored_t
|
2161
|
+
ingored2: f4_ignored_t
|
2162
|
+
ingored3: f4_ignored_t
|
2163
|
+
fog: f4_float3_t
|
2164
|
+
fognear: f4_float_t
|
2165
|
+
fogfar: f4_float_t
|
2166
|
+
lightpos: f4_float4_t
|
2167
|
+
light_col: f4_float3_t
|
2168
|
+
lightpos2: f4_float4_t
|
2169
|
+
light_col2: f4_float3_t
|
2170
|
+
168:
|
2171
|
+
:size: 304
|
2172
|
+
:shader: modelshadermag03_bxxxx
|
2173
|
+
:layout:
|
2174
|
+
Color_1: sampler2D_t
|
2175
|
+
effectmap: sampler2D_t
|
2176
|
+
zmap: sampler2D_t
|
2177
|
+
Color_1_Tile: f4_float2_t
|
2178
|
+
bias: f4_float_t
|
2179
|
+
depth: f4_float_t
|
2180
|
+
tile: f4_float2_t
|
2181
|
+
ingored0: f4_ignored_t
|
2182
|
+
refract_distortion: f4_float_t
|
2183
|
+
ingored1: f4_ignored_t
|
2184
|
+
ingored2: f4_ignored_t
|
2185
|
+
test_color: f4_float3_t
|
2186
|
+
diffuse: f4_float3_t
|
2187
|
+
ingored3: f4_ignored_t
|
2188
|
+
ingored4: f4_ignored_t
|
2189
|
+
fog: f4_float3_t
|
2190
|
+
fognear: f4_float_t
|
2191
|
+
fogfar: f4_float_t
|
2192
|
+
ingored5: f4_ignored_t
|
2193
|
+
lightpos2: f4_float4_t
|
2194
|
+
diffuse2: f4_float3_t
|
2195
|
+
169:
|
2196
|
+
:size: 288
|
2197
|
+
:shader: modelshaderefs17_xxxxx
|
2198
|
+
:layout:
|
2199
|
+
Color_1: sampler2D_t
|
2200
|
+
refractmap: sampler2D_t
|
2201
|
+
envmap: samplerCUBE_t
|
2202
|
+
Color_1_Tile: f4_float2_t
|
2203
|
+
bias: f4_float_t
|
2204
|
+
refract_blend: f4_float_t
|
2205
|
+
refract_distortion: f4_float_t
|
2206
|
+
eSSS_blend: f4_float_t
|
2207
|
+
blend: f4_float_t
|
2208
|
+
Env_Amb_Param: f4_float_t
|
2209
|
+
env_distortion: f4_float_t
|
2210
|
+
diffuse: f4_float3_t
|
2211
|
+
ambient: f4_float3_t
|
2212
|
+
fog: f4_float3_t
|
2213
|
+
fognear: f4_float_t
|
2214
|
+
fogfar: f4_float_t
|
2215
|
+
ingored0: f4_ignored_t
|
2216
|
+
ingored1: f4_ignored_t
|
2217
|
+
ingored2: f4_ignored_t
|
2218
|
+
ingored3: f4_ignored_t
|
2219
|
+
170:
|
2220
|
+
:size: 196
|
2221
|
+
:shader: modelshaderetc07_bxxxx
|
2222
|
+
:layout:
|
2223
|
+
Color_1: sampler2D_t
|
2224
|
+
lightmap: sampler2D_t
|
2225
|
+
envmap: samplerCUBE_t
|
2226
|
+
env_amb: samplerCUBE_t
|
2227
|
+
Color_1_Tile: f4_float2_t
|
2228
|
+
blend: f4_float_t
|
2229
|
+
env_factor: f4_float_t
|
2230
|
+
Env_Amb_Param: f4_float_t
|
2231
|
+
fog: f4_float3_t
|
2232
|
+
fognear: f4_float_t
|
2233
|
+
fogfar: f4_float_t
|
2234
|
+
lightpos: f4_float4_t
|
2235
|
+
light_col: f4_float3_t
|
2236
|
+
lightpos2: f4_float4_t
|
2237
|
+
light_col2: f4_float3_t
|
2238
|
+
171:
|
2239
|
+
:size: 124
|
2240
|
+
:shader: modelshaderbos03_bxxxx
|
2241
|
+
:layout:
|
2242
|
+
Color_1: sampler2D_t
|
2243
|
+
envmap: samplerCUBE_t
|
2244
|
+
Color_1_Tile: f4_float2_t
|
2245
|
+
bias: f4_float_t
|
2246
|
+
diffuse: f4_float3_t
|
2247
|
+
ambient: f4_float3_t
|
2248
|
+
fog: f4_float3_t
|
2249
|
+
fognear: f4_float_t
|
2250
|
+
fogfar: f4_float_t
|
2251
|
+
172:
|
2252
|
+
:size: 208
|
2253
|
+
:shader: modelshaderobs07_bxnxa
|
2254
|
+
:layout:
|
2255
|
+
Color_1: sampler2D_t
|
2256
|
+
reliefmap: sampler2D_t
|
2257
|
+
envmap: samplerCUBE_t
|
2258
|
+
Color_1_Tile: f4_float2_t
|
2259
|
+
depth: f4_float_t
|
2260
|
+
tile: f4_float2_t
|
2261
|
+
blend: f4_float_t
|
2262
|
+
Env_Amb_Param: f4_float_t
|
2263
|
+
fog: f4_float3_t
|
2264
|
+
fognear: f4_float_t
|
2265
|
+
fogfar: f4_float_t
|
2266
|
+
lightpos: f4_float4_t
|
2267
|
+
light_col: f4_float3_t
|
2268
|
+
lightpos2: f4_float4_t
|
2269
|
+
light_col2: f4_float3_t
|
2270
|
+
173:
|
2271
|
+
:size: 188
|
2272
|
+
:shader: modelshaderefs18_bxxxx
|
2273
|
+
:layout:
|
2274
|
+
Color_1: sampler2D_t
|
2275
|
+
ignored0: samplerCUBE_t
|
2276
|
+
Color_1_Tile: f4_float2_t
|
2277
|
+
ingored1: f4_ignored_t
|
2278
|
+
ingored2: f4_ignored_t
|
2279
|
+
ingored3: f4_ignored_t
|
2280
|
+
fog: f4_float3_t
|
2281
|
+
fognear: f4_float_t
|
2282
|
+
fogfar: f4_float_t
|
2283
|
+
lightpos: f4_float4_t
|
2284
|
+
light_col: f4_float3_t
|
2285
|
+
lightpos2: f4_float4_t
|
2286
|
+
light_col2: f4_float3_t
|
2287
|
+
174:
|
2288
|
+
:size: 172
|
2289
|
+
:shader: modelshaderetc08_bxxmx
|
2290
|
+
:layout:
|
2291
|
+
Color_1: sampler2D_t
|
2292
|
+
envmap: samplerCUBE_t
|
2293
|
+
Color_1_Tile: f4_float2_t
|
2294
|
+
blend: f4_float_t
|
2295
|
+
Env_Amb_Param: f4_float_t
|
2296
|
+
fog: f4_float3_t
|
2297
|
+
fognear: f4_float_t
|
2298
|
+
fogfar: f4_float_t
|
2299
|
+
lightpos: f4_float4_t
|
2300
|
+
light_col: f4_float3_t
|
2301
|
+
lightpos2: f4_float4_t
|
2302
|
+
light_col2: f4_float3_t
|
2303
|
+
175:
|
2304
|
+
:size: 184
|
2305
|
+
:size_vertex: 80
|
2306
|
+
:shader: modelshaderetc09_bxxxx
|
2307
|
+
:layout:
|
2308
|
+
Color_1: sampler2D_t
|
2309
|
+
blend: f4_float_t
|
2310
|
+
specular: f4_float3_t
|
2311
|
+
Spec_Type: f4_float_t
|
2312
|
+
Spec_Limit: f4_float_t
|
2313
|
+
lightpos: f4_float4_t
|
2314
|
+
fog: f4_float3_t
|
2315
|
+
fognear: f4_float_t
|
2316
|
+
fogfar: f4_float_t
|
2317
|
+
ingored0: f4_ignored_t
|
2318
|
+
ingored1: f4_ignored_t
|
2319
|
+
ingored2: f4_ignored_t
|
2320
|
+
176:
|
2321
|
+
:size: 188
|
2322
|
+
:shader: modelshaderetc10_xxxxx
|
2323
|
+
:layout:
|
2324
|
+
Color_1: sampler2D_t
|
2325
|
+
envmap: samplerCUBE_t
|
2326
|
+
Color_1_Tile: f4_float2_t
|
2327
|
+
bias: f4_float_t
|
2328
|
+
blend: f4_float_t
|
2329
|
+
ingored0: f4_ignored_t
|
2330
|
+
ingored1: f4_ignored_t
|
2331
|
+
ingored2: f4_ignored_t
|
2332
|
+
fog: f4_float3_t
|
2333
|
+
fognear: f4_float_t
|
2334
|
+
fogfar: f4_float_t
|
2335
|
+
ingored3: f4_ignored_t
|
2336
|
+
ingored4: f4_ignored_t
|
2337
|
+
177:
|
2338
|
+
:size: 188
|
2339
|
+
:shader: modelshaderetc10_bxxxx
|
2340
|
+
:layout:
|
2341
|
+
Color_1: sampler2D_t
|
2342
|
+
envmap: samplerCUBE_t
|
2343
|
+
Color_1_Tile: f4_float2_t
|
2344
|
+
bias: f4_float_t
|
2345
|
+
blend: f4_float_t
|
2346
|
+
ingored0: f4_ignored_t
|
2347
|
+
ingored1: f4_ignored_t
|
2348
|
+
ingored2: f4_ignored_t
|
2349
|
+
fog: f4_float3_t
|
2350
|
+
fognear: f4_float_t
|
2351
|
+
fogfar: f4_float_t
|
2352
|
+
ingored3: f4_ignored_t
|
2353
|
+
ingored4: f4_ignored_t
|
2354
|
+
178:
|
2355
|
+
:size: 212
|
2356
|
+
:shader: modelshaderpls03_bxnxa
|
2357
|
+
:layout:
|
2358
|
+
Color_1: sampler2D_t
|
2359
|
+
reliefmap: sampler2D_t
|
2360
|
+
envmap: samplerCUBE_t
|
2361
|
+
env_amb: samplerCUBE_t
|
2362
|
+
Color_1_Tile: f4_float2_t
|
2363
|
+
depth: f4_float_t
|
2364
|
+
tile: f4_float2_t
|
2365
|
+
blend: f4_float_t
|
2366
|
+
Env_Amb_Param: f4_float_t
|
2367
|
+
fog: f4_float3_t
|
2368
|
+
fognear: f4_float_t
|
2369
|
+
fogfar: f4_float_t
|
2370
|
+
lightpos: f4_float4_t
|
2371
|
+
light_col: f4_float3_t
|
2372
|
+
lightpos2: f4_float4_t
|
2373
|
+
light_col2: f4_float3_t
|
2374
|
+
179:
|
2375
|
+
:size: 292
|
2376
|
+
:shader: modelshaderpls05_bxnxa
|
2377
|
+
:layout:
|
2378
|
+
Color_1: sampler2D_t
|
2379
|
+
reliefmap: sampler2D_t
|
2380
|
+
envmap: samplerCUBE_t
|
2381
|
+
Spec_Pow: sampler2D_t
|
2382
|
+
Color_1_Tile: f4_float2_t
|
2383
|
+
depth: f4_float_t
|
2384
|
+
tile: f4_float2_t
|
2385
|
+
blend: f4_float_t
|
2386
|
+
specular: f4_float3_t
|
2387
|
+
spelightpos: f4_float4_t
|
2388
|
+
Spec_Type: f4_float_t
|
2389
|
+
Spec_Limit: f4_float_t
|
2390
|
+
Env_Amb_Param: f4_float_t
|
2391
|
+
shine: f4_float_t
|
2392
|
+
fog: f4_float3_t
|
2393
|
+
fognear: f4_float_t
|
2394
|
+
fogfar: f4_float_t
|
2395
|
+
lightpos: f4_float4_t
|
2396
|
+
light_col: f4_float3_t
|
2397
|
+
lightpos2: f4_float4_t
|
2398
|
+
light_col2: f4_float3_t
|
2399
|
+
180:
|
2400
|
+
:size: 152
|
2401
|
+
:size_vertex: 80
|
2402
|
+
:shader: modelshaderbil04_xxxxa
|
2403
|
+
:layout:
|
2404
|
+
Color_1: sampler2D_t
|
2405
|
+
fognear: f4_float_t
|
2406
|
+
fogfar: f4_float_t
|
2407
|
+
wave: f4_float4_t
|
2408
|
+
lightpos: f4_float4_t
|
2409
|
+
lightpos2: f4_float4_t
|
2410
|
+
bias: f4_float_t
|
2411
|
+
fog: f4_float3_t
|
2412
|
+
ingored0: f4_ignored_t
|
2413
|
+
ingored1: f4_ignored_t
|
2414
|
+
181:
|
2415
|
+
:size: 212
|
2416
|
+
:shader: modelshaderpls06_bxnxa
|
2417
|
+
:layout:
|
2418
|
+
Color_1: sampler2D_t
|
2419
|
+
reliefmap: sampler2D_t
|
2420
|
+
envmap: samplerCUBE_t
|
2421
|
+
env_amb: samplerCUBE_t
|
2422
|
+
Color_1_Tile: f4_float2_t
|
2423
|
+
depth: f4_float_t
|
2424
|
+
tile: f4_float2_t
|
2425
|
+
blend: f4_float_t
|
2426
|
+
Env_Amb_Param: f4_float_t
|
2427
|
+
fog: f4_float3_t
|
2428
|
+
fognear: f4_float_t
|
2429
|
+
fogfar: f4_float_t
|
2430
|
+
lightpos: f4_float4_t
|
2431
|
+
light_col: f4_float3_t
|
2432
|
+
lightpos2: f4_float4_t
|
2433
|
+
light_col2: f4_float3_t
|
2434
|
+
182:
|
2435
|
+
:size: 228
|
2436
|
+
:shader: modelshaderpls01_bxxma
|
2437
|
+
:layout:
|
2438
|
+
Color_1: sampler2D_t
|
2439
|
+
envmap: samplerCUBE_t
|
2440
|
+
Spec_Mask: sampler2D_t
|
2441
|
+
Spec_Pow: sampler2D_t
|
2442
|
+
blend: f4_float_t
|
2443
|
+
specular: f4_float3_t
|
2444
|
+
Spec_Type: f4_float_t
|
2445
|
+
Spec_Limit: f4_float_t
|
2446
|
+
Env_Amb_Param: f4_float_t
|
2447
|
+
shine: f4_float_t
|
2448
|
+
fog: f4_float3_t
|
2449
|
+
fognear: f4_float_t
|
2450
|
+
fogfar: f4_float_t
|
2451
|
+
lightpos: f4_float4_t
|
2452
|
+
light_col: f4_float3_t
|
2453
|
+
lightpos2: f4_float4_t
|
2454
|
+
light_col2: f4_float3_t
|
2455
|
+
183:
|
2456
|
+
:size: 208
|
2457
|
+
:shader: modelshaderobs07_bxnma
|
2458
|
+
:layout:
|
2459
|
+
Color_1: sampler2D_t
|
2460
|
+
reliefmap: sampler2D_t
|
2461
|
+
envmap: samplerCUBE_t
|
2462
|
+
Color_1_Tile: f4_float2_t
|
2463
|
+
depth: f4_float_t
|
2464
|
+
tile: f4_float2_t
|
2465
|
+
blend: f4_float_t
|
2466
|
+
Env_Amb_Param: f4_float_t
|
2467
|
+
fog: f4_float3_t
|
2468
|
+
fognear: f4_float_t
|
2469
|
+
fogfar: f4_float_t
|
2470
|
+
lightpos: f4_float4_t
|
2471
|
+
light_col: f4_float3_t
|
2472
|
+
lightpos2: f4_float4_t
|
2473
|
+
light_col2: f4_float3_t
|
2474
|
+
184:
|
2475
|
+
:size: 212
|
2476
|
+
:shader: modelshaderpls06_bxnxb
|
2477
|
+
:layout:
|
2478
|
+
Color_1: sampler2D_t
|
2479
|
+
reliefmap: sampler2D_t
|
2480
|
+
envmap: samplerCUBE_t
|
2481
|
+
env_amb: samplerCUBE_t
|
2482
|
+
Color_1_Tile: f4_float2_t
|
2483
|
+
depth: f4_float_t
|
2484
|
+
tile: f4_float2_t
|
2485
|
+
blend: f4_float_t
|
2486
|
+
Env_Amb_Param: f4_float_t
|
2487
|
+
fog: f4_float3_t
|
2488
|
+
fognear: f4_float_t
|
2489
|
+
fogfar: f4_float_t
|
2490
|
+
lightpos: f4_float4_t
|
2491
|
+
light_col: f4_float3_t
|
2492
|
+
lightpos2: f4_float4_t
|
2493
|
+
light_col2: f4_float3_t
|
2494
|
+
185:
|
2495
|
+
:size: 228
|
2496
|
+
:shader: modelshaderpls01_bxxmb
|
2497
|
+
:layout:
|
2498
|
+
Color_1: sampler2D_t
|
2499
|
+
envmap: samplerCUBE_t
|
2500
|
+
Spec_Mask: sampler2D_t
|
2501
|
+
Spec_Pow: sampler2D_t
|
2502
|
+
blend: f4_float_t
|
2503
|
+
specular: f4_float3_t
|
2504
|
+
Spec_Type: f4_float_t
|
2505
|
+
Spec_Limit: f4_float_t
|
2506
|
+
Env_Amb_Param: f4_float_t
|
2507
|
+
shine: f4_float_t
|
2508
|
+
fog: f4_float3_t
|
2509
|
+
fognear: f4_float_t
|
2510
|
+
fogfar: f4_float_t
|
2511
|
+
lightpos: f4_float4_t
|
2512
|
+
light_col: f4_float3_t
|
2513
|
+
lightpos2: f4_float4_t
|
2514
|
+
light_col2: f4_float3_t
|
2515
|
+
186:
|
2516
|
+
:size: 228
|
2517
|
+
:shader: modelshaderpls01_bxxmy
|
2518
|
+
:layout:
|
2519
|
+
Color_1: sampler2D_t
|
2520
|
+
envmap: samplerCUBE_t
|
2521
|
+
Spec_Mask: sampler2D_t
|
2522
|
+
Spec_Pow: sampler2D_t
|
2523
|
+
blend: f4_float_t
|
2524
|
+
specular: f4_float3_t
|
2525
|
+
Spec_Type: f4_float_t
|
2526
|
+
Spec_Limit: f4_float_t
|
2527
|
+
Env_Amb_Param: f4_float_t
|
2528
|
+
shine: f4_float_t
|
2529
|
+
fog: f4_float3_t
|
2530
|
+
fognear: f4_float_t
|
2531
|
+
fogfar: f4_float_t
|
2532
|
+
lightpos: f4_float4_t
|
2533
|
+
light_col: f4_float3_t
|
2534
|
+
lightpos2: f4_float4_t
|
2535
|
+
light_col2: f4_float3_t
|
2536
|
+
187:
|
2537
|
+
:size: 292
|
2538
|
+
:shader: modelshaderpls05_bxnxb
|
2539
|
+
:layout:
|
2540
|
+
Color_1: sampler2D_t
|
2541
|
+
reliefmap: sampler2D_t
|
2542
|
+
envmap: samplerCUBE_t
|
2543
|
+
Spec_Pow: sampler2D_t
|
2544
|
+
Color_1_Tile: f4_float2_t
|
2545
|
+
depth: f4_float_t
|
2546
|
+
tile: f4_float2_t
|
2547
|
+
blend: f4_float_t
|
2548
|
+
specular: f4_float3_t
|
2549
|
+
spelightpos: f4_float4_t
|
2550
|
+
Spec_Type: f4_float_t
|
2551
|
+
Spec_Limit: f4_float_t
|
2552
|
+
Env_Amb_Param: f4_float_t
|
2553
|
+
shine: f4_float_t
|
2554
|
+
fog: f4_float3_t
|
2555
|
+
fognear: f4_float_t
|
2556
|
+
fogfar: f4_float_t
|
2557
|
+
lightpos: f4_float4_t
|
2558
|
+
light_col: f4_float3_t
|
2559
|
+
lightpos2: f4_float4_t
|
2560
|
+
light_col2: f4_float3_t
|
2561
|
+
188:
|
2562
|
+
:size: 228
|
2563
|
+
:shader: modelshaderpls01_bxxxz
|
2564
|
+
:layout:
|
2565
|
+
Color_1: sampler2D_t
|
2566
|
+
envmap: samplerCUBE_t
|
2567
|
+
Spec_Mask: sampler2D_t
|
2568
|
+
Spec_Pow: sampler2D_t
|
2569
|
+
blend: f4_float_t
|
2570
|
+
specular: f4_float3_t
|
2571
|
+
Spec_Type: f4_float_t
|
2572
|
+
Spec_Limit: f4_float_t
|
2573
|
+
Env_Amb_Param: f4_float_t
|
2574
|
+
shine: f4_float_t
|
2575
|
+
fog: f4_float3_t
|
2576
|
+
fognear: f4_float_t
|
2577
|
+
fogfar: f4_float_t
|
2578
|
+
lightpos: f4_float4_t
|
2579
|
+
light_col: f4_float3_t
|
2580
|
+
lightpos2: f4_float4_t
|
2581
|
+
light_col2: f4_float3_t
|