Skip to content
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

Negative scale particles are not shown #41587

Closed
QbieShay opened this issue Aug 28, 2020 · 3 comments
Closed

Negative scale particles are not shown #41587

QbieShay opened this issue Aug 28, 2020 · 3 comments

Comments

@QbieShay
Copy link
Contributor

Godot version:
3.2 development -
6b5102c

OS/device including version:
OS: Linux 5.8.3-arch1-1
GPU: Radeon 590

Issue description:
Negative scale on 2D particle is useful for conveying the impression of particles rotating in 3D.
There are two issues for me:

  1. can't set negative scale for 2D particles
  2. when using a negative scale curve, particles disappear

Minimal reproduction project:
particle_scale.zip

@KoBeWi
Copy link
Member

KoBeWi commented Aug 29, 2020

You can't set negative scale to particles, the value is clamped at 0. The curve probably tries to set it to negative, but it gets clamped too.

So it's not really a bug, but intended behavior (except the negative curve part). Maybe the restriction could be removed though.

@Calinou
Copy link
Member

Calinou commented Oct 15, 2021

I can confirm this on commit 754db65 (3.x branch). This also occurs after switching to GLES2.

Negative scale appears to be allowed in master now, still.

@Calinou Calinou added this to the 3.4 milestone Oct 15, 2021
@akien-mga akien-mga modified the milestones: 3.4, 3.5 Nov 8, 2021
@akien-mga akien-mga modified the milestones: 3.5, 3.6 Aug 5, 2022
@akien-mga
Copy link
Member

Fixed by #53852.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants