aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--cmake-build-debug/.ninja_depsbin183008 -> 190512 bytes
-rw-r--r--cmake-build-debug/.ninja_log6
-rw-r--r--cmake-build-debug/Testing/Temporary/LastTest.log4
-rwxr-xr-xcmake-build-debug/projects_raybin0 -> 1657145 bytes
-rw-r--r--src/4dvecops/vec4ops.cpp (renamed from src/4dvecops/vec4operations.cpp)0
6 files changed, 9 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3af6982..a0db553 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ add_executable(${PROJECT_NAME}
src/accelerate/kdtree.h
src/accelerate/bvh.cpp
src/accelerate/bvh.h
- src/4dvecops/vec4operations.cpp
+ src/4dvecops/vec4ops.cpp
src/4dvecops/rotations4d.cpp
src/4dvecops/transform4d.cpp
src/4dvecops/vec4ops.h
diff --git a/cmake-build-debug/.ninja_deps b/cmake-build-debug/.ninja_deps
index ec03971..d347892 100644
--- a/cmake-build-debug/.ninja_deps
+++ b/cmake-build-debug/.ninja_deps
Binary files differ
diff --git a/cmake-build-debug/.ninja_log b/cmake-build-debug/.ninja_log
index fa84642..374ec09 100644
--- a/cmake-build-debug/.ninja_log
+++ b/cmake-build-debug/.ninja_log
@@ -36,3 +36,9 @@
2277 3074 1702062978573573842 CMakeFiles/projects_ray.dir/projects_ray_autogen/mocs_compilation.cpp.o 75d01056e19b5cdd
1934 3161 1702062978659402142 CMakeFiles/projects_ray.dir/src/raytracer/raytracer.cpp.o 78383fd2d33d7c09
2190 3283 1702062978781768457 CMakeFiles/projects_ray.dir/src/main.cpp.o 18bcd3026e919fd3
+7 34 1702063494707727424 projects_ray_autogen/timestamp d580242d2b9854b3
+7 34 1702063494707727424 projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+7 34 1702063494707727424 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/timestamp d580242d2b9854b3
+7 34 1702063494707727424 /Users/sotech117/Documents/master/graphics/the-all-americans-in-cs1230/cmake-build-debug/projects_ray_autogen/mocs_compilation.cpp d580242d2b9854b3
+37 1002 1702063495670965252 CMakeFiles/projects_ray.dir/src/utils/scenefilereader.cpp.o 41959d435611c983
+1002 1148 1702063495820276807 projects_ray 69591c53d0e17f8e
diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log
index 0c30d59..84b844b 100644
--- a/cmake-build-debug/Testing/Temporary/LastTest.log
+++ b/cmake-build-debug/Testing/Temporary/LastTest.log
@@ -1,3 +1,3 @@
-Start testing: Dec 08 13:39 EST
+Start testing: Dec 08 14:24 EST
----------------------------------------------------------
-End testing: Dec 08 13:39 EST
+End testing: Dec 08 14:24 EST
diff --git a/cmake-build-debug/projects_ray b/cmake-build-debug/projects_ray
new file mode 100755
index 0000000..9e19353
--- /dev/null
+++ b/cmake-build-debug/projects_ray
Binary files differ
diff --git a/src/4dvecops/vec4operations.cpp b/src/4dvecops/vec4ops.cpp
index 1ffe673..1ffe673 100644
--- a/src/4dvecops/vec4operations.cpp
+++ b/src/4dvecops/vec4ops.cpp