mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
Fix WaterObject TODO: Retrieve sampler numbers from parameter handles, see r22631.
This commit is contained in:
parent
2142d452d4
commit
3995b974ed
2 changed files with 9 additions and 8 deletions
|
|
@ -97,6 +97,7 @@ struct WaterMatParams
|
|||
MaterialParameterHandle* mSpecularParamsSC;
|
||||
MaterialParameterHandle* mDepthGradMaxSC;
|
||||
MaterialParameterHandle* mReflectivitySC;
|
||||
MaterialParameterHandle* mDepthGradSamplerSC;
|
||||
|
||||
void clear();
|
||||
void init(BaseMatInstance* matInst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue