Conversation
✅ Deploy Preview for volview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
6bb070f to
f796fb4
Compare
|
@aylward PTAL |
f796fb4 to
e5d11d5
Compare
|
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. |
e5d11d5 to
f112453
Compare
✅ Deploy Preview for volview-dev ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
@aylward What do you think? - |
8cf0f63 to
ef58654
Compare
|
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
9c07a31
Compare
|
@aylward Good to merge? |
0455edb to
35a0502
Compare
20782e4 to
8b0900f
Compare
| 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) => { |
|
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". |
|
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.*
|
|
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