cocos2dx陰影層的實現

//ShadowLayer.h 效果圖 class ShadowLayer : public CCLayer { protected: ShadowLayer() :m_pRender(NULL) ,m_pShadow(NULL) {} ~ShadowLayer() { CC_SAFE_RELEASE(m_pRender); CC_SAFE_RELEASE(m_pShadow); } public
相關文章
相關標籤/搜索