I have a code like this
// Car.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <math.h>
#include <GL/glut.h>
#include "glm.h"
using namespace std;
GLMmodel* pmodel1...