Home | History | Annotate | Download | only in noisefield

Lines Matching full:mesh

10 import android.renderscript.Mesh;
20 import android.renderscript.Mesh.Primitive;
48 private Mesh mDotMesh;
63 Mesh.AllocationBuilder smb2 = new Mesh.AllocationBuilder(mRS);
68 smb2.addIndexSetType(Mesh.Primitive.POINT);
121 // The composition and colors of the background mesh were plotted on paper and photoshop
132 Log.e(LOG_TAG, "Unable to load background mesh from csv file.");
137 Log.e(LOG_TAG, "Unable to close background mesh csv file.");
156 Mesh.AllocationBuilder backgroundBuilder = new Mesh.AllocationBuilder(mRS);