sourcemars / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

honorParentTransform_ in CCSprite seems not to work #100

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
manually set honorParentTransform_ to a desired value or change
honorParentTransform_ = CC_HONOR_PARENT_TRANSFORM_ALL;
in init() to CC_HONOR_PARENT_TRANSFORM_SCALE for example.

What is the expected output? What do you see instead?
I expect that (in this case) the child sprite will not rotate when the parent 
sprite is beeing rotated but it does. It also gets transformed and scaled.

What version of the product are you using? On what operating system?
last version from github on android 2.3.6.

IT COULD BE ENTIRELY MY FAULT ;)

Original issue reported on code.google.com by xshadowm...@gmail.com on 29 Sep 2011 at 1:11