python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Behavior of the cameranode is unclear when moving a 3D model in a scene with sceneKit
When I setup the scene, the camera gets its position like here:
let cameraNode = SCNNode()
cameraNode.camera = SCNCamera()
scene?.rootNode.addChildNode(cameraNode)
cameraNode.position ...
Peter Mattheisen
Votes: 0
Answers: 1
How to apply a UIPanGestureRecognizer to a scene without disturbing the orbit function?
Let's take the example scene which is generated when we build a new project in Xcode of type Game. It will show a rotating space ship. This object allows that the user turns it in all directions by a ...
Peter Mattheisen
Votes: 0
Answers: 1
How to catch an error on SCNReferenceNode.referenceURL property (SceneKit)?
The problem is that if I create SCNReferenceNode and try to get referenceURL
...
let refNode: SCNReferenceNode = SCNReferenceNode()
let curUrl = refNode.referenceURL
...
in order to c...

Sirop4ik
Votes: 0
Answers: 1