2017-08-19 22:31:39 +00:00
Filter.Displacement = "Displacement Mapping"
2017-06-29 05:12:52 +00:00
Filter.Displacement.File = "File"
2017-08-19 22:31:39 +00:00
Filter.Displacement.File.Types = "Images (*.png *.jpeg *.jpg *.bmp *.tga);;All Files (*)"
2017-06-29 05:12:52 +00:00
Filter.Displacement.Ratio = "Ratio"
Filter.Displacement.Scale = "Scale"
2017-06-29 01:41:32 +00:00
Filter.Shape = "Shape"
Filter.Shape.Loop = "Repeat last Point"
Filter.Shape.Points = "Points"
Filter.Shape.Point.X = "Point %llu X"
Filter.Shape.Point.Y = "Point %llu Y"
Filter.Shape.Point.U = "Point %llu U"
Filter.Shape.Point.V = "Point %llu V"
Filter.Transform = "3D Transform"
2017-06-29 05:12:52 +00:00
Filter.Transform.Camera = "Camera"
2017-08-19 22:31:39 +00:00
Filter.Transform.Camera.Description = "Projection mode used by the camera."
2017-06-29 05:12:52 +00:00
Filter.Transform.Camera.Orthographic = "Orthographic"
Filter.Transform.Camera.Perspective = "Perspective"
2017-07-01 03:13:54 +00:00
Filter.Transform.Camera.FieldOfView = "Field Of View"
2017-08-19 22:31:39 +00:00
Filter.Transform.Camera.FieldOfView.Description = "Vertical Field of View of the camera."
2017-07-01 01:49:08 +00:00
Filter.Transform.Position = "Position"
2017-08-19 22:31:39 +00:00
Filter.Transform.Position.Description = "Position of the rendered quad."
2017-06-29 01:41:32 +00:00
Filter.Transform.Position.X = "Position (X)"
Filter.Transform.Position.Y = "Position (Y)"
Filter.Transform.Position.Z = "Position (Z)"
2017-07-01 01:49:08 +00:00
Filter.Transform.Scale = "Scale"
2017-08-19 22:31:39 +00:00
Filter.Transform.Scale.Description = "Scale of the rendered quad."
2017-06-29 01:41:32 +00:00
Filter.Transform.Scale.X = "Scale (X)"
2017-06-29 05:12:52 +00:00
Filter.Transform.Scale.Y = "Scale (Y)"
2017-09-17 20:16:23 +00:00
Filter.Transform.Shear = "Shear"
Filter.Transform.Shear.Description = "Shearing of the rendered quad."
Filter.Transform.Shear.X = "Shear (X)"
Filter.Transform.Shear.Y = "Shear (Y)"
2017-06-29 05:12:52 +00:00
Filter.Transform.Rotation.Order = "Rotation Order"
2017-08-19 22:31:39 +00:00
Filter.Transform.Rotation.Order.Description = "The order in which to apply the euler angles to the rendered quad."
2017-06-29 05:12:52 +00:00
Filter.Transform.Rotation.Order.XYZ = "Pitch, Yaw, Roll"
Filter.Transform.Rotation.Order.XZY = "Pitch, Roll, Yaw"
Filter.Transform.Rotation.Order.YXZ = "Yaw, Pitch, Roll"
Filter.Transform.Rotation.Order.YZX = "Yaw, Roll, Pitch"
Filter.Transform.Rotation.Order.ZXY = "Roll, Pitch, Yaw"
Filter.Transform.Rotation.Order.ZYX = "Roll, Yaw, Pitch"
2017-07-01 01:49:08 +00:00
Filter.Transform.Rotation = "Rotation"
2017-08-19 22:31:39 +00:00
Filter.Transform.Rotation.Description = "Euler rotation of the rendered quad, applied using the rotation order."
2017-06-29 05:12:52 +00:00
Filter.Transform.Rotation.X = "Pitch (X)"
Filter.Transform.Rotation.Y = "Yaw (Y)"
2017-07-03 00:46:33 +00:00
Filter.Transform.Rotation.Z = "Roll (Z)"
Filter.Blur = "Blur"
Filter.Blur.Type = "Type"
2017-08-19 22:31:39 +00:00
Filter.Blur.Type.Description = "The type of blur to apply:\n- 'Box' smoothes pixels equally.\n- 'Gaussian' applies a gaussian curve to the smoothed pixels.\n- 'Bilateral' is an edge detection variant of 'Gaussian'."
2017-07-03 00:46:33 +00:00
Filter.Blur.Type.Box = "Box"
Filter.Blur.Type.Gaussian = "Gaussian"
2017-07-03 05:20:15 +00:00
Filter.Blur.Type.Bilateral = "Bilateral"
2017-07-03 00:46:33 +00:00
Filter.Blur.Size = "Size (Pixel)"
2017-08-19 22:31:39 +00:00
Filter.Blur.Size.Description = "Area size of the blur, large sizes may cause:\n- Skipped frames\n- Frame loss or drops\n- Input lag\n- GPU overheating\n- or other issues."
2017-07-03 05:20:15 +00:00
Filter.Blur.Bilateral.Smoothing = "Smoothing"
Filter.Blur.Bilateral.Sharpness = "Sharpness"
2017-08-19 22:31:39 +00:00
Filter.Blur.ColorFormat = "Color Format"
Advanced = "Advanced"