|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is it possible to create or modify an object where one dimension is used as
a variable of another? Thereby, for examble, creating a parabolic box?
I've tried mucking with matrix{}, but I can't manage to accomplish para- and
hyperbolic transformations with it. Any help would be appreciated
(especially via email).
Thanks!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matthew Green <iam### [at] yahoocom> wrote:
: Is it possible to create or modify an object where one dimension is used as
: a variable of another?
You can create these type of objects with isosurfaces (in MegaPov).
--
char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I don't suppose it's possible with matrix{} at all...
My linear algebra skills have withered severly these days.
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3a8d51dc@news.povray.org...
> Matthew Green <iam### [at] yahoocom> wrote:
> : Is it possible to create or modify an object where one dimension is used
as
> : a variable of another?
>
> You can create these type of objects with isosurfaces (in MegaPov).
>
> --
> char*i="b[7FK@`3NB6>B:b3O6>:B:b3O6><`3:;8:6f733:>::b?7B>:>^B>C73;S1";
> main(_,c,m){for(m=32;c=*i++-49;c&m?puts(""):m)for(_=(
> c/4)&7;putchar(m),_--?m:(_=(1<<(c&3))-1,(m^=3)&3););} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Matthew Green wrote:
>
> I don't suppose it's possible with matrix{} at all...
> My linear algebra skills have withered severly these days.
>
Matrix is only good for *linear* transformations i.e. rotation, scaling,
translating, shearing.
As Warp mentioned, isosurfaces are the thing you could use for this
purpose.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |