paysages3d/src/render/software/RayCastingResult.cpp

7 lines
89 B
C++
Raw Normal View History

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