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:
Alex Sakhartchouk
2010-08-04 14:45:48 -07:00
parent cf9a44cdf3
commit fb10c16a05
10 changed files with 49 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ public class Allocation extends BaseObj {
@Override
void updateFromNative() {
mRS.validate();
mName = mRS.nGetName(mID);
int typeID = mRS.nAllocationGetType(mID);
if(typeID != 0) {
mType = new Type(typeID, mRS);