You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i open the attatched project in my custom build using precision=double, the billboard of the particles is seaming not to work, basicaly ignoring the billboard setting all togeter.
I am using a QuadMesh as particle Mesh.
Opening the same Project in without the precision=double setting, and it is working.
Steps to reproduce
build using precision=double (i tryed several commits, all the same)
Not sure if this will help, but I've noticed this bug is caused due to not being able to modify MODELVIEW_MATRIX in the shader vertex function when in double precision build. I found a work around:
Godot version
Godot 4.0 [5726770...] + precision=double
System information
Windows 11
Issue description
If i open the attatched project in my custom build using precision=double, the billboard of the particles is seaming not to work, basicaly ignoring the billboard setting all togeter.
I am using a QuadMesh as particle Mesh.
Opening the same Project in without the precision=double setting, and it is working.
Steps to reproduce
build using precision=double (i tryed several commits, all the same)
create CPUParticles3D
Add a Quad Mesh
Add a Material to the Mesh
Set Billboard to On
Minimal reproduction project
Billboard_Bug.zip
The text was updated successfully, but these errors were encountered: