Skip to content

Commit

Permalink
Vfx/docs/rename files (#2801)
Browse files Browse the repository at this point in the history
* Removed illegal characters from doc filenames

* Removed illegal characters from gifs
  • Loading branch information
JordanL8 committed Dec 1, 2020
1 parent ebc9bb4 commit 546438e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **Velocity from Direction And Speed : Change Speed** Block calculates a velo

To do this, it scales the direction vector by a speed, and composes it with the velocity attribute.

![](Images/Block-VelocityFromDirection&Speed(ChangeSpeed)Example.gif)
![](Images/Block-VelocityFromDirectionAndSpeed(ChangeSpeed)Example.gif)

## Block compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **Velocity from Direction And Speed (New Direction)** Block calculates a vel

The Block then scales the final direction vector by a speed, and composes it with the velocity attribute.

![](Images/Block-VelocityFromDirection&Speed(NewDirection)Example.gif)
![](Images/Block-VelocityFromDirectionAndSpeed(NewDirection)Example.gif)

## Block compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The **Velocity from Direction And Speed (Random Direction)** Block calculates a

The Block then scales the final direction vector by a speed, and composes it with the velocity attribute.

![](Images/Block-VelocityFromDirection&Speed(RandomDirection)Example.gif)
![](Images/Block-VelocityFromDirectionAndSpeed(RandomDirection)Example.gif)

## Block compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The spherical vector is a normalized vector that goes from a given position, to

The Block then scales the final direction vector by a speed, and composes it with the velocity attribute.

![](Images/Block-VelocityFromDirection&Speed(Spherical)Example.gif)
![](Images/Block-VelocityFromDirectionAndSpeed(Spherical)Example.gif)

## Block compatibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The tangent vector is based on the particle's current direction and a given axis

The Block then scales the final direction vector by a speed, and composes it with the velocity attribute.

![](Images/Block-VelocityFromDirection&Speed(Tangent)Example.gif)
![](Images/Block-VelocityFromDirectionAndSpeed(Tangent)Example.gif)

## Block compatibility

Expand Down

0 comments on commit 546438e

Please sign in to comment.