Autodesk/synthesis

Fusion GLTF exports with strange default color

HiceS opened this issue · 2 comments

HiceS commented

Describe the bug
The default export for a model material is very strange and not the default material color, I'll look into this real fast and piggyback this issue on the exception one so that we can get some real colors.

Also not all of the colors export correctly?

To Reproduce
Steps to reproduce the behavior:

  • Export any given model and import it into any 3d viewer.

Expected behavior
I want to export colors that make sense for a model and have a default color that is the default color of the alum material used by default.

Screenshots
colorIssue

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
I already have some internal fixes for the color issue but I'm not sure why the reflectivity is so high by default.

HiceS commented

Actually now that I look at that again it seems like the metallic property is maxed out and so is the roughness, I'm willing to bet hard cash it's a integer conversion issue.

HiceS commented

Hopefully fixed with the PR.