We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1ef18 commit d3697abCopy full SHA for d3697ab
README.md
@@ -65,7 +65,7 @@ Examples
65
rotation[1]+=1.0; // Adjust y-rotation by 1 degree
66
// Update the shape's rotation
67
var q=GLMath.quatFromTaitBryan(rotation);
68
- shape.setRotation(q);
+ shape.setOrientation(q);
69
// Render the scene
70
scene.render();
71
});
0 commit comments