Can Panda Do Voxels?

Hi, I was wondering if anyone could tell me if Panda3D can do Voxels or anything like the system used by Zbrush?

I would really like to be able to experiment with stuff like that.

Voxel rendering? Seems pretty exotic. Panda is designed to do basic OpenGL- or DirectX-type rasterization.

So, the answer is no, sorry.

David

Oh Well, maybe I can add that to the wishlist. 8)

Thanks for the info David.

Pilgrim, i have some stupid voxel code sitting here that uses the marching cube algorithm … the code was basically ripped off from some one and ported form povrey to panda3d. I will not give modified version due to license but i can point you at the source yet i think just implementing your own verson of marching cube is both esear and would work better.