POV-Ray : Newsgroups : povray.programming : Povray 4? wish list : Re: Povray 4? wish list Server Time
29 Jul 2024 12:26:14 EDT (-0400)
  Re: Povray 4? wish list  
From: Angelo 'kENpEX' Pesce
Date: 6 Dec 2001 06:14:50
Message: <3c0f5302.560398@news.povray.org>
>On Wed, 05 Dec 2001 20:01:56 GMT, ken### [at] uniplanit (Angelo 'kENpEX' Pesce) wrote:
>> > Please create 1.000.000 spheres as separated meshes (not clone or another
>> > referrence) and tell us memory size of it.
>> mhm why should I do such a crazy thing?
>
>You think it is crazy, but it isn't
>When you have parametric equation in 2D and you want present graph of it but you
>don't know appearance of this graph it is simpler to create small spheres going
>step by step with parameter. The result is fast, smooth, accurate and readable.
>I have not to think about otimizations with triangles, trangle creations,
>trangle normals etc. For example how can I perform experimets with parameters
>with other renderes when I want create graph for such simple:
>x=a*cos(b)+a*b*sin(b)
>y=a*sin(b)-a*b*cos(b)

Ok, I see that with this stuff U can do a lots of intresting things.
I'm not telling U remove primitive support in povray and do only nurbs
or subsurfs, I'm saying do them too...

>> nowdays everything is modelled with nurbs, subdivision surfaces and polygons
>Is it like "all platforms are windows and need aupgrade to xp" ?

No it's not like that... It's more like, as many ppl use windows
(replace windows with anything else, that's popular), should I support
windows too?

>ABX
>--
>#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
>union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
>function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
>contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35


Post a reply to this message

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