POV-Ray : Newsgroups : povray.off-topic : Be very afraid... : Re: Be very afraid... Server Time
29 Sep 2024 07:20:13 EDT (-0400)
  Re: Be very afraid...  
From: scott
Date: 25 Sep 2009 07:16:55
Message: <4abca6a7$1@news.povray.org>
> Care to define what "extrude" means?

Shifting a face in the direction of its normal, and filling in the gaps 
between the shifted face and the other faces that it used to be connected to 
(by automatically adding more faces perpendicular to the selected face).

Example in amazing 2D ASCII:

Start with 3 faces:

---.---.---


Extrude the middle face upwards:

   .---.
   |   |
---.   .---


Move the left vertex up a bit:
   .
   |\
   | \
   |  \
   .   .
   |   |
---.   .---

Extrude the top left face:

.--.
|   \
|    \
|     \
.--.   .
   |   |
---.   .---

It's a very useful tool in 3D mesh design.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.