mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-27 13:53:01 +00:00
strings: Update
This commit is contained in:
parent
bffa1e704e
commit
218b7d855f
1 changed files with 19 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
Filter.Displacement="Displacement"
|
||||
Filter.Displacement.File="File"
|
||||
Filter.Displacement.File.Types="Images (*.png *.jpeg *.jpg *.bmp);;All Files (*)"
|
||||
Filter.Displacement.Ratio="Ratio"
|
||||
Filter.Displacement.Scale="Scale"
|
||||
Filter.Shape="Shape"
|
||||
Filter.Shape.Loop="Repeat last Point"
|
||||
Filter.Shape.Points="Points"
|
||||
|
@ -6,12 +11,21 @@ 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"
|
||||
Filter.Transform.Orthographic="Orthographic"
|
||||
Filter.Transform.Camera="Camera"
|
||||
Filter.Transform.Camera.Orthographic="Orthographic"
|
||||
Filter.Transform.Camera.Perspective="Perspective"
|
||||
Filter.Transform.Position.X="Position (X)"
|
||||
Filter.Transform.Position.Y="Position (Y)"
|
||||
Filter.Transform.Position.Z="Position (Z)"
|
||||
Filter.Transform.Rotation.X="Rotation (X)"
|
||||
Filter.Transform.Rotation.Y="Rotation (Y)"
|
||||
Filter.Transform.Rotation.Z="Rotation (Z)"
|
||||
Filter.Transform.Scale.X="Scale (X)"
|
||||
Filter.Transform.Scale.Y="Scale (Y)"
|
||||
Filter.Transform.Scale.Y="Scale (Y)"
|
||||
Filter.Transform.Rotation.Order="Rotation Order"
|
||||
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"
|
||||
Filter.Transform.Rotation.X="Pitch (X)"
|
||||
Filter.Transform.Rotation.Y="Yaw (Y)"
|
||||
Filter.Transform.Rotation.Z="Roll (Z)"
|
Loading…
Reference in a new issue