遮罩不好使

原意是想做一个layer
中间挖一个透明的圆
求教现在为什么看不到圆
挖圆代码如下 求指教

local pclip = cc.ClippingNode:create()
pclip:setInverted(true)
pclip:setAlphaThreshold(0.5)
self:addChild(pclip)
local pStencil = cc.DrawNode:create()
pStencil:drawDot(cc.p(600,350),60,cc.c4f(1,0,0,0))
pclip:setStencil(pStencil)

在CCDirector.cpp中。240行,设置setDepthTest为true