product 3d
I have a 3d file in .fbx format, but I can't see the selection option as per the attached image? And what is the config.jason file for and how can I create it?
I have a 3d file in .fbx format, but I can't see the selection option as per the attached image? And what is the config.jason file for and how can I create it?
You need to create config.json manually with some paramaters like: Folder name (id), Product Title (name)..
{
"id": "sols",
"name": "Sols imperial",
"print_area": {
"width": 2048,
"height": 3072
},
"camera_z": 120,
"base_material_metalness": 0,
"base_material_roughness": 1,
"only_exportable": true,
"print_padding": 5
}
1 person likes this
As mentioned earlier you need to CREATE manually that document. I couldn't find any builders. Just use Notepad or something like that. Best way is to buy prepared 3D model. We did that now our 3D designers figuring out how it was created and testing params..
I'm not 3D designer & I'm not FPD developer. Just sharing what I know, and looking for help also.
Has anyone tried to use the config from the other items and just replace the fbx ? dose it work
The width and height parrameters are they pixels or milimeters ?
You need to create config.json manually with some paramaters like: Folder name (id), Product Title (name)..
{
"id": "sols",
"name": "Sols imperial",
"print_area": {
"width": 2048,
"height": 3072
},
"camera_z": 120,
"base_material_metalness": 0,
"base_material_roughness": 1,
"only_exportable": true,
"print_padding": 5
}
2 people like this