OneDouble

Results 4 comments of OneDouble

``` //create fish cocos3d::C3DSprite* fish = static_cast(C3DRenderNodeManager::getInstance()->getResource("demores/haigui/haigui.ckb")); fish->setId("haigui"); fish->addAnimationClip("idle", 0, 60, 0, 1.0f); fish->scale(1.0f); fish->setRotationX(90); fish->setPositionX(400);//setPostion(400,0,0)will lead the same result fish->playAnimationClip("idle"); fish->setPosition(0.0f, 0.0f, 0.0f); _scene->addChild(fish); ```

does cocos2dx has contained the whole cocos3dx

ok,I'll try.For walking so far,maybe cant convert to cocos2dx,then I'll try fix it by myself.Thank u for answering.

sorry,I used an uncorrect case,but even after I deled the 2nd setPosition,the screen got no change.And in other cases,I can sure there just one setPostion,all the same,things always be shown...