Planet rendering refactoring
This commit is contained in:
@@ -3,5 +3,5 @@ package mindustry.graphics.g3d;
|
||||
import arc.math.geom.*;
|
||||
|
||||
public interface GenericMesh{
|
||||
void render(Mat3D projection, Mat3D transform);
|
||||
void render(PlanetParams params, Mat3D projection, Mat3D transform);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user