paysages3d/src/render/software/RayCastingResult.cpp

6 lines
89 B
C++

#include "RayCastingResult.h"
RayCastingResult::RayCastingResult() {
hit = false;
}