Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
cb51e300
Commit
cb51e300
authored
Nov 21, 2020
by
TheNumbat
Browse files
rename spline.cpp to spline.inl
parent
a9cca557
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cb51e300
...
...
@@ -108,6 +108,7 @@ if(SCOTTY3D_BUILD_REF)
"src/reference/bsdf.cpp"
"src/reference/bbox.cpp"
"src/reference/bvh.inl"
"src/reference/spline.inl"
"src/reference/skeleton.cpp"
"src/reference/env_light.cpp"
"src/reference/tri_mesh.cpp"
)
...
...
@@ -123,6 +124,7 @@ else()
"src/student/debug.h"
"src/student/debug.cpp"
"src/student/bvh.inl"
"src/student/spline.inl"
"src/student/env_light.cpp"
"src/student/skeleton.cpp"
"src/student/tri_mesh.cpp"
)
...
...
src/geometry/spline.h
View file @
cb51e300
...
...
@@ -187,7 +187,7 @@ private:
};
#ifdef SCOTTY3D_BUILD_REF
#include "../reference/spline.
cpp
"
#include "../reference/spline.
inl
"
#else
#include "../student/spline.
cpp
"
#include "../student/spline.
inl
"
#endif
src/student/spline.
cpp
→
src/student/spline.
inl
View file @
cb51e300
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment