Uh oh!
There was an error while loading. Please reload this page.
Volume quality slider - #283
Conversation
✅ Deploy Preview for volview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
6bb070f to
f796fb4Comparesankhesh
commented
Feb 14, 2023
@aylward PTAL |
f796fb4 to
e5d11d5Compareaylward
commented
Feb 14, 2023
Looks great! The slider has a noticeable impact - but is there a way to increase realism even further when the maximum quality is selected? On my old system, it is still quite fast on the maximum quality setting - and at that setting we can definitely take more time to do renderings if the quality can be improved. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e5d11d5 to
f112453Compare✅ Deploy Preview for volview-dev ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
aylward
commented
Apr 16, 2023
sankhesh
commented
Apr 17, 2023
@aylward What do you think? - |
8cf0f63 to
ef58654Compareaylward
commented
Apr 17, 2023
Thinking about this - I don't think the quality is ever "low" How about One issue also is that there isn't much (enough) space between Ultra and Experimental in the about figure - looks like one label "Ultra Experimental" Perhaps change Experimental to Beta? Good - Better - Ultra - Beta ? |
ef58654 to
9c07a31Comparesankhesh
commented
Apr 18, 2023
@aylward Good to merge? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
0455edb to
35a0502Compare20782e4 to
8b0900fCompare| const lightingModel = ref<keyof typeof LIGHTING_MODELS>('hybrid'); | ||
| const selectLightingMode = (buttonTxt: string) => { |
There was a problem hiding this comment.
Here is a stronger and more succinct typing for selectLightingMode:
| const lightingModel = ref<keyof typeof LIGHTING_MODELS>('hybrid'); | |
| const selectLightingMode = (buttonTxt: string) => { | |
| type LightingModel = keyof typeof LIGHTING_MODELS; | |
| const lightingModel = ref<LightingModel>('hybrid'); | |
| const selectLightingMode = (buttonTxt: LightingModel) => { |
floryst
commented
Apr 18, 2023
Here is an idea I think would be good to have, but we can do this after this PR is merged: we can have a question mark icon that, when clicked, goes to a page in our documentation that explains what it means when we way "Ultra / Beta is unstable on some systems". |
aylward
commented
Apr 18, 2023
via email
Great idea!
s …On Tue, Apr 18, 2023 at 3:05 PM Forrest Li ***@***.***> wrote:
Here is an idea I think would be good to have, but we can do this after
this PR is merged: we can have a question mark icon that, when clicked,
goes to a page in our documentation that explains what it means when we way
"Ultra / Beta is unstable on some systems".
—
Reply to this email directly, view it on GitHub
<#283 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACEJLYJWQTJOPD75H6X4IDXB3QZLANCNFSM6AAAAAAU3U2DBU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
-- Stephen R. Aylward, Ph.D.
Senior Director of Strategic Initiatives
Chair of MONAI Advisory Board
---
Kitware: *Delivering innovation.* |
Uh oh!
There was an error while loading. Please reload this page.
sankhesh
commented
Apr 19, 2023
floryst
commented
Apr 19, 2023
I just enabled merge queues in VolView to trial this feature. I think it's not fully set up yet. I'll handle it. |
Volume quality slider


Fixes#277 and #248