Moguri / blend2bam

A CLI tool to convert Blender blend files to Panda3D BAM files
MIT License
68 stars 18 forks source link

Imported models are blue-ish #32

Closed adriancalavie closed 4 years ago

adriancalavie commented 4 years ago

Models in blender are ok, textured and all, but when I import them and open the .bam using panda3d viewer, the models look as if a UV lightbulb would be above them.

Moguri commented 4 years ago

Which version of Blender are you using and which pipeline (EGG or glTF)? If you're using Blender 2.8 and glTF, then you might be running into issues with using PBR materials with Panda's auto shader.

adriancalavie commented 4 years ago

Yeah, I was using Blender 2.8 and the glTF pipeline. In the end I scraped that idea and I imported my models as .obj (I found out that Panda3d now supports .obj). No problems since