home.social

Search

33 results for “unityvolrend”

  1. New release of the Unity volume rendering plugin! 🥳

    Features:
    - Shadow volumes
    - Transfer function editor zoom
    - Up to 3x better performance with cubic interpolation enabled
    - Adjustable sampling rate

    github.com/mlavik1/UnityVolume

  2. 📢 Just released a new version of the Unity Volume Rendering plugin: github.com/mlavik1/UnityVolume

    Features:
    - Asynchronous dataset import, with progress reporting
    - Save datasets as Assets
    - Sphere cutout too
    - Fixed orientation and scale of DICOM and NRRD datasets
    - Direct volume rendering optimisation

    And much more!

  3. Working on a change that will allow you to save imported datasets as assets, that can be dragged&dropped into the scene or loaded quickly at runtime.

    (image shows volume rendered human head)

  4. Working on a change that will allow you to save imported datasets as assets, that can be dragged&dropped into the scene or loaded quickly at runtime.

    (image shows volume rendered human head)

    #Unity #VolumeRendering #DICOM #Visualization #MedViz

  5. Working on a change that will allow you to save imported datasets as assets, that can be dragged&dropped into the scene or loaded quickly at runtime.

    (image shows volume rendered human head)

    #Unity #VolumeRendering #DICOM #Visualization #MedViz

  6. Working on a change that will allow you to save imported datasets as assets, that can be dragged&dropped into the scene or loaded quickly at runtime.

    (image shows volume rendered human head)

    #Unity #VolumeRendering #DICOM #Visualization #MedViz

  7. Working on a change that will allow you to save imported datasets as assets, that can be dragged&dropped into the scene or loaded quickly at runtime.

    (image shows volume rendered human head)

    #Unity #VolumeRendering #DICOM #Visualization #MedViz

  8. Just merged two PRs for adding asynchronous dataset import to the Unity Volume Rendering plugin!

    Dataset import now happens in the background, and in the editor (Unity 2020+) you will see a nice little progress bar.

    Thanks to SitronX for the pull request! 👏

  9. 📢 New release for Unity Volume Rendering plugin! 📢
    github.com/mlavik1/UnityVolume

    Features:
    - Cubic sampling setting, for better quality.
    - Support for multiple cross section tools.
    - Now handles linear colour space properly.
    - Cross-platform Nifti-importer.
    - Improved the slice renderer window.
    - Camera controller for sample scene.
    - Some optimisations and bug-fixes.

    Asset store version is in review.

  10. 📢 New release for Unity Volume Rendering plugin! 📢
    github.com/mlavik1/UnityVolume

    Features:
    - Cubic sampling setting, for better quality.
    - Support for multiple cross section tools.
    - Now handles linear colour space properly.
    - Cross-platform Nifti-importer.
    - Improved the slice renderer window.
    - Camera controller for sample scene.
    - Some optimisations and bug-fixes.

    Asset store version is in review.

    #Unity #Unity3D #VolumeRendering #Visualization #DICOM #MedVis

  11. 📢 New release for Unity Volume Rendering plugin! 📢
    github.com/mlavik1/UnityVolume

    Features:
    - Cubic sampling setting, for better quality.
    - Support for multiple cross section tools.
    - Now handles linear colour space properly.
    - Cross-platform Nifti-importer.
    - Improved the slice renderer window.
    - Camera controller for sample scene.
    - Some optimisations and bug-fixes.

    Asset store version is in review.

    #Unity #Unity3D #VolumeRendering #Visualization #DICOM #MedVis

  12. 📢 New release for Unity Volume Rendering plugin! 📢
    github.com/mlavik1/UnityVolume

    Features:
    - Cubic sampling setting, for better quality.
    - Support for multiple cross section tools.
    - Now handles linear colour space properly.
    - Cross-platform Nifti-importer.
    - Improved the slice renderer window.
    - Camera controller for sample scene.
    - Some optimisations and bug-fixes.

    Asset store version is in review.

    #Unity #Unity3D #VolumeRendering #Visualization #DICOM #MedVis

  13. 📢 New release for Unity Volume Rendering plugin! 📢
    github.com/mlavik1/UnityVolume

    Features:
    - Cubic sampling setting, for better quality.
    - Support for multiple cross section tools.
    - Now handles linear colour space properly.
    - Cross-platform Nifti-importer.
    - Improved the slice renderer window.
    - Camera controller for sample scene.
    - Some optimisations and bug-fixes.

    Asset store version is in review.

    #Unity #Unity3D #VolumeRendering #Visualization #DICOM #MedVis

  14. Projects using linear colour space (which is default?) should now look more correct: github.com/mlavik1/UnityVolume

    Note: You might want to adjust your existing transfer functions if you relied on the old behaviour, where the colours you saw in the transfer function editor would not match the actual rendered image.

  15. [Help needed]: github.com/mlavik1/UnityVolume

    If someone here has experience with supporting multiple render pipelines in Unity, please have a read and let me know if you have any suggestions!

  16. The SimpleITK plugin now supports Linux and MacOS! So you can import NRRD, NIfTI and JPEG compressed DICOM on these platforms too 🥳
    github.com/mlavik1/UnityVolume

  17. The SimpleITK plugin now supports Linux and MacOS! So you can import NRRD, NIfTI and JPEG compressed DICOM on these platforms too 🥳
    github.com/mlavik1/UnityVolume

    #VolumeRendering #Unity #DICOM #NRRD #NIfTI

  18. Recent updates:
    - Runtime editor for 1D transfer functions, with a colour picker.
    - Improved runtime GUI.
    - Improved 2D transfer function editor.
    - Various bugfixes and improvements.

    github.com/mlavik1/UnityVolume

    github.com/mlavik1/UnityVolume

  19. You can now import JPEG compressed DICOM datasets, NRRD and NIFTI using SimpleITK.

    By enabling SimpleITK in the settings window, SimpleITK binaries will automatically be downloaded and SimpleITK will be used for these dataset formats.

    Since SimpleITK only distributes C# wrapper binaries for Windows this does not yet work on Linux, but I'll start looking into distributing them myself.

  20. Just received a very nice PR that introduces early ray termination! This can greatly improve the performance on some datasets
    github.com/mlavik1/UnityVolume

  21. WIP: Support for importing datasets with JPEG2000 compression, using SImpleITK.

    Since SimpleITK is a native library, I'm planning to add it as an option, maybe like this:
    - In the settings menu (or on a first time popup) you can enable using SimpleITK for DICOM and other formats.
    - This will auto-download the binaries and enable a USE_SIMPLETK
    - SimpleITK will be used instaed of the current OpenDICOM.Net

  22. The UnityVolumeRendering project now has support for VASP/PARCHG datasets!

    For these datasets 2D transfer function are preferable, so the next step would be to improve the 2D TF editor (which is currently really bad!).

    Thanks to jasonks2 for this feature.

    github.com/mlavik1/UnityVolume