GL Optimization

This commit is contained in:
Anuken
2020-03-10 12:10:53 -04:00
parent ade989aecb
commit 860efdc052
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package mindustry.graphics.g3d;
import arc.graphics.*;
import arc.graphics.gl.*;
import arc.math.geom.*;
import mindustry.type.*;
/** Defines a mesh that is rendered for a planet. Subclasses provide a mesh and a shader. */