Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-PropertyVis
Commits
ead5c31a
Commit
ead5c31a
authored
Jul 01, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overrides
parent
242b124a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Nodes/BoxesNode.hh
Nodes/BoxesNode.hh
+3
-3
No files found.
Nodes/BoxesNode.hh
View file @
ead5c31a
...
...
@@ -67,11 +67,11 @@ public:
~
BoxesNode
()
=
default
;
DrawModes
::
DrawMode
availableDrawModes
()
const
{
DrawModes
::
DrawMode
availableDrawModes
()
const
override
{
return
DrawModes
::
SOLID_FACES_COLORED_FLAT_SHADED
;
}
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
);
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
)
override
;
void
clear
()
{
elem_
.
clear
();
updateVBO_
=
true
;
}
...
...
@@ -83,7 +83,7 @@ public:
typedef
BoxElement
&
reference
;
typedef
const
BoxElement
&
const_reference
;
void
getRenderObjects
(
IRenderer
*
_renderer
,
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
);
void
getRenderObjects
(
IRenderer
*
_renderer
,
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
)
override
;
void
setScaleFactor
(
float
_val
)
{
scaleFactor_
=
_val
;}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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