Support module autoinit in wasm scene manager
- include the relevant module.h headers of the optional module which provides factory overrides in vtkWasmSceneManager.h so that they are registered with the vtkObjectFactory - call `vtk_module_autoinit` with the optional modules in cmake.
Showing
- Serialization/Manager/vtkObjectManager.h 1 addition, 1 deletionSerialization/Manager/vtkObjectManager.h
- Web/WebAssembly/CMakeLists.txt 17 additions, 7 deletionsWeb/WebAssembly/CMakeLists.txt
- Web/WebAssembly/vtk.module 5 additions, 0 deletionsWeb/WebAssembly/vtk.module
- Web/WebAssembly/vtkWasmSceneManager.cxx 30 additions, 0 deletionsWeb/WebAssembly/vtkWasmSceneManager.cxx
- Web/WebAssembly/vtkWasmSceneManager.h 2 additions, 0 deletionsWeb/WebAssembly/vtkWasmSceneManager.h
- Web/WebAssembly/vtkWasmSceneManagerEmBinding.cxx 1 addition, 7 deletionsWeb/WebAssembly/vtkWasmSceneManagerEmBinding.cxx
Please register or sign in to comment