Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dtk-visualization
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dtk
dtk-visualization
Commits
a728c40f
Commit
a728c40f
authored
Jan 14, 2020
by
NICLAUSSE Nicolas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 2.17.0
parent
767c79fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGELOG.md
CHANGELOG.md
+12
-0
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CHANGELOG.md
View file @
a728c40f
# Change Log:
# 2.17.0 14-Jan-2020
-
use QVTKOpenGLNativeWidget (requires VTK 8.2.0 and up)
-
fix display of menubar on macos in dtkVisualizationViewer
-
stream tracer widget refactoring
-
major update to decorators:
-
fix draw/touch usage
-
uniform coloring is available for all vector decorators
-
management of color map can be enhanced especially to include opacity
-
dtkVisualizationDecoratorScalarIsolines -> dtkVisualizationDecoratorIsocontours
-
dtkVisualizationDecoratorScalarScalarColormap -> dtkVisualizationDecoratorSurfaceColor
-
add cmake option to build with VTK git (
```DTKVISUALIZATION_USE_UPCOMING_VTK```
)
# 2.16.1 20-Dec-2019
-
use vtkGlyph3DMapper in glyph decorators
...
...
CMakeLists.txt
View file @
a728c40f
...
...
@@ -23,8 +23,8 @@ project(dtkVisualization)
## ###################################################################
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR 2
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 1
6
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
1
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR 1
7
)
set
(
${
PROJECT_NAME
}
_VERSION_PATCH
0
)
set
(
${
PROJECT_NAME
}
_VERSION
${${
PROJECT_NAME
}
_VERSION_MAJOR
}
.
${${
PROJECT_NAME
}
_VERSION_MINOR
}
.
${${
PROJECT_NAME
}
_VERSION_PATCH
}
)
...
...
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