Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonCernWq committed Dec 28, 2023
1 parent e5549ef commit 9c3c87c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
10 changes: 2 additions & 8 deletions apps/shadowmap.cu
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,8 @@ typedef ovr::math::vec4i vec4i;


// to avoid crazy formatting and indentations
#define NAMESPACE_BEGIN \
namespace ovr \
{ \
namespace nnvolume \
{
#define NAMESPACE_END \
} \
}
#define NAMESPACE_BEGIN namespace ovr { namespace nnvolume {
#define NAMESPACE_END }}


NAMESPACE_BEGIN
Expand Down
2 changes: 0 additions & 2 deletions core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ add_library(${target} SHARED
renderer/method_pathtracing.h
renderer/method_raymarching.cu
renderer/method_raymarching.h
renderer/method_shadowmap.cu
renderer/method_shadowmap.h
renderer/raytracing.h
renderer/dda.h

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9c3c87c

Please sign in to comment.