suxinde2009 / isgl3d

Automatically exported from code.google.com/p/isgl3d
Other
0 stars 0 forks source link

Crash inside the POD importer. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Crash inside the POD importer for mesh nodes without a material
assigned. (isgl3d-1.2.0 rev. 97)

File: Isgl3dPODImporter.mm
Line: 668

   vboData.uvOffset = (int)(podData->psUVW[0].pData);

   should be:

   if((podData->nNumUVW))
        vboData.uvOffset = (int)(podData->psUVW[0].pData);

Original issue reported on code.google.com by kayam...@gmail.com on 9 Jun 2011 at 6:01

GoogleCodeExporter commented 8 years ago
fixed in svn

Original comment by stuart.caunt on 24 Jun 2011 at 7:19