Author Topic: 2D or 3D?  (Read 10509 times)

Offline bacillus

  • Bot Overlord
  • ****
  • Posts: 907
    • View Profile
2D or 3D?
« Reply #30 on: October 04, 2008, 06:45:21 PM »
Ok, so back to the semicircle-quad-semicircle model, We could replace the semicircles with two semi-hexagon approximations of different radii, then connect them using a quad.

Code: [Select]
  /-------------------\
  /                          \
 /                            \
 |                             |
 |                             |
 |                             |
 \                            /
  \                          /
   \____________/
« Last Edit: October 04, 2008, 09:53:41 PM by Numsgil »
"They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown."
- Carl Sagan

Offline Numsgil

  • Administrator
  • Bot God
  • *****
  • Posts: 7742
    • View Profile
2D or 3D?
« Reply #31 on: October 04, 2008, 09:40:53 PM »
Yeah, I think I'm going to play with that idea.  Polygons make lots of issues easier to deal with.

BTW. you need to use code tags ([ code ] [ /code ] but without spaces) for ascii art.  I added them to your post for you   However, it seems that when you're composing a post it's using a different font from when you submit the post, so things still get messed up.  Maybe if you set the font to something monospaced, like arial.
« Last Edit: October 04, 2008, 09:42:03 PM by Numsgil »

Offline bacillus

  • Bot Overlord
  • ****
  • Posts: 907
    • View Profile
2D or 3D?
« Reply #32 on: October 05, 2008, 03:49:03 AM »
No, I tries to fix it using tabs, that'll be the problem.
"They laughed at Columbus, they laughed at Fulton, they laughed at the Wright brothers. But they also laughed at Bozo the Clown."
- Carl Sagan