Search found 2 matches
- Mon Mar 28, 2016 12:27 am
- Forum: Beginners Help
- Topic: model faces missing/wrong culling
- Replies: 6
- Views: 811
Re: model faces missing/wrong culling
Thanks! Works perfectly now.
- Sun Mar 27, 2016 11:31 pm
- Forum: Beginners Help
- Topic: model faces missing/wrong culling
- Replies: 6
- Views: 811
model faces missing/wrong culling
I have a model which looks fine in Blender, but when I try to use it in irrlicht some of the faces are gone. If I move inside the model, they reappear. I have tried setAutomaticCulling(EAC_OFF), but there is no difference. The code I am using to load the model is this: IMesh *testm = g->scene->getMe...