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
Without SSAA, the above runs fine, the label correctly appears when the mouse hovers the triangle. This is no longer the case when the line #ps.set_SSAA_factor(4) is uncommented (or enabled in UI).
Is there a transformation that needs to be applied to the screen_coords with SSAA enabled?
Incidentally, picking seems to work fine, as in the native "Selection" box shows the correct info when clicking on the triangle.
The text was updated successfully, but these errors were encountered:
I am having trouble getting
screen_coords_to_world_pos
to work with SSAA on:Without SSAA, the above runs fine, the label correctly appears when the mouse hovers the triangle. This is no longer the case when the line
#ps.set_SSAA_factor(4)
is uncommented (or enabled in UI).Is there a transformation that needs to be applied to the
screen_coords
with SSAA enabled?Incidentally, picking seems to work fine, as in the native "Selection" box shows the correct info when clicking on the triangle.
The text was updated successfully, but these errors were encountered: