Documentation Talk:Reference Section 4.1

From POV-Wiki
Revision as of 00:28, 3 December 2010 by Jholsenback (talk | contribs) (follow up)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • the heading level of sphere_sweep seems bogus (one level too high) when looking at the table of content.

--Le Forgeron 08:54, 2 December 2010 (UTC)

  • don't understand ... I see sphere at ~4.1.9 and sphere_sweep at ~4.1.10 are you saying it should be sub of sphere? --jholsenback 19:10, 2 December 2010 (UTC)

  • documentation for ovus (shape introduced with beta 40 in progress), alphabetically before Sphere
    • please check & correct if needed the syntax about parameters in the text (in get inspiration from torus section, but that does not make it right)
    • the third image might need a rename (ImgRef... instead of classical RefImg... sorry )

Ovus

ovus, an egg shape

An ovus is a shape that looks like an egg. The syntax of the ovus object is:

OVUS:
  ovus {
    Bottom_radius, Top_radius
    [OBJECT_MODIFIERS...] 
    }

where Bottom_radius is a float value giving the radius of the bottom sphere and Top_radius is a float specifying the radius of the top sphere. The top sphere and the bottom sphere are connected together with a suitably truncated citrus (the self intersecting part of a torus whose minor radius is bigger than the major radius; the complement for such torus to citrus is called the apple) automatically computed for you so as to provide the needed continuity. The center of the top sphere lies on the top of the bottom sphere. The bottom sphere of the ovus is centered at the origin and the top sphere of the ovus lies on the y-axis.

ovus in 2D section.

Whenever the top radius is bigger than twice the bottom radius, the ovus degenerates in a sphere with an offset center.

There is a lot of variations in the shape of the ovus according to the ratio of the radius: the pointy part is the smallest radius, not always on top

evolution of ratio by step of 0.15, from 0 to 1.95