mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Relocate water related assets.
Also remove duplication, favoring DDS over other formats.
This commit is contained in:
parent
a868b649ad
commit
6d7270c894
24 changed files with 12 additions and 12 deletions
|
|
@ -76,10 +76,10 @@ function RiverEditorGui::createRiver( %this )
|
|||
|
||||
baseColor = "45 108 171 255";
|
||||
|
||||
rippleTex = "core/art/water/ripple.dds";
|
||||
foamTex = "core/art/water/foam";
|
||||
rippleTex = "art/water/ripple.dds";
|
||||
foamTex = "art/water/foam";
|
||||
cubemap = "DefaultSkyCubemap";
|
||||
depthGradientTex = "core/art/water/depthcolor_ramp";
|
||||
depthGradientTex = "art/water/depthcolor_ramp";
|
||||
};
|
||||
|
||||
return %river;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue