Skip to content

Commit 710e924

Browse files
Merge pull request #50 from ArtifactForms/working2
Fix
2 parents f37d56d + c9acc05 commit 710e924

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/workspace/ui/Graphics3D.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ public interface Graphics3D extends Graphics2D {
1919
void rotateY(float angle);
2020

2121
void rotateZ(float angle);
22+
23+
void rotate(float rx, float ry, float rz);
2224

2325
void render(Light light);
2426

0 commit comments

Comments
 (0)