This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5ae57ccf8542091dfdae1bc9953c612a9e5a5607
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
SparseVolumeTexture
/
Private
History
tim doerries
9833925852
SparseVolumeTexture import dialog now defaults to 16bit float for all components and tries to use 8bit unorm for density if possible.
...
#rb Sebastien.Hillaire #rnx [CL 26707021 by tim doerries in ue5-main branch]
2023-07-31 11:23:48 -04:00
..
OpenVDBGridAdapter.h
…
OpenVDBImportOptions.h
…
OpenVDBImportWindow.cpp
…
OpenVDBImportWindow.h
…
SparseVolumeTextureFactory.cpp
SparseVolumeTexture import dialog now defaults to 16bit float for all components and tries to use 8bit unorm for density if possible.
2023-07-31 11:23:48 -04:00
SparseVolumeTextureFactory.h
Implemented automatic asset renaming when importing .vdb sequences as an animated SparseVolumeTexture. The resulting asset name will no longer have the number postfix of the original file used to import the entire sequence.
2023-06-19 10:56:00 -04:00
SparseVolumeTextureModule.cpp
…
SparseVolumeTextureOpenVDB.h
…
SparseVolumeTextureOpenVDBUtility.cpp
Fixed SparseVolumeTextureSamplePageTable() and SparseVolumeTextureLoadPageTable() sometimes loading from the page table at incorrect coordinates when the page table is using a page table offset. Fixed incorrect page table offset in SVT sequences causing parts of the volume to appear cut off at higher mip levels. Fixed empty vdb frames during import causing massive VolumeResolution values in the resulting SVT. Fixed StreamingManager triggering an assert when all voxels of a higher mip level have been stripped away due to occupancy bitmask based compression. It seems that higher mip levels can sometimes be empty despite lower mip levels having valid data. I suspect that this is due to precision issues when averaging 8 small float values and then quantizing them during the mip mapping.
2023-06-23 10:22:59 -04:00
SparseVolumeTextureOpenVDBUtility.h
…