Rotate model with button click along Z rotation Axis
Hello,
I am trying to rotate a model I have across the Z rotational Axis.
I was using the following code to move the model around the movement axis, but am not sure what i have to change to move it along the rotational axis.
Please help!
$scope.Rotate = function() {
$scope.view.wdg['755OM'].z = 0.35;
}

