Implement the rendering capability for FSI-SPH in Chrono::Sensor#738
Implement the rendering capability for FSI-SPH in Chrono::Sensor#738rserban merged 19 commits intoprojectchrono:mainfrom
Conversation
Add CRM rendering capability
Feature/crm rendering
Render FSI-SPH system natively on GPU
|
@uebian - a few comments:
Thanks! |
Removed unused functions
|
Yes, I agreed that |
Feature/crm rendering
Feature/crm rendering
|
I have completed all requested changes, and the PR should be ready for review again:
I reduced the number of particles to 3, and put the script used to re-generate them.
I relocated them.
I have increased the simulation spacing, and it runs on RTF=50 on my end now. I have renamed it to
done.
They are all removed.
Regarding lines 89-88, I don't think attaching an FSI-SPH system to SensorManager needs OptiX specifically. It's just registering it with the SensorManager. Render it through OptiX cameras will require OptiX, but not attaching it. If in the future we have another kind of cameras, for example, cameras based on VulkanRT, they should be able to see the FSI-SPH data without OptiX. However, I do agree that I have tried compiling the project without OptiX, and it works on my end (Linux). |
No description provided.