import msp_interface; #pragma MSP stage(vertex) void main() { gl_Position = clip_eye_matrix*eye_world_matrix*world_obj_matrix*vertex; }