Update density_volume.asset to use correct transferfunction

This commit is contained in:
ElonOlsson
2024-05-07 14:30:35 -04:00
committed by GitHub
parent 8ba7f32125
commit cd02ff73d1

View File

@@ -36,7 +36,7 @@ local DensityVolume = {
Type = "RenderableTimeVaryingVolume",
StepSize = 0.004,
Brightness = 0.3,
TransferFunction = asset.resource("transferfunctions/mas-mhd-r-squared-old.txt"),
TransferFunction = asset.resource("transferfunctions/mas-mhd-r-squared.txt"),
SourceDirectory = densityDirectory,
GridType = "Spherical",
SecondsBefore = 24 * 60 * 60,