Translucid images work at random #48
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ArkForgeLabs/BlueEngine#48
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug


When displaying images with an alpha different from 0 or 255 the engine sometimes renders them good and other times it renders them with a solid color.
Screenshots
Desktop (please complete the following information):
Additional context
When instancing copies of objects they seem to get the same effect as the original object.
Oh I think I know the reason for this one now, it's in the shaders. I check if the alpha is 0 then remove the color from being displayed, otherwise include. Maybe thats the issue. I'll look into it more