Skip to content

Instantly share code, notes, and snippets.

View gpavlidi's full-sized avatar

Yanis Pavlidis gpavlidi

View GitHub Profile
@gpavlidi
gpavlidi / n3mtodae.c
Created February 4, 2012 23:19 — forked from praeclarum/n3mtodae.c
Converts Nokia 3D models to textured DAE models (http://maps3d.svc.nokia.com/webgl/index.html)
#include <io.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
#include <Share.h>
#include <math.h>