Guest User

Untitled

a guest
May 20th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. shader vecNonUniformScale (vector Vector = 0.0, float Width = 1.0, float Height = 1.0, float Depth = 1.0, output vector Scaled = 0.0) {
  2. Scaled = Vector * vector(Width, Height, Depth);
  3. }
Add Comment
Please, Sign In to add comment