|
|
| File: [Development] / performer / src / pyper / tests / minimal.py (download)
Revision 1.1, Mon May 21 21:40:00 2001 UTC (16 years, 4 months ago) by flynnt
Doing some cleanup and adding the pfgtk example and the python wrapper for Performer (pyper). |
from libpyper import * pfInit() pfConfig() p = pfVec3() p.set(1,2,3) p.length() q = p+p print q pfExit()