Skip to content
New issue

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

WIP:Picking for volume rendering #2885

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danielmazurkin
Copy link

@danielmazurkin danielmazurkin commented Aug 7, 2023

Context

Addresses #2190

Results

Changes

  • Documentation and TypeScript definitions were updated to match those changes

PR and Code Checklist

  • semantic-release commit messages
  • Run npm run reformat to have correctly formatted code

Testing

  • This change adds or fixes unit tests
  • Tested environment:
    • vtk.js:
    • OS:
    • Browser:

@finetjul finetjul requested a review from sankhesh August 7, 2023 05:57
@danielmazurkin danielmazurkin changed the title Picking for volume rendering WIP:Picking for volume rendering Aug 7, 2023
if (model.componentData[index].scalarOpacity) {
// time that Scalar opacity transfer function was last modified
// time that Scalar opаacity transfer function was last modified
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo ?

Copy link
Member

@finetjul finetjul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the VTK.js coding style (apply linting rules in your IDE?).

I'm also curious if you considered the VTK C++ implementation of picking volume rendering...

@floryst
Copy link
Collaborator

floryst commented Aug 7, 2023

Hi, thanks for the contribution!

It looks like you were editing the packaged version of vtk.js. You'll need to apply your changes to the vtk.js repository code before we can take a better look. Since you did mark this as WIP, let us know when this is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants