Epihaius / panda3dstudio

A general-purpose scene editor for the Panda3D open-source game engine
BSD 3-Clause "New" or "Revised" License
54 stars 19 forks source link

Colors #13

Closed Shyaaan closed 3 years ago

Shyaaan commented 3 years ago

the studio runs perfect, but when you import the file to panda3d,it doesn't show any Colors

Epihaius commented 3 years ago

Hi!

If you mean the color that you can set in the Name and color section of the Object properties panel, then you are right, this color is not exported with the model. This is not a bug; the purpose of this "scene color" is merely to make it easier to tell different models apart in Studio itself. If you want a color that you can export, you will have to apply a material to the model:

Now when you export the model and load it up in Panda3D, you should see that color.

Let me know if this solves your problem!

Shyaaan commented 3 years ago

Thank you