Generates mesh vertices and faces corresponding to each point in a NumPy array. The script is a utility to share voxel models with peers who can access a basic mesh modeling program that can open ...
I am trying to rotate a 3D numpy array using quaternion as in issue #39. It seems to make changes in my numpy array but unfortunately this code below does not seem to rotate the 3d numpy array (it is ...