summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Manasseh <joel_manasseh@brown.edu>2024-05-10 04:16:58 -0400
committerJoel Manasseh <joel_manasseh@brown.edu>2024-05-10 04:16:58 -0400
commitc280804c3e506dc4f38910de1e9b81d5182f4a43 (patch)
treeab62e421cf24a727e1efe6004c33f553e728b1a0
parent487b0874e1fbb891e5ecf5721bd05814b0c0572d (diff)
new box
-rw-r--r--resources/images/back.jpgbin0 -> 740068 bytes
-rw-r--r--resources/images/bottom.jpgbin0 -> 280589 bytes
-rw-r--r--resources/images/front.jpgbin0 -> 473329 bytes
-rw-r--r--resources/images/left.jpgbin0 -> 601885 bytes
-rw-r--r--resources/images/right.jpgbin0 -> 538038 bytes
-rw-r--r--resources/images/top.jpgbin0 -> 346139 bytes
-rw-r--r--src/skybox.h12
7 files changed, 6 insertions, 6 deletions
diff --git a/resources/images/back.jpg b/resources/images/back.jpg
new file mode 100644
index 0000000..470a679
--- /dev/null
+++ b/resources/images/back.jpg
Binary files differ
diff --git a/resources/images/bottom.jpg b/resources/images/bottom.jpg
new file mode 100644
index 0000000..893f394
--- /dev/null
+++ b/resources/images/bottom.jpg
Binary files differ
diff --git a/resources/images/front.jpg b/resources/images/front.jpg
new file mode 100644
index 0000000..4e17b77
--- /dev/null
+++ b/resources/images/front.jpg
Binary files differ
diff --git a/resources/images/left.jpg b/resources/images/left.jpg
new file mode 100644
index 0000000..5750b91
--- /dev/null
+++ b/resources/images/left.jpg
Binary files differ
diff --git a/resources/images/right.jpg b/resources/images/right.jpg
new file mode 100644
index 0000000..8963037
--- /dev/null
+++ b/resources/images/right.jpg
Binary files differ
diff --git a/resources/images/top.jpg b/resources/images/top.jpg
new file mode 100644
index 0000000..4db3c2a
--- /dev/null
+++ b/resources/images/top.jpg
Binary files differ
diff --git a/src/skybox.h b/src/skybox.h
index d9995ba..abe78c9 100644
--- a/src/skybox.h
+++ b/src/skybox.h
@@ -202,12 +202,12 @@ public:
- {":resources/images/cupertin-lake_rt.png",
- ":resources/images/cupertin-lake_lf.png",
- ":resources/images/cupertin-lake_up.png",
- ":resources/images/cupertin-lake_dn.png",
- ":resources/images/cupertin-lake_bk.png",
- ":resources/images/cupertin-lake_ft.png",
+ {":resources/images/px.png",
+ ":resources/images/nx.png",
+ ":resources/images/py.png",
+ ":resources/images/ny.png",
+ ":resources/images/pz.png",
+ ":resources/images/nz.png",
};
float ROTATE_SPEED = .01f; // 1 degree per sec