Topic: Light is present in Maratis editor, in project models are black
I have one light in my scene in Maratis editor. Models are look fine.
When I'm loading project on iOS, models are black (looks like there is no light in scene).
I set breakpoint in drawScene method, and I see that scene contains one light (lSize = 1).
Looks like that models textures are loading fine (I added debug output in MMeshRef ).
Where should I look at to solve this problem?
What may be wrong?