Translucid images work at random #48

Open
opened 2023-09-19 16:38:34 +00:00 by Poblo0 · 1 comment
Poblo0 commented 2023-09-19 16:38:34 +00:00 (Migrated from github.com)

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
image
image

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
When instancing copies of objects they seem to get the same effect as the original object.

**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** ![image](https://github.com/AryanpurTech/BlueEngine/assets/143295401/e97b180d-9dff-41f3-b6c2-cb75258b44f2) ![image](https://github.com/AryanpurTech/BlueEngine/assets/143295401/85fc386f-aafa-43ad-ae25-e1c0d81a4046) **Desktop (please complete the following information):** - OS: Windows 10 **Additional context** When instancing copies of objects they seem to get the same effect as the original object.
ElhamAryanpur commented 2024-01-06 09:51:34 +00:00 (Migrated from github.com)

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ArkForgeLabs/BlueEngine#48
No description provided.