Conversation
… in instead of enum in InteractorStyle
|
Hi @dh-you ! How is it going ? Do you need any help moving forward ? |
|
Sorry, I've been busy lately, but I'll try to get you something by this weekend. |
|
Hey @dh-you , please ask for a review when needed :) |
…nvironment up right and front
mwestphal
left a comment
There was a problem hiding this comment.
still not implemented as expected im afraid
mwestphal
left a comment
There was a problem hiding this comment.
feature is non-fonctionnal. Please test locally before asking for a review.
| { | ||
| return std::make_pair(doc, | ||
| (opts.interactor.axis_lock && | ||
| val == this->Internals->Options.getAsString("interactor.axis_lock")) |
There was a problem hiding this comment.
I would be cleaner to not use string here I think, can you use direction_t directly to compare against ?
| bool UseRotationAxis = false; | ||
| double RotationAxis[3] = { 0.0, 0.0, 0.0 }; |
There was a problem hiding this comment.
you can just store this as an std::optional<std::array<double, 3>>
Co-authored-by: Mathieu Westphal <mathieu.westphal@gmail.com>
Co-authored-by: Mathieu Westphal <mathieu.westphal@gmail.com>
|
Need any help moving forward @dh-you ? |
|
Hi, sorry for the delay. Ive been busy with school lately. I will try to make the changes by end of week. |
|
Do you need a review @dh-you ? :) |
|
Need any help moving forward @dh-you ? :) |
Describe your changes
Add support for Axis rotation #2063
Issue ticket number and link if any
Checklist for finalizing the PR
.github/workflows/versions.json, I have updatedtimestampContinuous integration
Please check the checkbox of the CI you want to run, then push again on your branch.