Answered
Marching Cubes
James Trounson
MarchingCubes class does some very nice work.
Right now when we call "DoWork", it recalculates the entire scalar field. Are there any plans to only "DoWork" on part of the scalar field? Some applications require small parts of the field to be changed dynamically. While I haven't done time testing, recalculating just the changed portion would save time.
Thanks,
Jas
0
Comments
Hi James,
Currently there are no plans to improve it, sorry. Did you consider subdividing your domain in boxes and update only on box at time?
I did not consider that, but that is a possible solution. A cube of cubes! I will investigate.
Thanks for the advise.
Please sign in to leave a comment.