How do I create a HUD on top of my Scenekit.scene

前端 未结 4 1078
日久生厌
日久生厌 2021-02-08 03:05

I\'m experimenting with Swift and Scenekit. Building a Mac OS X app. It seems quite easy to get a 3d-scene working. But what is scene without some kind of 2D hi-score, radar dis

4条回答
  •  不思量自难忘°
    2021-02-08 03:11

    As @Toyos answered, it is simple to day using scnView.overlaySKScene. If you want an example you can check how Apple did it in their Bananas demo.

提交回复
热议问题