mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-09 02:03:22 +08:00
Fix geometry shader normal homogenous coordinate, and use std::string instead of aString for model loading.
This commit is contained in:
@@ -33,7 +33,7 @@ struct Vertex {
|
||||
struct Texture {
|
||||
unsigned int id;
|
||||
string type;
|
||||
aiString path;
|
||||
string path;
|
||||
};
|
||||
|
||||
class Mesh {
|
||||
|
||||
Reference in New Issue
Block a user