Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit b531d47

Browse files
NicoMicoNicoMico
authored andcommitted
add zzz weapon type
1 parent da9c87a commit b531d47

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
2+
{
3+
"GameType":"ZZZBody",
4+
"CategoryDrawCategoryMap":{
5+
"Position":"Position",
6+
"Texcoord":"Texcoord",
7+
"Blend":"Position"
8+
},
9+
"GPU-PreSkinning":true,
10+
"OrderedFullElementList":[
11+
"POSITION","NORMAL","TANGENT","COLOR","TEXCOORD","BLENDWEIGHTS","BLENDINDICES"
12+
],
13+
"D3D11ElementList":[
14+
{
15+
"SemanticName":"POSITION",
16+
"SemanticIndex":"0",
17+
"Format":"R32G32B32_FLOAT",
18+
"InputSlot":"0",
19+
"InputSlotClass":"per-vertex",
20+
"InstanceDataStepRate":"0",
21+
"ByteWidth":"12",
22+
"ExtractSlot":"vb0",
23+
"ExtractTechnique":"pointlist",
24+
"Category":"Position"
25+
},
26+
{
27+
"SemanticName":"NORMAL",
28+
"SemanticIndex":"0",
29+
"Format":"R32G32B32_FLOAT",
30+
"InputSlot":"0",
31+
"InputSlotClass":"per-vertex",
32+
"InstanceDataStepRate":"0",
33+
"ByteWidth":"12",
34+
"ExtractSlot":"vb0",
35+
"ExtractTechnique":"pointlist",
36+
"Category":"Position"
37+
},
38+
{
39+
"SemanticName":"TANGENT",
40+
"SemanticIndex":"0",
41+
"Format":"R32G32B32A32_FLOAT",
42+
"InputSlot":"0",
43+
"InputSlotClass":"per-vertex",
44+
"InstanceDataStepRate":"0",
45+
"ByteWidth":"16",
46+
"ExtractSlot":"vb0",
47+
"ExtractTechnique":"pointlist",
48+
"Category":"Position"
49+
},
50+
{
51+
"SemanticName":"COLOR",
52+
"SemanticIndex":"0",
53+
"Format":"R8G8B8A8_UNORM",
54+
"InputSlot":"0",
55+
"InputSlotClass":"per-vertex",
56+
"InstanceDataStepRate":"0",
57+
"ByteWidth":"4",
58+
"ExtractSlot":"vb1",
59+
"ExtractTechnique":"pointlist",
60+
"Category":"Texcoord"
61+
},
62+
{
63+
"SemanticName":"TEXCOORD",
64+
"SemanticIndex":"0",
65+
"Format":"R16G16_FLOAT",
66+
"InputSlot":"0",
67+
"InputSlotClass":"per-vertex",
68+
"InstanceDataStepRate":"0",
69+
"ByteWidth":"4",
70+
"ExtractSlot":"vb1",
71+
"ExtractTechnique":"pointlist",
72+
"Category":"Texcoord"
73+
},
74+
{
75+
"SemanticName":"BLENDWEIGHTS",
76+
"SemanticIndex":"0",
77+
"Format":"R32G32B32A32_FLOAT",
78+
"InputSlot":"0",
79+
"InputSlotClass":"per-vertex",
80+
"InstanceDataStepRate":"0",
81+
"ByteWidth":"16",
82+
"ExtractSlot":"vb2",
83+
"ExtractTechnique":"pointlist",
84+
"Category":"Blend"
85+
},
86+
{
87+
"SemanticName":"BLENDINDICES",
88+
"SemanticIndex":"0",
89+
"Format":"R32G32B32A32_UINT",
90+
"InputSlot":"0",
91+
"InputSlotClass":"per-vertex",
92+
"InstanceDataStepRate":"0",
93+
"ByteWidth":"16",
94+
"ExtractSlot":"vb2",
95+
"ExtractTechnique":"pointlist",
96+
"Category":"Blend"
97+
}
98+
99+
]
100+
}

0 commit comments

Comments
 (0)