This website requires JavaScript.
Explore
Help
Sign In
graphics
/
paysages3d
Watch
1
Star
0
Fork
You've already forked paysages3d
0
Code
Releases
Activity
8cf2881a73
paysages3d
/
src
/
render
/
software
/
RayCastingResult.cpp
6 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
Extracted RayCastingResult header to speed-up compiling
2015-10-15 22:28:07 +00:00
#
include
"RayCastingResult.h"
Enforced coding style using clang-format
2015-11-09 21:30:46 +00:00
RayCastingResult
:
:
RayCastingResult
(
)
{
Extracted RayCastingResult header to speed-up compiling
2015-10-15 22:28:07 +00:00
hit
=
false
;
}
Copy permalink