Godot Version
<v4.2.2.stable.official [15073afe3]>
Question
I am creating a custom shader using the visual shader, but I have encountered an issue.
To apply the billboard feature, I connected GetBillboardMatrix to the Model View Matrix output as shown in the picture.
However, the billboard feature does not work at all.
On the other hand, the billboard feature in StandardMaterial works well.
I would like to know why this is happening.