STL import not working well #4
-
|
I am working with the following file I am using the following command: theta = -pi/2; % and then translation It is working when The moment I put a negative value for x, it doesn't seem to work Other details: model.G.nx = 200; % Number of bins in the x direction |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Thanks for the bug report! I managed to track down the bug to the function VOXELIZE, which I originally got from the Mathworks FileExchange. I found a fork of it, written by W. Warriner, who fixed this bug and many other improvements. I will replace the VOXELIZE function in the next release of MCmatlab, but in the meanwhile if you put these files into the helperfuncs folder it should fix the issue: Let me know if it works or not. |
Beta Was this translation helpful? Give feedback.
Thanks for the bug report! I managed to track down the bug to the function VOXELIZE, which I originally got from the Mathworks FileExchange. I found a fork of it, written by W. Warriner, who fixed this bug and many other improvements. I will replace the VOXELIZE function in the next release of MCmatlab, but in the meanwhile if you put these files into the helperfuncs folder it should fix the issue:
Unzip me into helperfuncs.zip
Let me know if it works or not.