A really simple question, which for some reason I canβt find anywhere. How to write 2D text on a three-dimensional face SCNNode? For example, something like this:
let geo = SCNBox(width: 20, height: 20, length: 20, chamferRadius: 0.0);
let box = SCNNode(geometry: geo);
Of course, the comment is made up. Anything like this?
source
share