From: Francesco Chionna (francesco.chionna++at++cetma.brindisi.enea.it)
Date: 02/18/2003 07:33:55
Hi,
I would like to manipulate the vertex inside a pfGeoSet but always a error message compare on my screen.
This is the code :
pfGeode *model1 =(pfGeode *) pfdLoadFile("cow.obj");
int variabile;
ushort *icoords, *inorms;
pfVec3 *coords, *ncoords, *norms, *nnorms;
variabile=model1->getNumGSets();
// there are 6 gset
pfGeoSet *gset=model1->getGSet (1);
gset->getAttrLists(PFGS_COORD3, (void**)&coords, &icoords);
.....
Unhandled exception in prova.exe(LIBPF.dll) Access Violation
i do not understand why it is not possible.
Thanks coords_thanks
This archive was generated by hypermail 2b29 : Tue Feb 18 2003 - 07:40:20 PST