invisible walls

Hello everyone.

I’ve been building a house model in Maya, and used the maya2egg tool to convert it. When I load it in Panda, evrything looks great from the outside of the house, including the textures and all, and from the inside of the house, the walls and the floor diappear and the Panda engine gray fog is there instead. Anyone has an idea why?

that’s because textures are one-sided
set this on your model:

model.setTwoSided(True)

Wow, it works. Thanks a lot!!!