| 263:59b6027b9843 | 264:76a025db4948 |
|---|---|
| 1 #include "vertexmap.h" | 1 #include "src/vertexmap.h" |
| 2 #include "gl/common.h" | 2 #include "src/gl/common.h" |
| 3 | 3 |
| 4 hash_t hashVertex(const glm::vec3& vec) | 4 hash_t hashVertex(const glm::vec3& vec) |
| 5 { | 5 { |
| 6 return qHash(glm::ivec3{ | 6 return qHash(glm::ivec3{ |
| 7 int(vec.x * 10000), | 7 int(vec.x * 10000), |