godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.04k stars 21.17k forks source link

CPUParticles billboard not working. #48762

Closed sarooptech closed 3 years ago

sarooptech commented 3 years ago

Godot version: 3.3.stable.official

OS/device including version: Windows 10 ( OpenGL ES 2.0 Renderer: AMD Radeon HD 7310 Graphics )

Issue description: I have added CPU Particles with Quad Mesh billboard enabled (Also tried particles billboard). Billboard effect not working at all. It was working with 3.2

Steps to reproduce: Add CPUParticles and then add QuadMesh with Godot icon Texture and then try to enable billboard and check if it works properly as it should.

Minimal reproduction project: BillboardTest.zip

sarooptech commented 3 years ago

Any update on this?

Chaosus commented 3 years ago

This seems worked correctly on my PC:

billboard

3.3.stable.official

Try to use the last stable version (3.3.2)

sarooptech commented 3 years ago

Tested it. It's working now.