Implement texture atlas, details on why it works unclear
This commit is contained in:
@@ -7,6 +7,6 @@ uniform mat4 worldMat;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = worldMat * vec4(position.xyz,1);
|
||||
gl_Position = worldMat * vec4(position,1);
|
||||
vColor = color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user