Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
a8db00f9
Commit
a8db00f9
authored
Dec 14, 2016
by
tenter
Browse files
workaround for template argument deduction error in triangle bsp
parent
941947d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs_required/ACG/Geometry/bsp/BSPImplT.hh
View file @
a8db00f9
...
...
@@ -179,6 +179,8 @@ private: //---------------------------------------------------------------------
/// Store ray collide information
struct
RayCollisionData
{
RayCollisionData
()
:
ref
(),
ray
()
{}
Point
ref
;
Point
ray
;
RayCollision
hit_handles
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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