How to create 3d Sphere?

Hi, I’m looking for the way to create with cocos2d-x 3D sphere with one sprite (selectable).
and sphere should roll over the map.

I’m looking for some tips or suggestions.
plz help me

I think both cocos2d-x & cocos2d-iphone can not hit your requirement. Take a look at cocos3d.org. As a cocos2d extension, it can create and draw 3D objects, including your 3D sphere.
But cocos3d haven’t been translated to c++ yet. You can port a part of it to implement this feature.