You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semantic sensor for FP dataset doesn't work. This is caused by the default value of flags_ in PbrDrawable. The judging here will always return True because the flags_ is initialized with that PbrShader::Flag::ObjectId. Here we should call this one to fix materialData_->attribute<bool>("hasPerVertexObjectId")
Steps to Reproduce
Any scene in FP will have the problem
The text was updated successfully, but these errors were encountered:
Habitat-Sim version
main
🐛 Bug
The semantic sensor for FP dataset doesn't work. This is caused by the default value of flags_ in PbrDrawable. The judging here will always return True because the flags_ is initialized with that PbrShader::Flag::ObjectId. Here we should call this one to fix
materialData_->attribute<bool>("hasPerVertexObjectId")
Steps to Reproduce
Any scene in FP will have the problem
The text was updated successfully, but these errors were encountered: