ModelHandle/test/testfiles/o3dv/cylinder_non_smooth.o3dv
2021-07-08 18:20:43 +02:00

14 lines
160 B
Plaintext

{
"meshes" : [
{
"type" : "cylinder",
"parameters" : {
"radius" : 0.5,
"height" : 1.0,
"segments" : 20,
"smooth" : false
}
}
]
}