I’ve built a character model and attached it to a node, adding that node to the root node. Panning around the model, the back side of the model was black so I assumed culling was being set. I created a j3m material and set it to the model. If I set the Cull mode to off, I still can’t see the back, but all the other culling modes work so it’s not a lighting issue (if I set the cull mode to from, I can then see the back). Any ideas?
The back side of the model is black or the back side of the model is transparent? Huge difference, really. The first should not be affected by face cull mode unless your model is very strange… the second IS affected by face cull mode.
Perhaps a picture and some code would help people solve this problem.