11.07.2015 Views

Download document (10.35 MB) - Escuela Superior de Informática ...

Download document (10.35 MB) - Escuela Superior de Informática ...

Download document (10.35 MB) - Escuela Superior de Informática ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

166 Capítulo D. Código fuente163 double dy = pt.y - points[1][i].y;164165 if( dx*dx + dy*dy 15 && i < 32 && ficheroGFACIALES != NULL) {206207 if (MarcasEscritasGestos ==208 InfoFicheroGestos.gestos_num_canales) {209 MarcasEscritasGestos = 0;210 }211212 /* Se ponen signos negativos para ren<strong>de</strong>rizar bien213 en openGL con coords buenas*/214 fprintf (ficheroGFACIALES, " %i \t %i \t %f\r\n",215 MarcasEscritasGestos++, numFrame - 1, -points[1][i].x);216 fprintf (ficheroGFACIALES, " %i \t %i \t %f\r\n",217 MarcasEscritasGestos++, numFrame - 1, points3d[1][i].z);218 fprintf (ficheroGFACIALES, " %i \t %i \t %f\r\n",219 MarcasEscritasGestos++, numFrame - 1, -points[1][i].y);220 }221222

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!