mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Merge pull request #302 from thecelloman/movewater
Relocate water related assets.
This commit is contained in:
commit
93c7e1fb73
24 changed files with 12 additions and 12 deletions
|
|
@ -797,9 +797,9 @@ function ObjectBuilderGui::addWaterObjectFields(%this)
|
|||
%this.addField("waveSpeed[2]", "TypeFloat", "Wave Speed", "1");
|
||||
%this.addField("overallWaveMagnitude", "TypeFloat", "Overall Wave Magnitude", "1.0");
|
||||
|
||||
%this.addField("rippleTex", "TypeImageFilename", "Ripple Texture", "core/art/water/ripple" );
|
||||
%this.addField("depthGradientTex", "TypeImageFilename", "Depth Gradient Texture", "core/art/water/depthcolor_ramp" );
|
||||
%this.addField("foamTex", "TypeImageFilename", "Foam Texture", "core/art/water/foam" );
|
||||
%this.addField("rippleTex", "TypeImageFilename", "Ripple Texture", "art/water/ripple" );
|
||||
%this.addField("depthGradientTex", "TypeImageFilename", "Depth Gradient Texture", "art/water/depthcolor_ramp" );
|
||||
%this.addField("foamTex", "TypeImageFilename", "Foam Texture", "art/water/foam" );
|
||||
%this.addField("cubemap", "TypeRealString", "Cubemap", "DefaultSkyCubemap" );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue