Mastering AndEngine Game Development
上QQ阅读APP看书,第一时间看更新

The result

If we have done everything well, we should now see the following screen when we run the application:

The result

The drawn model doesn't seem to have any depth because we have no lighting added into the scene. This is what the fragment shader normally does; by adding reflections and similar effects, it gives an appearance of depth. We'll cover this subject later.