Abantech / Efficio

1 stars 1 forks source link

Process RealSense Face data into Face data model #25

Open james-h-stephens opened 7 years ago

james-h-stephens commented 7 years ago

Process RealSense Face Data into Face Data Model

joeabsoftdev commented 6 years ago

Is this the way?

transmitMethod(double Vectors, double Vertices, double Color) { //receive doubles //return doubles }

void makeFaceDataModel([double j][double k][double l][double m]) {

//use DLL/API or write method to draw in window drawInWindow(j, k, l, m); }

OurDLLMethod () { double arrayGrid [dimensionx][dimensiony][dimensionz][surfCol]= { transmitMethod(surfaceCoordinates, surfaceColors }; makeFaceDataModel(arrayGrid); }