Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Type-PolyLine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenFlipper-Free
Type-PolyLine
Commits
e2dbe2e0
Commit
e2dbe2e0
authored
5 years ago
by
Jan Möbius
Browse files
Options
Downloads
Patches
Plain Diff
overrides
parent
2a2a02ec
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ObjectTypes/PolyLine/PolyLineNodeT.hh
+5
-5
5 additions, 5 deletions
ObjectTypes/PolyLine/PolyLineNodeT.hh
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
+5
-5
5 additions, 5 deletions
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
with
10 additions
and
10 deletions
ObjectTypes/PolyLine/PolyLineNodeT.hh
+
5
−
5
View file @
e2dbe2e0
...
@@ -105,16 +105,16 @@ public:
...
@@ -105,16 +105,16 @@ public:
ACG_CLASSNAME
(
PolyLineNodeT
);
ACG_CLASSNAME
(
PolyLineNodeT
);
/// return available draw modes
/// return available draw modes
DrawModes
::
DrawMode
availableDrawModes
()
const
;
DrawModes
::
DrawMode
availableDrawModes
()
const
override
;
/// update bounding box
/// update bounding box
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
);
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
)
override
;
/// draw lines and normals
/// draw lines and normals
void
draw
(
GLState
&
/*_state*/
,
const
DrawModes
::
DrawMode
&
_drawMode
);
void
draw
(
GLState
&
/*_state*/
,
const
DrawModes
::
DrawMode
&
_drawMode
)
override
;
/// picking
/// picking
void
pick
(
GLState
&
_state
,
PickTarget
_target
);
void
pick
(
GLState
&
_state
,
PickTarget
_target
)
override
;
/** \brief Add the objects to the given renderer
/** \brief Add the objects to the given renderer
*
*
...
@@ -123,7 +123,7 @@ public:
...
@@ -123,7 +123,7 @@ public:
* @param _drawMode The active draw mode
* @param _drawMode The active draw mode
* @param _mat Current material
* @param _mat Current material
*/
*/
void
getRenderObjects
(
ACG
::
IRenderer
*
_renderer
,
ACG
::
GLState
&
_state
,
const
ACG
::
SceneGraph
::
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
);
void
getRenderObjects
(
ACG
::
IRenderer
*
_renderer
,
ACG
::
GLState
&
_state
,
const
ACG
::
SceneGraph
::
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
)
override
;
/// Trigger an update of the vbo
/// Trigger an update of the vbo
void
update
()
{
updateVBO_
=
true
;
};
void
update
()
{
updateVBO_
=
true
;
};
...
...
This diff is collapsed.
Click to expand it.
ObjectTypes/PolyLineCollection/PolyLineCollectionNodeT.hh
+
5
−
5
View file @
e2dbe2e0
...
@@ -92,16 +92,16 @@ public:
...
@@ -92,16 +92,16 @@ public:
ACG_CLASSNAME
(
PolyLineCollectionNodeT
);
ACG_CLASSNAME
(
PolyLineCollectionNodeT
);
/// return available draw modes
/// return available draw modes
DrawModes
::
DrawMode
availableDrawModes
()
const
;
DrawModes
::
DrawMode
availableDrawModes
()
const
override
;
/// update bounding box
/// update bounding box
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
);
void
boundingBox
(
Vec3d
&
_bbMin
,
Vec3d
&
_bbMax
)
override
;
/// draw lines and normals
/// draw lines and normals
void
draw
(
GLState
&
/*_state*/
,
const
DrawModes
::
DrawMode
&
_drawMode
);
void
draw
(
GLState
&
/*_state*/
,
const
DrawModes
::
DrawMode
&
_drawMode
)
override
;
/// picking
/// picking
void
pick
(
GLState
&
_state
,
PickTarget
_target
);
void
pick
(
GLState
&
_state
,
PickTarget
_target
)
override
;
/** \brief Add the objects to the given renderer
/** \brief Add the objects to the given renderer
*
*
...
@@ -110,7 +110,7 @@ public:
...
@@ -110,7 +110,7 @@ public:
* @param _drawMode The active draw mode
* @param _drawMode The active draw mode
* @param _mat Current material
* @param _mat Current material
*/
*/
void
getRenderObjects
(
ACG
::
IRenderer
*
_renderer
,
ACG
::
GLState
&
_state
,
const
ACG
::
SceneGraph
::
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
);
void
getRenderObjects
(
ACG
::
IRenderer
*
_renderer
,
ACG
::
GLState
&
_state
,
const
ACG
::
SceneGraph
::
DrawModes
::
DrawMode
&
_drawMode
,
const
ACG
::
SceneGraph
::
Material
*
_mat
)
override
;
/// Trigger an update of the vbo
/// Trigger an update of the vbo
void
update
()
{
updateVBO_
=
true
;
}
void
update
()
{
updateVBO_
=
true
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment