Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Type-OpenMesh
Commits
1631946d
Commit
1631946d
authored
Jun 28, 2019
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
overrides
parent
33267a57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ObjectTypes/MeshObject/StatusViewNodeT.hh
ObjectTypes/MeshObject/StatusViewNodeT.hh
+4
-4
No files found.
ObjectTypes/MeshObject/StatusViewNodeT.hh
View file @
1631946d
...
...
@@ -82,12 +82,12 @@ public:
ACG_CLASSNAME
(
StatusNodeView
);
void
draw
(
GLState
&
,
const
DrawModes
::
DrawMode
&
);
void
draw
(
GLState
&
,
const
DrawModes
::
DrawMode
&
)
override
;
void
getRenderObjects
(
IRenderer
*
_renderer
,
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawMode
,
const
Material
*
_mat
);
void
getRenderObjects
(
IRenderer
*
_renderer
,
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawMode
,
const
Material
*
_mat
)
override
;
void
enter
(
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawmode
);
void
leave
(
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawmode
);
void
enter
(
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawmode
)
override
;
void
leave
(
GLState
&
_state
,
const
DrawModes
::
DrawMode
&
_drawmode
)
override
;
private:
...
...
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