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
I've been using Effekseer in a web project for a while now and things have been working fine but I have run into an issue.
The issue being that for certain combinations of elements with different blend modes the end result is different between the editor and the runtime.
I have an example effect set up that highlights my problem: subtract_test.zip
The setup is:
-one pane with blend mode blend, blue in example
-one pane with blend mode subtract, pure white in the example(appears black)
-one particle effect with blend mode add, white in the example
In the editor the final result is like this:
The particles viewed through the panes appear blue.
In the runtime the final result is like this:
The particles viewed through the panes appear white.
Since I've been experimenting with using negative blend panes for tinting an effect, having this inconsistency is rather inconvenient.
And for the record the effect achieved in editor seems preferable from my end at least. But the most important issue is the lack of consistency.
I can only confirm this issue exists when using the WebGL runtime so I am unsure if this an issue specific to that runtime or a core issue.
Kind regards,
TSK
The text was updated successfully, but these errors were encountered:
Hi,
I've been using Effekseer in a web project for a while now and things have been working fine but I have run into an issue.
The issue being that for certain combinations of elements with different blend modes the end result is different between the editor and the runtime.
I have an example effect set up that highlights my problem: subtract_test.zip
The setup is:
-one pane with blend mode blend, blue in example
-one pane with blend mode subtract, pure white in the example(appears black)
-one particle effect with blend mode add, white in the example
In the editor the final result is like this:
The particles viewed through the panes appear blue.
In the runtime the final result is like this:
The particles viewed through the panes appear white.
Since I've been experimenting with using negative blend panes for tinting an effect, having this inconsistency is rather inconvenient.
And for the record the effect achieved in editor seems preferable from my end at least. But the most important issue is the lack of consistency.
I can only confirm this issue exists when using the WebGL runtime so I am unsure if this an issue specific to that runtime or a core issue.
Kind regards,
TSK
The text was updated successfully, but these errors were encountered: