Michael MIGLIORE

Results 192 comments of Michael MIGLIORE
trafficstars

Yes, we need to override `ComputeBounds()` in the F3D mapper and take into account the bone positions.

I decided to try SonarCloud instead.

Also, colormaps details in ParaView can be found here: https://gitlab.kitware.com/paraview/paraview/-/blob/master/Remoting/Views/ColorMaps.json On my side, instead of a new option `colormap-preset`, I think we should extend the current option to accept preset...

Maybe webasm consolidation too?

https://github.com/f3d-app/f3d/issues/1252

Another idea for the short term: Have a collection of python tools in the repository. You can see that as ready-to-use and useful examples. We can make it part of...

Wow, this is a great sum up! Nice @mwestphal! Should we add new features there? I'm thinking of 3D Gaussians, but it could be other format support maybe? (I know...

https://github.com/f3d-app/f3d/issues/1253

Note that Assimp is supporting MDL files: https://github.com/assimp/assimp/blob/master/doc/Fileformats.md It should be fairly easy to enable it in F3D. We just need to add the declaration here: https://github.com/f3d-app/f3d/blob/f0ecafb56b93888427e5f84e9ca4b917db85e722/plugins/assimp/CMakeLists.txt#L69 Can you try...

@kidharb here's an idea. We are using `vtkNew` which allocates the class immediately. Maybe we could use `vtkSmartPointer` instead and trigger the allocation only when it is needed.