import unlit; #pragma MSP stage(vertex) vec4 get_vertex_position() override { return vec4(mat3(world_eye_matrix)*vertex.xyz, 1.0); }