Advertisement
Guest User

Untitled

a guest
Dec 8th, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. ctrl_pts = [
  2. [[0, 0, 20], [100, 0, -35], [200, 0, 60], [300, 0, 5]],
  3. [[0, 100, 30], [100, 100, -25], [200, 100, 120], [300, 100, 5]],
  4. [[0, 200, 0], [100, 200, 35], [200, 200, 60], [300, 200, 45]],
  5. [[0, 300, 0], [100, 300, -35], [200, 300, 60], [300, 300, 45]]
  6. ];
  7. ctrl_pts[0][0][2] = 2;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement