Skip to content

Commit db0f70f

Browse files
Update com.unity.perception/Documentation~/FAQ/FAQ.md
review suggestion commit Co-authored-by: Steve Borkman <[email protected]>
1 parent 17721a0 commit db0f70f

File tree

1 file changed

+1
-1
lines changed
  • com.unity.perception/Documentation~/FAQ

1 file changed

+1
-1
lines changed

com.unity.perception/Documentation~/FAQ/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ This can be done by adding custom annotations to your dataset. Have a look at [t
443443
<summary><strong>Q: Objects in my captured images have jagged edges, how can I fix this?</strong>
444444
</summary><br>
445445

446-
This is a common issue with rendering graphics into pixel grids (digital images), when the resolution of the grid is not high enough to perfectly display slanting lines. The common solution to this issue is the use of anti-aliasing methods, and Unity offers a number of these in both URP and HDRP. To experiment with anti-aliasing, go to the ***Inspector*** view of your Perception Camera object and in the Camera component, change `Anti-aliasing` from `None` to another option.
446+
This is a common issue with rendering graphics into raster images (digital images), when the resolution of the raster is not high enough to perfectly display slanting lines. The common solution to this issue is the use of anti-aliasing methods, and Unity offers a number of these in both URP and HDRP. To experiment with anti-aliasing, go to the ***Inspector*** view of your Perception Camera object and in the Camera component, change `Anti-aliasing` from `None` to another option.
447447

448448
---
449449
</details>

0 commit comments

Comments
 (0)