Sprites in 3d
Open
A-Rendering
C-Bug
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
59bfbd3295ed34f7aec1d8339bab10a339877242
## Operating system & version
macOS 10.15.6
## What you did
Place a sprite in 2d, then in 3d.
## What you expected to happen
Sprite showing in 2d and 3d.
## What actually happened
Sprite only visible in 2d. Not shown for orthographic and perspective 3d.
## Additional information
The 3D graph uses `Transparent3dPhase`. Sprites are scoped in the `Transparent2dPhase`.
Contributor guide
Assessment
This issue has not been assessed yet.