summaryrefslogtreecommitdiff
path: root/src/graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.js')
-rw-r--r--src/graph.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graph.js b/src/graph.js
index c4d7765..5a09cbb 100644
--- a/src/graph.js
+++ b/src/graph.js
@@ -202,9 +202,10 @@ export default function buildGraph({ db, handlers }) {
if (catNumber === 33) {
object.rotateY(Math.PI / 2);
}
+ // the key is turned in a funky way
if (catNumber === 48) {
object.rotateZ(Math.PI * -0.25);
- object.rotateX(Math.PI * -0.45);
+ object.rotateX(Math.PI * 0.45);
object.rotateY(Math.PI * 0.5);
}
};