houguohua
houguohua
hi,dear,you set the position twice. first : fish->setPositionX(400);//setPostion(400,0,0)will lead the same result second: fish->setPosition(0.0f, 0.0f, 0.0f);
this week
Thank you for your advice. please wait for a while,I will give you answer as soon as posible.
please update ,This is a bug,I have modify it.
Please check cocos3d/C3DDeviceAdapter_ios.mm file Is it the same as the following code? namespace cocos3d { C3DDeviceAdapter\* C3DDeviceAdapter::_deviceAdapterInstance = NULL; ``` C3DDeviceAdapter* C3DDeviceAdapter::getInstance() { if ( _deviceAdapterInstance == NULL ) {...
yes,you are right.the C3DDeviceAdapter_ios,mm is a new file last week,but the template is created last month.
could you please push your code into the rep?
I will merge your change
can you send a pull request to the cocos2d/cocos3d-x?
have you fork the rep?