void njPtclPolygonEnd( void )
NJS_POINT3 ptcl[100] = { { 0.f, 0.f, 0.f }, { 1.f, 0.f, 0.f }, { 0.f, 1.f, 0.f }, : }; njPtclPolygonStart( 0xffffffff ); njPtclDrawPolygon( ptcl, 100, 0.5f ); njRotateXYZ( NULL, 0x1000, 0x1000, 0x1000 ); njPtclDrawPolygon( ptcl, 100, 0.5f ); njPtclPolygonEnd();