Re[7]: Глюк с (unsigned short* a = new unsigned short[2];)
От: Lorenzo_LAMAS  
Дата: 12.11.03 13:10
Оценка:
[ccode]
AR>/*******************************************/
AR> unsigned short* trInd = new unsigned short[2];
AR> trInd[0] = (unsigned short)uCount;
AR> trInd[1] = (unsigned short)vCount;
AR>/********************************************/
//здесь то не 0?
AR> CShape* shp;
AR> shp = new CShape(
AR> vertCount,vertCoo,vertNorm,vertMap,0,trInd,true,true
AR> );
AR> msh = new CMesh(shp);
AR> getWorld().addObject(msh);;
//а здесь ?
[/code]
Of course, the code must be complete enough to compile and link.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.