What's the use of BillboardMode?

Not sure what the use of billboardMode, I see something in code like child.mesh.billboardMode = BABYLON.AbstractMesh.BILLBOARDMODE_ALL;

Here is API - Mesh | Babylon.js Documentation
Billboard mode defines if mesh will always/never face to camera in all/defined axis.

1 Like

Billboard is a special mode ensuring the mesh is always facing the camera. This is commonly used to display information to the user for instance or for sprites and particles.

@labris totally beats me on the answer :slight_smile:

2 Likes

Thanks, it would be better if babylon document could also mention this :relaxed:

Adding @PirateJC for the documentation

1 Like

I’m on it!

I’ll jump on this later this week.

4 Likes