We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I want to control the video's viewport in code, but I don't know how to modified the code, Should I modify the following code:
var update = quat.fromValues(controls.manualRotateRate[0] * interval, controls.manualRotateRate[1] * interval, controls.manualRotateRate[2] * interval, 1.0); quat.normalize(update, update); quat.multiply(manualRotation, manualRotation, update);
Also, what's the four number's means in manualRotation?
Who could help me. Thank you very much.
Yours Sincerely, James Xu
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I want to control the video's viewport in code, but I don't know how to modified the code,
Should I modify the following code:
var update = quat.fromValues(controls.manualRotateRate[0] * interval,
controls.manualRotateRate[1] * interval,
controls.manualRotateRate[2] * interval, 1.0);
quat.normalize(update, update);
quat.multiply(manualRotation, manualRotation, update);
Also, what's the four number's means in manualRotation?
Who could help me. Thank you very much.
Yours Sincerely,
James Xu
The text was updated successfully, but these errors were encountered: