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

Remaining issues after vtk==9.3.20240817.dev0 #9

Open
3 of 12 tasks
jourdain opened this issue Aug 13, 2024 · 1 comment
Open
3 of 12 tasks

Remaining issues after vtk==9.3.20240817.dev0 #9

jourdain opened this issue Aug 13, 2024 · 1 comment

Comments

@jourdain
Copy link
Collaborator

jourdain commented Aug 13, 2024

  • pyvista
    • spline,py - non interactive widget
    • widget.py - serializer error vtkSliderRepresentation2D
  • vtk
    • glyph.py - The camera don't sync unless we uncomment sceneManager.updateStatesFromObjects(); that makes pyvista examples super slow.
    • charts_scatter.py - Error at startup
    • cone.py - Clicking on "Reset Camera" mess things up with resolution slider and mouse/camera interaction
    • silhouette.py - local update is not happening probably because mapper stop at dataset and some relationships are missing? We also run into some missing/empty state.
    • volume.py - Shader error - KEU were working on it?
    • widgets_box.py - vtkSerializer vtkBoxWidget
    • widgets_camera.py - Not sure what that should do... Not finished example... Ignore
    • widgets_plane.py - rendering but not interactive
@jourdain
Copy link
Collaborator Author

jourdain commented Aug 13, 2024

WASM todo @jspanchu

  • API update
    • client side for performance JS line to fix
    • server side so resolution can still be changed after camera state push - example with bug (after JS code fixed above)
    • Find a way to apply a scale factor for text via API on the JS side
      • vtkTextProperty => FontSize
      • vtkCubeAxesActor => ScreenSize
      • ? => ?
  • Bug
    • cone.py reset camera / resolution update

@jourdain jourdain changed the title Remaining issues after vtk==9.3.20240810.dev0 Remaining issues after vtk==9.3.20240817.dev0 Aug 23, 2024
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

No branches or pull requests

1 participant