AndEngineExamples
AndEngineExamples copied to clipboard
AndEngine - Examples
fix some error only not bug.
I found here [here](http://www.andengine.org/forums/tutorials/3d-perspective-tutorial-t1790.html) how to create perspective in GLES1, but I could not adapt it for GLES2.
Here you have the working examples I told you about. They use my Polygon implementations. Let me know what you think.
Working nice at start. When trying wake up the device, shaders just stop working - black screen ... test device: Samsung Galaxy Tab2 with Android 4.2.2
I updated the examples you get them to compile with the most recent changes. Figured I'd contribute to maybe save you a few minutes.
+Removed un-needed parameters from TextBreakExample declaration of mText +On declaration of the face sprite from BoundCameraExample face sprite's animate function is brought to another line +Changed org.andengine.entity.primitive.vbo.DrawMode; to org.andengine.entity.primitive.DrawMode;
I fix errors in the 4 examples. The application not run without it. Please confirm this pull request.
Nicolas, I downloaded the examples and had some errors. The fix was in the forums at link: http://www.andengine.org/forums/tutorials/andenine-examples-showing-error-t9883.html I wanted to use the engine and the examples sure help out....