int addNormalTexture(int? normalTexture) { fbBuilder.addInt32(7, normalTexture); return fbBuilder.offset; }