Kaydet (Commit) fe454926 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

remove unused variables

Change-Id: I020be0cecd3becc24edc1267b4bce714db3bb627
üst 45c25954
...@@ -81,7 +81,6 @@ struct Polygon3DInfo ...@@ -81,7 +81,6 @@ struct Polygon3DInfo
glm::vec4 polygonColor; glm::vec4 polygonColor;
glm::vec4 id; glm::vec4 id;
Vertices3D *vertices; Vertices3D *vertices;
UVs3D *uvs;
Normals3D *normals; Normals3D *normals;
std::vector <Vertices3D *> verticesList; std::vector <Vertices3D *> verticesList;
std::vector <Normals3D *> normalsList; std::vector <Normals3D *> normalsList;
......
...@@ -80,7 +80,6 @@ OpenGL3DRenderer::OpenGL3DRenderer(): ...@@ -80,7 +80,6 @@ OpenGL3DRenderer::OpenGL3DRenderer():
m_Polygon3DInfo.lineOnly = false; m_Polygon3DInfo.lineOnly = false;
m_Polygon3DInfo.twoSidesLighting = false; m_Polygon3DInfo.twoSidesLighting = false;
m_Polygon3DInfo.vertices = NULL; m_Polygon3DInfo.vertices = NULL;
m_Polygon3DInfo.uvs = NULL;
m_Polygon3DInfo.normals = NULL; m_Polygon3DInfo.normals = NULL;
m_Polygon3DInfo.lineWidth = 0.001f; m_Polygon3DInfo.lineWidth = 0.001f;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment