Skip to content

[Bug] When rendering a group of actors using vtkAssembly, the interactiveOrientationWidget disappears. #3249

Open
@lif-enable

Description

@lif-enable

Bug description

The vtkAssembly is sourced from Kitware/vtk-js#1319, and the getBounds method has already been added.
The interactiveOrientationWidget is created using the showOriginationWidget method from the example.

Questions:

Are there any other missing methods that need to be added to make it work?

Are there alternative approaches to managing a group of actors while ensuring the interactive widget remains functional?

Steps to reproduce

1、showOriginationWidget
2、vtkAssembly.newInstance()
3、renderer.addActor(instance);
4、resetCamera && render

Detailed Behavior

No response

Expected Behavior

The interactiveOrientationWidget should display normally

Environment

  • vtk.js version:32+
  • Browsers:
  • OS:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions