Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oxyflame_rendering_tools
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
oxyflame_rendering_tools
Commits
3b2cbe44
Commit
3b2cbe44
authored
4 years ago
by
Jonathan Ehret
Browse files
Options
Downloads
Patches
Plain Diff
And that too.
parent
1d5db369
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
offline_ray_tracer/include/transfer_function.hpp
+3
-3
3 additions, 3 deletions
offline_ray_tracer/include/transfer_function.hpp
settings.json
+4
-4
4 additions, 4 deletions
settings.json
transfer_function.json
+5
-5
5 additions, 5 deletions
transfer_function.json
with
12 additions
and
12 deletions
offline_ray_tracer/include/transfer_function.hpp
+
3
−
3
View file @
3b2cbe44
...
...
@@ -22,8 +22,8 @@ public:
vtkJson
::
Value
root
;
reader
.
parse
(
file_stream
,
root
);
auto
&
opacity
=
root
[
0
][
"Points"
];
auto
&
color
=
root
[
0
][
"RGBPoints"
];
auto
opacity
=
root
[
0
][
"Points"
];
auto
color
=
root
[
0
][
"RGBPoints"
];
auto
space
=
root
[
0
][
"ColorSpace"
].
asString
();
for
(
auto
i
=
0
;
i
<
opacity
.
size
();
i
+=
4
)
...
...
This diff is collapsed.
Click to expand it.
settings.json
+
4
−
4
View file @
3b2cbe44
{
"data_filepaths"
:
[
{
"geometry"
:
"
/hpcwork/rwth0432/data/o
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
/hpcwork/rwth0432/data/o
xyflame/QOUT_0013200
_test
.vtu"
},
{
"geometry"
:
"
/hpcwork/rwth0432/data/o
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
/hpcwork/rwth0432/data/o
xyflame/QOUT_0013200
_test
.vtu"
},
{
"geometry"
:
"
/hpcwork/rwth0432/data/o
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
/hpcwork/rwth0432/data/o
xyflame/QOUT_0013200
_test
.vtu"
}
{
"geometry"
:
"
D:/General/AIA/O
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
D:/General/AIA/O
xyflame/QOUT_0013200.vtu"
},
{
"geometry"
:
"
D:/General/AIA/O
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
D:/General/AIA/O
xyflame/QOUT_0013200.vtu"
},
{
"geometry"
:
"
D:/General/AIA/O
xyflame/GEOM_0013200.vtp"
,
"volume"
:
"
D:/General/AIA/O
xyflame/QOUT_0013200.vtu"
}
],
"transfer_function"
:
"
/home/rwth0432/source
/oxyflame_rendering_tools/transfer_function.json"
,
"transfer_function"
:
"
D:/source/internal
/oxyflame_rendering_tools/transfer_function.json"
,
"time_scale"
:
1000.0
,
"loop"
:
true
,
...
...
This diff is collapsed.
Click to expand it.
transfer_function.json
+
5
−
5
View file @
3b2cbe44
...
...
@@ -4,18 +4,18 @@
"Name"
:
"Q"
,
"Points"
:
[
-1.0
,
0
.0
,
-1
000000000000000000000000000000
.0
,
1
.0
,
0.5
,
0.0
,
1.0
,
1
000000000000000000000000000000
.0
,
1.0
,
0.5
,
0.0
],
"RGBPoints"
:
[
-1.0
,
-1
000000000000000000000000000000
.0
,
0.231373
,
0.298039
,
0.75294099999999997
,
...
...
@@ -23,7 +23,7 @@
0.86500299999999997
,
0.86500299999999997
,
0.86500299999999997
,
1.0
,
1
000000000000000000000000000000
.0
,
0.70588200000000001
,
0.0156863
,
0.14902000000000001
...
...
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