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
Describe the bug
In-progress strokes are invisible when the camera is panned too far from the origin. I believe the root-cause is related to frustum culling (See additional context).
To Reproduce
Steps to reproduce the behavior:
Zoom out
Zoom in elsewhere
Draw a stroke
See that the in-progress stroke is invisible until you release the mouse (or you've passed POINTS_CHUNK_THRESHOLD)
Expected behavior
The in-progress stroke is visible no matter where the camera is.
Additional context
I believe the root cause is bevyengine/bevy#4294. I was able to resolve this locally by editing make_chalk to add the NoFrustumCulling component to in-progress strokes.
The text was updated successfully, but these errors were encountered:
Describe the bug
In-progress strokes are invisible when the camera is panned too far from the origin. I believe the root-cause is related to frustum culling (See additional context).
To Reproduce
Steps to reproduce the behavior:
POINTS_CHUNK_THRESHOLD
)Expected behavior
The in-progress stroke is visible no matter where the camera is.
Additional context
I believe the root cause is bevyengine/bevy#4294. I was able to resolve this locally by editing
make_chalk
to add theNoFrustumCulling
component to in-progress strokes.The text was updated successfully, but these errors were encountered: