我想在SKScene
内放置几个SCNScene
。
在SKScene
中,我使用SKShapeNode
绘制一个矩形,然后将其填充颜色设置为红色。
代码通过了编译。但是,矩形进入屏幕,导致运行时错误:
failed assertion `MTLDepthStencilDescriptor uses frontFaceStencil but MTLRenderPassDescriptor has a nil stencilAttachment texture'
导致此错误的原因是什么?我使用的是iOS 11(beta 8.0)和xcode 9(Beta)