BillboardMode rotation bug

https://playground.babylonjs.com/#87ZI0W#3

Circular sphere distribution composed of plane, invalid when rotating the sphere

Let me take a look.

There is a link above

I’ll take a closer look later but I have a workaround:

Simply update the position of the plane with the parent matrix.

1 Like

This is really one of the solutions. Is there a simpler one

PR Fix billboard translation with parenting by CedricGuillemet · Pull Request #12984 · BabylonJS/Babylon.js · GitHub

3 Likes

good

I feel that your modification has affected other codes, such as:
https://forum.babylonjs.com/t/object-scaling-bug/34312/8

1 Like

I’m taking a look

2 Likes