I checked the Scene Kit, which looks pretty easy to use. There is a way to override SCNNode rendering, which is great. The problem is that I would like to make additional elements next to the default rendering. When I override the rendering in SCNNodeRendererDelegate, it no longer displays, for example, the geometry attached to it. Suppose I would like to display a geometry wireframe bounding a rectangle or 2dtext on top. Any suggestions?
source share