I have an array storing pressure coefficient values for each triangular face from a 3D geometry, and I am trying to obtain the RGB index values from a jet colormap based on the min and max from this array. I have done this on Matlab like this where cvar is the array storing the values. How can I achieve this
Tag: ply-file-format
Playing sequence of ply files in open3d
I’m currently trying to play a sequence of ply models through open3d, but I’m having some issues with updating the geometry. Currently only the first image is shown, and the vis isn’t being updated. I’ve been trying to find some info on this, but most guides or other sections show that this should work? I’m not entirely sure what I’m