Skip to content

Commit

Permalink
Update src.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ojack authored Nov 20, 2023
1 parent 1dd27b0 commit bbe4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/learning/video-synth-basics/src.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ gradient([1,2,4]).out(o0)

### src
src( tex )
Accepts a texture, such as external source (s0, s1, s2, s3) or an output (o0, o1, o2, o3)

See `hydra-examples` repository
```hydra
// feedback
src(o0).modulate(noise(3),0.005).blend(shape(4),0.01).out(o0)
Expand Down

0 comments on commit bbe4f2e

Please sign in to comment.