Skip to content

Commit

Permalink
Merge pull request #50 from ArtifactForms/working2
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
ArtifactForms authored Dec 22, 2024
2 parents f37d56d + c9acc05 commit 710e924
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/workspace/ui/Graphics3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public interface Graphics3D extends Graphics2D {
void rotateY(float angle);

void rotateZ(float angle);

void rotate(float rx, float ry, float rz);

void render(Light light);

Expand Down

0 comments on commit 710e924

Please sign in to comment.