-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D line example broken on web #14353
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
O-Web
Specific to web (WASM) builds
Comments
ShadowMitia
added
C-Bug
An unexpected or incorrect behavior
S-Needs-Triage
This issue needs to be labelled
labels
Jul 16, 2024
the error is
this can't work in WebGL2, |
janhohenheim
added
C-Examples
An addition or correction to our examples
O-Web
Specific to web (WASM) builds
A-Rendering
Drawing game state to the screen
and removed
S-Needs-Triage
This issue needs to be labelled
labels
Jul 17, 2024
I see these warnings when drawing line gizmos on WebGPU /w RenderLayer specified:
e.g. app.insert_gizmo_config(
EditorCameraGizmoConfigGroup,
GizmoConfig {
render_layers: EDITOR_CAMERA_RENDER_LAYER,
..default()
},
);
...
fn draw(mut gizmos: Gizmos<EditorCameraGizmoConfigGroup>) {
....
gizmos.line(
start,
end,
color,
);
} |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 29, 2024
…14402) Fixes #14353 Fixes #14371 --------- Signed-off-by: Sarthak Singh <[email protected]> Co-authored-by: Alice Cecile <[email protected]> Co-authored-by: BD103 <[email protected]>
mockersf
pushed a commit
that referenced
this issue
Aug 2, 2024
…14402) Fixes #14353 Fixes #14371 --------- Signed-off-by: Sarthak Singh <[email protected]> Co-authored-by: Alice Cecile <[email protected]> Co-authored-by: BD103 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
O-Web
Specific to web (WASM) builds
Bevy version
Bevy 0.14
What you did
Go to 3D lines example here: https://bevyengine.org/examples/3d-rendering/lines/
What went wrong
I only see the gray background and nothing else.
Console log shows a lot of things, I think the relevant part is:
I can provide more info if necessary.
Additional information
Using Firefox 128 on Linux desktop.
Also didn't work on Firefox 128 on Android.
The text was updated successfully, but these errors were encountered: