duck

duck

Dec 7th, 2010
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1.     Bounds myBounds;
  2.     foreach (Vector3 pos in positions)
  3.     {
  4.         myBounds.Encapsulate(pos);
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment