I decided to make a nice isometric viewer. I am getting a strange issue where two cubes, always exactly two cubes, are not being drawn correctly. I cannot tell why, and I cannot tell if this is a bug with cocos, a bug with python, an error with my code, or intended behavior. Are all elements in a layer guaranteed to be drawn in the order they are added?
Here is an image of the problem: http://dl.dropbox.com/u/1920393/unexpected.png If you want to give it a run through, here is the image I used: http://dl.dropbox.com/u/1920393/cube.png And here is the code: http://dl.dropbox.com/u/1920393/main.py Thanks so much to anyone who could give me a hand with this! -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/cocos-discuss/-/FrLKfsPS70AJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en.
