nicolasgramlich / AndEngineExamples

AndEngine - Examples
http://www.andengine.org
375 stars 332 forks source link

Polygon examples #4

Open recastrodiaz opened 12 years ago

recastrodiaz commented 12 years ago

Here you have the working examples I told you about. They use my Polygon implementations. Let me know what you think.

shailensobhee commented 11 years ago

What libraries should I add to my project, in addition to AndEngine? When I use your code in a simple test application (technically just use PolygonExample.java), the package org.andengine.entity.primitive.* does not exist.

Edit: I found the answer here: http://www.andengine.org/forums/gles2/polygon-primitive-t6217-20.html

I tried to merge your changes on your version AndEngine (your latest commit is 1 year old) to the latest Andengine-AnchorCenter version. This is a very difficult task as the latest AE has changed quite a bit and it may not be easy to merge the code without breaking other things.