Matias Lavik
|
5f0a543e5b
|
Don't re-create data texture or gradient texture if it already exists.
|
2022-03-21 21:16:28 +01:00 |
Matias Lavik
|
93ab644429
|
Added FUNDLING.yml (link to Red Cross)
Added FUNDLING.yml (link to the International Committee of the Red Cross)
|
2022-02-26 20:23:32 +01:00 |
Matias Lavik
|
a88bbbe9a6
|
Merge pull request #84 from mlavik1/UpdateMaaterialPropertiesFix
Call UpdateMaaterialProperties after enabling/disabling lighting.
|
2022-02-12 20:20:44 +01:00 |
Matias Lavik
|
b196f0ffdb
|
Call UpdateMaaterialProperties after enabling/disabling lighting. SetVisibilityWindow: Don't call UpdateMaaterialProperties of value didn't change.
|
2022-02-12 20:19:56 +01:00 |
Matias Lavik
|
698117d3ca
|
Merge pull request #82 from mlavik1/tf-improvements
1D Transfer function improvements
|
2022-01-21 19:24:11 +01:00 |
Matias Lavik
|
1d2541479d
|
Merge pull request #78 from mlavik1/dicom-encoding-fixes
DICOM time format fix
|
2022-01-21 19:19:44 +01:00 |
Matias Lavik
|
1d97525358
|
Changed TF clear functionality: Changed colour and alpha values of default control points
|
2022-01-02 19:59:43 +01:00 |
Matias Lavik
|
d76ad808c1
|
TF editor improvements: Made it easier to select control points, especially at the borders.
|
2022-01-02 19:40:03 +01:00 |
Matias Lavik
|
ba54467609
|
cleanup
|
2022-01-01 22:15:44 +01:00 |
Matias Lavik
|
208a10fd78
|
Improved 1D transfer function editor. Use smoothstep instead of LERP for TF control points.
|
2022-01-01 20:52:21 +01:00 |
Matias Lavik
|
711cd51609
|
Merge pull request #59 from jasonks2/PARCHG---Electron-Density-Volume-Renderer
VASP support + store dataset values as float instead of int.
|
2021-12-31 11:26:17 +01:00 |
Matias Lavik
|
9c0724e267
|
Removed ParDatasetImporterEditorWindow. We now import PARCHG datasets directly instead.
|
2021-12-31 11:06:59 +01:00 |
Matias Lavik
|
b033d0a7b6
|
#77: Log a warning instead of throwing EncodingException if time format is invalid (we don't use that anyway).
|
2021-12-30 19:49:45 +01:00 |
Matias Lavik
|
bb5646cbfe
|
Added license file for PARCHG dataset. Some cleanup.
|
2021-12-30 19:31:12 +01:00 |
Matias Lavik
|
97e8b01320
|
Commented out code for setting dataset dimension manually, since it's not currently in use.
|
2021-12-29 19:45:28 +01:00 |
Matias Lavik
|
688810f7d8
|
VASP import fixes: Don't assume specific indentation. Allow optional lines. Handle empty lines. Re-named functions to match coding style in the rest of the project. Moved some variables to be function local.
|
2021-12-29 19:38:46 +01:00 |
jasonks2
|
b3bf6613db
|
gui info
|
2021-12-20 17:38:01 -06:00 |
jasonks2
|
8d29c64ee2
|
now displaying better screenshot
|
2021-12-20 17:32:01 -06:00 |
jasonks2
|
4206ba1e52
|
better screenshot
|
2021-12-20 17:30:45 -06:00 |
Matias Lavik
|
729d2add93
|
Moved nullcheck
|
2021-12-19 11:39:08 +01:00 |
Matias Lavik
|
c530afdfad
|
Fixed broken merge.
|
2021-12-19 11:16:44 +01:00 |
jasonks2
|
54ce3d6217
|
Merge branch 'master' into PARCHG---Electron-Density-Volume-Renderer
|
2021-12-06 21:41:53 -06:00 |
Matias Lavik
|
303d2ce76e
|
Merge pull request #75 from vahpy/patch-2
Optimise Image Sequence Importer
|
2021-11-25 18:51:51 +01:00 |
Vahid
|
9227bdebd9
|
Optimise Image Sequence Importer
Addresses the issue at mlavik1#56
|
2021-11-25 13:19:37 +11:00 |
Matias Lavik
|
13abae6746
|
Merge pull request #74 from mlavik1/assetstore-fix
Read .dic files from Resources folder instead of StreamingAssets.
|
2021-11-22 20:15:27 +01:00 |
Matias Lavik
|
108383dd56
|
#68: Moved .dic files from StreamingAssets to Resources.
|
2021-11-22 19:49:11 +01:00 |
Matias Lavik
|
e6cc256c69
|
Merge pull request #70 from mlavik1/origin
Improved Generate2DHistogramTexture.
|
2021-11-11 10:58:11 +01:00 |
Matias Lavik
|
a72619d049
|
TF2D editor: Changed button sizes
|
2021-11-10 19:11:29 +01:00 |
Matias Lavik
|
b0124c585d
|
2DTF GUI: Renamed "width" and "height" to "max x" and "max y", since that's what they actually are.
|
2021-11-10 19:06:04 +01:00 |
Matias Lavik
|
8389614f48
|
TF2D editor: Invalidate selectedBoxIndex when removing box.
|
2021-11-10 19:00:22 +01:00 |
Matias Lavik
|
69e8a6392b
|
#69: Improved Generate2DHistogramTexture. This should now work for datasets that do not have a value range starting at zero, and should hopefully fix some of the reported IndexOutOfRangeExceptions.
|
2021-11-10 13:49:20 +01:00 |
Matias Lavik
|
88dd9c4180
|
Merge pull request #67 from mlavik1/volume-downscale
Downscale volume
|
2021-10-27 18:22:43 +01:00 |
Matias Lavik
|
8312f834ad
|
Renamed DownscaleVolumePrompt -> DownscaleDatasetPrompt
|
2021-10-27 14:15:47 +02:00 |
Matias Lavik
|
317ee00e6e
|
Added setting for "show downscale prompt". The downscale prompt now displays the current dataset dimension.
|
2021-10-27 14:07:41 +02:00 |
Vahid
|
48769ac591
|
Merge pull request #2 from vahpy/vahpy-new-features
Simplified downscaling + popup dialog
|
2021-10-23 22:43:07 +11:00 |
Vahid
|
a36f01e819
|
Added popup dialog for optional downscaling
|
2021-10-23 22:35:41 +11:00 |
Vahid
|
5f0d380920
|
Added optional downscaled option
|
2021-10-23 22:20:08 +11:00 |
Vahid
|
6dfab009ba
|
New implementation for texture downscaling
Less code and less memory usage
|
2021-10-23 22:14:47 +11:00 |
Vahid
|
344e8c81f5
|
Fixed order of slices
|
2021-10-23 04:49:13 +11:00 |
Vahid
|
0af309d1d5
|
Merge pull request #1 from vahpy/vahpy-new-features
Adding downscaling feature
|
2021-10-23 02:12:06 +11:00 |
Vahid
|
d654f8498b
|
Minor fixes
|
2021-10-23 02:10:38 +11:00 |
Vahid
|
f892596263
|
Optional Downscaled texture added
|
2021-10-22 23:27:38 +11:00 |
Matias Lavik
|
22c3e6a549
|
Merge pull request #66 from vahpy/master
Reduced OutOfMemory exceptions for importing large datasets
|
2021-10-20 10:52:23 +01:00 |
Matias Lavik
|
9734e9b9c3
|
Fixed typo
|
2021-10-19 20:00:28 +02:00 |
Matias Lavik
|
75ba599d15
|
Store pixel data in byte array and use SetPixelData when possible.
|
2021-10-19 19:26:48 +02:00 |
vahpy
|
070d46f2ae
|
Reduce OutOfMemory exceptions
Reduces the number of unnecessary large arrays to avoid OutOfMemory exceptions.
|
2021-10-19 13:09:31 +11:00 |
Matias Lavik
|
ccb3f06fac
|
Added back a PARCHG screenshot (and removed an old one).
|
2021-10-18 20:39:13 +02:00 |
Matias Lavik
|
a1c2e728dc
|
Dataset's data values are now always stored as float. This removes the need for different implementations for PARCHG.
|
2021-10-18 20:26:35 +02:00 |
Matias Lavik
|
b011d24f19
|
Update ParDatasetImporter.cs
|
2021-10-18 14:06:05 +02:00 |
Matias Lavik
|
58d238112b
|
Update ParDatasetImporterEditorWindow.cs
|
2021-10-18 14:05:46 +02:00 |