forked from KhronosGroup/ANARI-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkhr_geometry_quad_motion_deformation.json
44 lines (43 loc) · 1.65 KB
/
khr_geometry_quad_motion_deformation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"info" : {
"name" : "KHR_GEOMETRY_QUAD_MOTION_DEFORMATION",
"type" : "extension",
"dependencies" : []
},
"objects" : [
{
"type" : "ANARI_GEOMETRY",
"name" : "quad",
"parameters" : [
{
"name" : "vertex.position",
"types" : ["ANARI_ARRAY1D"],
"elementType" : ["ANARI_ARRAY1D"],
"elementElementType" : ["ANARI_FLOAT32_VEC3"],
"tags" : ["required"],
"description" : "vertex position"
}, {
"name" : "vertex.normal",
"types" : ["ANARI_ARRAY1D"],
"elementType" : ["ANARI_ARRAY1D"],
"elementElementType" : ["ANARI_FLOAT32_VEC3", "ANARI_FIXED16_VEC3"],
"tags" : [],
"description" : "vertex normal"
}, {
"name" : "vertex.tangent",
"types" : ["ANARI_ARRAY1D"],
"elementType" : ["ANARI_ARRAY1D"],
"elementElementType" : ["ANARI_FLOAT32_VEC3", "ANARI_FIXED16_VEC3", "ANARI_FLOAT32_VEC4", "ANARI_FIXED16_VEC4"],
"tags" : [],
"description" : "vertex normal"
}, {
"name" : "time",
"types" : ["ANARI_FLOAT32_BOX1"],
"tags" : [],
"default" : [0.0, 1.0],
"description" : "time associated with the first and laste entry in the motion.transform array"
}
]
}
]
}