Skip to content

Commit

Permalink
Removal of yocto_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
xelatihy committed Jan 31, 2024
1 parent 24b2407 commit 2e5d673
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 99 deletions.
2 changes: 0 additions & 2 deletions apps/yconvert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include <yocto/yocto_math.h>
#include <yocto/yocto_scene.h>
#include <yocto/yocto_sceneio.h>
#include <yocto/yocto_shape.h>
#include <yocto/yocto_trace.h>

using namespace yocto;
using namespace std::string_literals;
Expand Down
1 change: 0 additions & 1 deletion apps/yconverts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <yocto/yocto_math.h>
#include <yocto/yocto_scene.h>
#include <yocto/yocto_sceneio.h>
#include <yocto/yocto_shape.h>

using namespace yocto;
using namespace std::string_literals;
Expand Down
1 change: 0 additions & 1 deletion apps/ysamples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <yocto/yocto_sampling.h>
#include <yocto/yocto_scene.h>
#include <yocto/yocto_sceneio.h>
#include <yocto/yocto_shape.h>

using namespace yocto;
using namespace std::string_literals;
Expand Down
1 change: 0 additions & 1 deletion apps/ytrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <yocto/yocto_math.h>
#include <yocto/yocto_scene.h>
#include <yocto/yocto_sceneio.h>
#include <yocto/yocto_shape.h>
#include <yocto/yocto_trace.h>

using namespace yocto;
Expand Down
1 change: 0 additions & 1 deletion apps/yview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <yocto/yocto_math.h>
#include <yocto/yocto_scene.h>
#include <yocto/yocto_sceneio.h>
#include <yocto/yocto_shape.h>
#include <yocto/yocto_trace.h>

using namespace yocto;
Expand Down
2 changes: 1 addition & 1 deletion libs/yocto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_library(yocto STATIC
yocto_math.h
yocto_image.h
yocto_shape.h yocto_scene.h yocto_scene.cpp
yocto_scene.h yocto_scene.cpp
yocto_raytracing.h yocto_raytracing.cpp
yocto_sampling.h yocto_shading.h
yocto_modeling.h yocto_animation.h
Expand Down
1 change: 0 additions & 1 deletion libs/yocto/yocto_modeling.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@

#include "yocto_image.h"
#include "yocto_math.h"
#include "yocto_shape.h"

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down
1 change: 0 additions & 1 deletion libs/yocto/yocto_sampling.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
#include <vector>

#include "yocto_math.h"
#include "yocto_shape.h"

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down
1 change: 0 additions & 1 deletion libs/yocto/yocto_scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "yocto_image.h"
#include "yocto_modeling.h"
#include "yocto_shading.h"
#include "yocto_shape.h"

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down
1 change: 0 additions & 1 deletion libs/yocto/yocto_scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
#include "yocto_image.h"
#include "yocto_math.h"
#include "yocto_modeling.h"
#include "yocto_shape.h"

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down
1 change: 0 additions & 1 deletion libs/yocto/yocto_sceneio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
#include "yocto_modelio.h"
#include "yocto_pbrtio.h"
#include "yocto_shading.h"
#include "yocto_shape.h"

// -----------------------------------------------------------------------------
// USING DIRECTIVES
Expand Down
86 changes: 0 additions & 86 deletions libs/yocto/yocto_shape.h

This file was deleted.

1 change: 0 additions & 1 deletion libs/yocto/yocto_trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

#include "yocto_sampling.h"
#include "yocto_shading.h"
#include "yocto_shape.h"

#ifdef YOCTO_DENOISE
#include <OpenImageDenoise/oidn.hpp>
Expand Down

0 comments on commit 2e5d673

Please sign in to comment.