Tuomo Keskitalo
Tuomo Keskitalo
When doubting about the usage of VTK class, check the official documentation, [here for vtkThresholdPoints](https://vtk.org/doc/nightly/html/classvtkThresholdPoints.html#details). This is apparently one of the non-trivial VTK functions. Looking at the function list, I...
VTK has many unintuitive classes, and there is room for improvement. As BVTKNodes is downstream, the strategy with least cost is to accept VTK as it is, as there are...
Hi, weird, it works OK for me on Ubuntu 20.04.. May be related to Arch, e.g. some system library is incompatible with VTK 9.2.6?
Hi Dominik, from you node setup I see you try to visualize particles, so you're after motion blur for particles, I assume. I haven't really pursued motion blur after 2020,...
Hi, it seems that VisualSPHysics uses Shape Keys for saving velocity of each vertex to get motion blur. A very nice find! I think it could work! For BVTKNodes, it...
Hi, great, image looks awesome! Do you have your code already in github to view it? I didn't quite follow what exactly happens in you problem, can you please elaborate...
Hi @dwerner95 I'm planning to add this Shape Key motion blur method to BVTKNodes during xmas holiday break. Could you please share your code with me so I can work...
Hi, thanks for the branch! I'll check it up during holidays.
Hi @dwerner95 please create the pull request for this.
Hi @dwerner95 I spent today looking at this. I've made a lot of modifications to your code while debugging. Would it be OK for you if I don't use your...