|
data->Set(index++, "UserProperties", aiString(PropertyGet<std::string>(props, "UDP3DSMAX", "")));
|
|
data->Set(index++, "UserProperties", aiString(PropertyGet<std::string>(props, "UDP3DSMAX", "")));
|
|
data->Set(index++, "IsNull", model.IsNull() ? true : false);
|
|
data->Set(index++, "IsNull", model.IsNull() ? true : false);
|