world_matrix seems to have gone in godot 4 shading language this code doesnt work> vec3 vertex_position = (WORLD_MATRIX * vertex).xyz;
vec3 vertex_position = (WORLD_MATRIX * vertex).xyz;
it was renamed to MODEL_MATRIX
MODEL_MATRIX