|
|
Le_Forgeron <jgr### [at] freefr> wrote:
> For the time being, only available in hgpovray.
>
> lemon { P1, R1, P2, R2, R3 ... }
>
> similar to cone { P1, R1, P2, R2 ...} but connected with a lemon (inner circle of a
torus) of radius R3.
>
> Options includes : uv_mapping, open and sturm.
>
> All Rx must be positive or null, and there is a complain with error when R3 is too
small.
> The complain gives the minimal value that can be used.
>
> And now that I can sleep a bit, I'm returning to the extension of the ovus.
Hi!
Errors shan't be. The program shall set limit value automatically. But to
report: "WARNING!WARNING!Impossible parameters - are specified to a minimum!"
lemon { 0,0.1,2,2,1 pigment{rgb 1} rotate x*90}
==== [Parsing...] ==========================================================
File '/tmp/Empty.pov' line 15: Possible Parse Error: Inner (last) radius of
lemon is too small. Minimal would be 2.31012
Fatal error in parser: Uncategorized error.
Render failed
==== [Parsing...] ==========================================================
File '/tmp/Empty.pov' line 15: Possible Parse Error: Inner (last) radius of
lemon is too small. Minimal would be 1.76952
Fatal error in parser: Uncategorized error.
Render failed
lemon { 0,0.1,5,0.5,1 pigment{rgb 1} rotate x*90}
==== [Parsing...] ==========================================================
File '/tmp/Empty.pov' line 15: Possible Parse Error: Inner (last) radius of
lemon is too small. Minimal would be 4.34513
Fatal error in parser: Uncategorized error.
Render failed
Post a reply to this message
|
|