Object color issue or drawing order

Hi,

I am having trouble drawing objects with textures or colors. The back of the object is always more dominant than the front. Ideally it should be the the other way round. I have a working version here at https://upmkuhn.github.io/AGAV/AGAV/ . Can you have a look at throw out some guesses?

Thanks,
Martin

Can be closed thanks. The issue was I forgot to use lookAt therefore I translated my camera outside the map. This means the camera was viewing all triangle back facing I think is the correct word.