opengl package

This commit is contained in:
2025-04-27 10:12:52 +02:00
parent 6ca5d1294f
commit 9f35bd3c30
9 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ package chess.view.DDDrender;
import java.util.List;
import chess.view.DDDrender.opengl.VertexArray;
public class DDDModel {
private final List<VertexArray> vaos;