Advertisement
SafeTails

Blaine's SpinZoom XML

Mar 23rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.63 KB | None | 0 0
  1. <TransitionsAndEffects Version="2.8">
  2. <Effects>
  3. <EffectDLL guid="TFX">
  4. <Effect name="Spin (Left)" iconid="24" guid="Spin (Left)" comment="Blaine's Spin Left (post 238884)" shadermodel="2">
  5. <Param name="Animation" value="FX" />
  6. <Param name="FXFile" value="Parity.fx" />
  7. <Param name="Technique" value="Rotate" />
  8. <RotationDegree evaluation="Linear" type="float">
  9. <Point time="0.0" value="0.0"/>
  10. <Point time="0.88" value="360.0"/>
  11. </RotationDegree>
  12. </Effect>
  13. <Effect name="Spin (Right)" iconid="24" guid="Spin (Right)" comment="Blaine's Spin Right" shadermodel="2">
  14. <Param name="Animation" value="FX" />
  15. <Param name="FXFile" value="Parity.fx" />
  16. <Param name="Technique" value="Rotate" />
  17. <RotationDegree evaluation="Linear" type="float">
  18. <Point time="0.0" value="360.0"/>
  19. <Point time="0.88" value="0.0"/>
  20. </RotationDegree>
  21. </Effect>
  22. <Effect name="Zoom (In)" iconid="6" guid="Zoom (In)" comment="Blaine's Zoom In" shadermodel="2">
  23. <Param name="Animation" value="FX" />
  24. <Param name="FXFile" value="Parity.fx" />
  25. <Param name="Technique" value="Rotate" />
  26. <CameraZoom evaluation="Square" type="float">
  27. <Point time="0.0" value="0.0"/>
  28. <Point time="1" value="1.0"/>
  29. </CameraZoom>
  30. </Effect>
  31. <Effect name="Zoom (Out)" iconid="5" guid="Zoom (Out)" comment="Blaine's Zoom Out" shadermodel="2">
  32. <Param name="Animation" value="FX" />
  33. <Param name="FXFile" value="Parity.fx" />
  34. <Param name="Technique" value="Rotate" />
  35. <CameraZoom evaluation="Square" type="float">
  36. <Point time="0.0" value="1.0"/>
  37. <Point time="1" value="0.0"/>
  38. </CameraZoom>
  39. </Effect>
  40. </EffectDLL>
  41. </Effects>
  42. </TransitionsAndEffects>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement