Guest User

Untitled

a guest
Jun 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # parameters
  2. n = 18 # number of points on sphere
  3. rat = (n - 1) / n # how far along the radius to bisect
  4. u_segments = 32 # UV sphere settings
  5. v_segments = 32
  6. thickness = 0.2 # solidify thickness
  7. TOL = 1e-7
Add Comment
Please, Sign In to add comment