@@ -10,6 +10,7 @@ ConfirmSaveChanged,[{0}] has been changed. Do you want to save?
10
10
Cancel,Cancel
11
11
TextureCount,Image
12
12
UniformCount,Parameter
13
+ GradientCount,Gradient
13
14
Delete_Name,Delete
14
15
,
15
16
Description_Name,Description
@@ -157,6 +158,8 @@ Comment_Node_Name,Comment
157
158
Constant_Name,Constant
158
159
Time_Node_Name,Time
159
160
Time_Node_Desc,Outputs the current time in seconds.
161
+ LocalTime_Node_Name,LocalTime
162
+ LocalTime_Node_Desc,Outputs the time in seconds since the effect was generated.
160
163
EffectScale_Node_Name,EffectScale
161
164
EffectScale_Node_Desc,Gets the scale specified when the effect file is loaded.
162
165
CameraPositionWS_Node_Name,CameraPosition
@@ -211,10 +214,27 @@ You can specify how many images are arranged in one round and the rotation angle
211
214
,
212
215
Depth_Name,Depth
213
216
,
214
- DepthFade_Name ,DepthFade
215
- DepthFade_Desc ,"Output a smaller value as it gets closer to the background object.
217
+ DepthFade_Node_Name ,DepthFade
218
+ DepthFade_Node_Desc ,"Output a smaller value as it gets closer to the background object.
216
219
Output 1 if the distance is farther than FadeDistance, 0 if the distance is 0."
217
220
,
221
+ Gradient_Name,Gradient
222
+ SampleGradient_Node_Name,Sample Gradient
223
+ SampleGradient_Node_Desc,"Outputs a color reference from the gradient to the color at the specified location.
224
+ If no input is set for the gradient, the gradient of this node is used."
225
+ Gradient_Node_Name,Gradient
226
+ Gradient_Node_Desc,"This node outputs a gradient."
227
+ GradientParameter_Node_Name,Gradient Parameter
228
+ GradientParameter_Node_Desc,"Outputs a gradient set externally."
229
+ ,
230
+ Noise_Name,Noise
231
+ SimpleNoise_Node_Name,Simple Noise
232
+ SimpleNoise_Node_Desc,Outputs noise.
233
+ ,
234
+ Environment_Name,Environment
235
+ Light_Node_Name,Light
236
+ Light_Node_Desc,Outputs information about externally set lights.
237
+ ,
218
238
ConvertParam_Name,Convert to parameter
219
239
,
220
240
,
0 commit comments