Tap / Select Node in SceneKit (Swift)
问题 I'm new to SceneKit and 3D spaces in iOS. I'm currently working on a simple game that shows a cube of 28 segments ("mini cubes" if you want). I want to move the mini cubes by tapping them, but I can't get my head around how to select specific nodes (childnodes of the big cube). Can anybody help me or post a link to SceneKit tutorials for dummies? I've been looking for days now, and haven't found what I'm looking for. Cheers 回答1: You can hit test the scene view (for example from the location