Added ability to set font color.
Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e
This commit is contained in:
@@ -61,6 +61,7 @@ public class Mesh extends BaseObj {
|
||||
|
||||
@Override
|
||||
void updateFromNative() {
|
||||
mName = mRS.nGetName(mID);
|
||||
int vtxCount = mRS.nMeshGetVertexBufferCount(mID);
|
||||
int idxCount = mRS.nMeshGetIndexCount(mID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user