您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
21 行
492 B
21 行
492 B
TEXTURE2D(_VegNoise);
|
|
SAMPLER2D(sampler_VegNoise);
|
|
|
|
TEXTURE2D(_VegWindMask);
|
|
SAMPLER2D(sampler_VegWindMask);
|
|
|
|
CBUFFER_START(_PerMaterial)
|
|
float4 _VegPivot;
|
|
float _VegStiffness;
|
|
float4 _VegAssistantDirectional;
|
|
float4 _VegWindDirection;
|
|
float _VegWindIntensity;
|
|
float _VegWindSpeed;
|
|
float _VegDetailVariation;
|
|
float _VegLeafShakeScale;
|
|
float _VegLeafShakeSpeed;
|
|
float _VegLeafShakePower;
|
|
float _VegPerLeafBendScale;
|
|
float _VegPerLeafBendSpeed;
|
|
float _VegPerLeafBendPower;
|
|
CBUFFER_END
|