3D geometry module?

John Hunter jdhunter at ace.bsd.uchicago.edu
Thu Aug 26 22:39:06 EDT 2004


>>>>> "Will" == Will McGugan <news at NOwillmcguganSPAM.com> writes:

    Will> Hi, Is there a general purpose 3D geometry module for
    Will> Python? I would like to be able to read / write 3D models
    Will> and perform per vertex / per face operations on them.

    Will> Failing that, are there vector / matrix / quaternion classes
    Will> I can make use of?

VTK is absolutely astounding in depth, breadth and quality, and has a
full python wrapper.  For win32, the enthought edition of python has
VTK built in.

Can take years to wrap your head around, though, in my experience.
It's that big.

JDH



More information about the Python-list mailing list