Open
Conversation
…o rolling). Tested with QT5 on Ubuntu18.04 and Ubuntu20.04
Owner
|
Thanks for this contribution. I can imagine the use case of such a motion. However, it seems specific since the XY plane is arbitrary. I wonder if the same result cannot be achieved using a |
Author
|
Hi,
Understand. Alternative would be to introduce not just one, but three such
orbiting options.
ORBIT_XY, ORBIT_YZ, ORBIT_ZX
otherwise
ORBIT_X, ORBIT_Y, ORBIT_Z
Regards.
…On Wed, Apr 26, 2023 at 7:40 AM Gilles Debunne ***@***.***> wrote:
Thanks for this contribution.
I can imagine the use case of such a motion. However, it seems specific
since the XY plane is arbitrary. I wonder if the same result cannot be
achieved using a Constraint applied to the camera frame. See details in
the associated example.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSDID4EQXJ23S5ZSZAC2MLXDCYOPANCNFSM6AAAAAAXIWGQ6M>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Author
|
Hi, Gilles!
I tried to follow the link
http://www.libqglviewer.com
instead i am forwarded to
https://nbookpart.com.ua/
Do you know the reason?
Regards.
On Wed, Apr 26, 2023 at 10:33 PM Kirill Brezhnyev ***@***.***>
wrote:
… Hi,
Understand. Alternative would be to introduce not just one, but three such
orbiting options.
ORBIT_XY, ORBIT_YZ, ORBIT_ZX
otherwise
ORBIT_X, ORBIT_Y, ORBIT_Z
Regards.
On Wed, Apr 26, 2023 at 7:40 AM Gilles Debunne ***@***.***>
wrote:
> Thanks for this contribution.
>
> I can imagine the use case of such a motion. However, it seems specific
> since the XY plane is arbitrary. I wonder if the same result cannot be
> achieved using a Constraint applied to the camera frame. See details in
> the associated example.
>
> —
> Reply to this email directly, view it on GitHub
> <#70 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFSDID4EQXJ23S5ZSZAC2MLXDCYOPANCNFSM6AAAAAAXIWGQ6M>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
9461267 to
f12d2f9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the camera remains parallel to XY plane (no rolling). Tested with QT5 on Ubuntu18.04 and Ubuntu20.04. Added ORBIT into the keyboardAndMouse example.