Skip to content

Instantly share code, notes, and snippets.

@shliama
Last active April 27, 2019 08:39
Node rotation
private fun rotateNode(videoRotation: Float) {
videoNode.localRotation = Quaternion.axisAngle(Vector3(0.0f, -1.0f, 0.0f), videoRotation)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment