Skip to content

Commit

Permalink
Rename to raytracing
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Jan 31, 2024
1 parent cfc0b70 commit f64cc7a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/yocto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add_library(yocto STATIC
yocto_math.h
yocto_image.h
yocto_shape.h yocto_scene.h yocto_scene.cpp
yocto_raycasting.h yocto_raycasting.cpp
yocto_raytracing.h yocto_raytracing.cpp
yocto_sampling.h yocto_shading.h
yocto_modeling.h yocto_animation.h
yocto_trace.h yocto_trace.cpp
Expand Down
2 changes: 1 addition & 1 deletion libs/yocto/yocto_diagram.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// INCLUDES
// -----------------------------------------------------------------------------

#include <yocto/yocto_raycasting.h>
#include <yocto/yocto_raytracing.h>
#include <yocto/yocto_scene.h>

#include <array>
Expand Down
2 changes: 1 addition & 1 deletion libs/yocto/yocto_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <stdexcept>

#include "yocto_cutrace.h"
#include "yocto_raycasting.h"
#include "yocto_raytracing.h"

#ifdef __APPLE__
#define GL_SILENCE_DEPRECATION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// INCLUDES
// -----------------------------------------------------------------------------

#include "yocto_raycasting.h"
#include "yocto_raytracing.h"

#include <algorithm>
#include <array>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/yocto/yocto_sceneio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#include "yocto_image.h"
#include "yocto_modelio.h"
#include "yocto_pbrtio.h"
#include "yocto_raycasting.h"
#include "yocto_raytracing.h"
#include "yocto_shading.h"
#include "yocto_shape.h"

Expand Down
2 changes: 1 addition & 1 deletion libs/yocto/yocto_trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#include "yocto_image.h"
#include "yocto_math.h"
#include "yocto_raycasting.h"
#include "yocto_raytracing.h"
#include "yocto_sampling.h"
#include "yocto_scene.h"

Expand Down

0 comments on commit f64cc7a

Please sign in to comment.