godot icon indicating copy to clipboard operation
godot copied to clipboard

Add particle y-billboard option to standard shader

Open Arnklit opened this issue 1 year ago • 0 comments
trafficstars

This adds a particle y-billboard option to Standard Material.

image

When used with Align Y on the particles it allows you to have particles that align themselves with velocity, but face the camera.

image image

Note I'm not sure if this should be added since you can also achieve this with the "Particles -> Drawing -> Transform Align -> Z Billboard + Y to Velocity". But these options don't work with stuff like Particle Animation.

In general I'm not sure why there are billboarding settings both in the Particles and in the Material like this.

Arnklit avatar Feb 08 '24 15:02 Arnklit