radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic

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?


3 people have this question

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
Where can I get the .json file? Do I need to export from FBX or create a new document for that? What other content need to be included in the .json file? May I have the template for wine bottle?

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
Login or Signup to post a comment