Top "Scnnode" questions

SCNNode is a part of the SceneKit Framework.

SCNBox different colour or texture on each face

I'm new to iOS development and I've got myself stumped. I am trying to render a cube using SceneKit that …

ios swift scenekit scnnode
Swift: "Must call a designated initializer of the superclass" error even though code is doing so

The goal is to subclass SCNNode. According to the class docs, init(geometry geometry: SCNGeometry?) is a designated initializer (no …

ios swift scenekit scnnode
ARKit Place a SCNNode facing the camera

I'm using ARKit to display 3D objects. I managed to place the nodes in the real world in front of …

ios swift arkit scnnode arscnview
Stroke Width with a SceneKit line primitive type

I am trying to replicate this cube image shape (with permission from the original creator) using scene kit. Thus far, …

ios swift drawing scenekit scnnode