From: Luis Simoes on
I'm developing a small volumetric image editor (3D image editor). I want to display lots of voxels, and I want to be able to rotate the whole axis. For now, I'm not interested in using packages like those who deal with MRI. I'm trying to do a more fundamental study on dealing with voxels in Matlab.

I'm using PATCH function to produce the voxels. The thing is, the rotation is really slow, and I'm still using a small number of voxels (say 20x20x20 - 8000 voxels). I would like to be able to use something closer to a million voxels.

Any suggestions?
Many many thanks in advance.