RE: Working on a Blender (collada) export, need some help
2022-04-22, 19:01 (This post was last modified: 2022-04-22, 19:03 by Roland Melkert.)
2022-04-22, 19:01 (This post was last modified: 2022-04-22, 19:03 by Roland Melkert.)
(2022-04-22, 8:57)Max Murtazin Wrote: By the way, if you would need some help with pearl materials, I was working for quite long time with those and can aid in that field
Any material definitions are welcome.
I've set the exporter up to use glTF template files, pearl is currently using:
Code:
"name": "%defName%",
"emissiveFactor": [0,0,0],
"pbrMetallicRoughness": {
"baseColorFactor": [%defR%, %defG%, %defB%, 1],
"metallicFactor": 0.5,
"roughnessFactor": 0.5
},
"doubleSided": %defDoubleSided%
But at the moment these are basically just place holders, I would love to have some decent settings as the default.