TUT: samplingDebug was left enabled in tutorial (and missing a file)

This commit is contained in:
Mark Olesen
2018-07-18 19:41:32 +02:00
parent f09d985207
commit a6e735e5ce
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# An angled plane that extends beyond the geometry
o angledPlane
v -0.03 -0.08 -0.03
v -0.03 -0.08 0.03
v -0.07 -0.02 0.03
v -0.07 -0.02 -0.03
f 1 2 4
f 2 3 4
# EOF

View File

@ -52,7 +52,7 @@ runTimeModifiable true;
functions functions
{ {
#include "sampling" #include "sampling"
#include "samplingDebug" // #include "samplingDebug"
} }