From cd02ff73d1d1835d8195918f789c78900c6593fe Mon Sep 17 00:00:00 2001 From: ElonOlsson Date: Tue, 7 May 2024 14:30:35 -0400 Subject: [PATCH] Update density_volume.asset to use correct transferfunction --- .../solarsystem/heliosphere/bastille_day/density_volume.asset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/assets/scene/solarsystem/heliosphere/bastille_day/density_volume.asset b/data/assets/scene/solarsystem/heliosphere/bastille_day/density_volume.asset index de8e1848e3..7df028b1b6 100644 --- a/data/assets/scene/solarsystem/heliosphere/bastille_day/density_volume.asset +++ b/data/assets/scene/solarsystem/heliosphere/bastille_day/density_volume.asset @@ -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,