model = glm::translate(model, Positions[1]); model = glm::rotate(model, glm::radians(0.0f+circle), glm::vec3(0.00f, 0.0f, 1.0f)); glm::mat4 my= projection * view * model ; ourShader.setMat4("myposition", my);