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
After the port to 5.5, I've observed that non-nanite meshes are not being rendered in the semantic and instance sensors. This issue can be evaded if all relevant meshes are Nanite, as is the case with Town10, but will need to be looked into for full support.
The issue stems from changes to the depth pass of meshes. It can be reimplemented by changing the commented code on SegmentationRendering.cpp starting line 422 and ending line 460, replacing it with the new method of depth rendering found in DepthRendering.cpp
The text was updated successfully, but these errors were encountered:
After the port to 5.5, I've observed that non-nanite meshes are not being rendered in the semantic and instance sensors. This issue can be evaded if all relevant meshes are Nanite, as is the case with Town10, but will need to be looked into for full support.
The issue stems from changes to the depth pass of meshes. It can be reimplemented by changing the commented code on SegmentationRendering.cpp starting line 422 and ending line 460, replacing it with the new method of depth rendering found in DepthRendering.cpp
The text was updated successfully, but these errors were encountered: