Close



Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Wow! What a phenomenally helpful group you all are! I greatly appreciate the help and will work with what I've learned here.

  2. #12
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Quote Originally Posted by Winston View Post
    Wow! What a phenomenally helpful group you all are! I greatly appreciate the help and will work with what I've learned here.
    If you zoom way in... You will see each of those objects is made by making a little polygon (using the cube() function) of the appropriate height. There will be little stair steps between any two polygons of different heights. You can smooth that all out by putting the code inside a hull() { code-goes-here } That will take the existing shape and make a smooth hull around it.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •