Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
build/
build1/
build_works
CMakeSettings.json

# Visual Studio stuff
.vscode/
.vs/
**/.vscode/

# Apple stuff
.DS_Store

# Compiled Object files
*.slo
Expand Down Expand Up @@ -53,3 +60,9 @@ scenes/radiance/*/*.hdr
scenes/radiance/*/*.exr
scenes/radiance/*/*.unf
scenes/radiance/*/*.oct

scenes/breakfast_room/*
scenes/indirect_cornell/*
scenes/leinarts_sponza/*
scenes/living_room/*
scenes/living_room/textures/*
18 changes: 0 additions & 18 deletions .vscode/c_cpp_properties.json

This file was deleted.

59 changes: 0 additions & 59 deletions .vscode/launch.json

This file was deleted.

139 changes: 0 additions & 139 deletions .vscode/settings.json

This file was deleted.

38 changes: 38 additions & 0 deletions CMakeCache.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This is the CMakeCache file.
# For build in directory: /Users/adarsh/Desktop/courses/summer/rtrt/before_merge/Ignis
# It was generated by CMake: /usr/local/Cellar/cmake/3.23.2/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################


########################
# INTERNAL cache entries
########################

//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/adarsh/Desktop/courses/summer/rtrt/before_merge/Ignis
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=23
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.23.2/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.23.2/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.23.2/bin/ctest
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.23.2/share/cmake

1 change: 1 addition & 0 deletions CMakeFiles/cmake.check_cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
Loading