Objectify icon indicating copy to clipboard operation
Objectify copied to clipboard

The first mobile 3D scanner for Android.

Results 1 Objectify issues
Sort by recently updated
recently updated
newest added

ScriptC_lh_integration lhIntegration = new ScriptC_lh_integration(rs); /* set params for the generator */ lhIntegration.set_width(mWidth); lhIntegration.set_height(mHeight); lhIntegration.bind_pNormals(allInNormals); lhIntegration.bind_pHeights(allOutHeights); /* pass the input to RenderScript */ for (int i = 0; i <...