Texture filtering
All checks were successful
Run ReCI Build Test / Explore-Gitea-Actions (push) Successful in 1m46s

This commit is contained in:
2024-08-03 22:17:21 -04:00
parent 9688854533
commit 50895153f5
4 changed files with 81 additions and 27 deletions

View File

@@ -88,7 +88,7 @@ public:
glEnable(GL_DEPTH_TEST);
glDepthFunc(GL_LESS);
glDepthMask(GL_TRUE);
image = new Texture("assets/sprites/Re3D.png");
image = new Texture("assets/sprites/Re3D.png", TextureFilteringMode::MIPMAP_TRILINEAR);
}
Vector3 textAngle = {0,0,0};