POV-Ray : Newsgroups : povray.unofficial.patches : Wanna see my clothes ? Server Time
1 Sep 2024 18:16:16 EDT (-0400)
  Wanna see my clothes ? (Message 1 to 10 of 19)  
Goto Latest 10 Messages Next 9 Messages >>>
From: Christophe Bouffartigue
Subject: Wanna see my clothes ?
Date: 6 Feb 2001 02:23:02
Message: <3A7FA655.A9EB2BB1@nanterre.marelli.fr>
There's now a patched version of POV-Ray which can do cloth simulation.

It's named ClothRay, is based on PovMan 0.62, and the generic unix
sources are available at http://tofbouf.free.fr/clothray/index_en.html

There is some tests pictures, a mini-HOWTO, and if someone can (and
want) compile a Windows version, he/she is more than welcome....

Bouf.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Wanna see my clothes ?
Date: 6 Feb 2001 03:02:52
Message: <3A7FAFAD.69214AB3@gmx.de>
Christophe Bouffartigue wrote:
> 
> There's now a patched version of POV-Ray which can do cloth simulation.
> 
> It's named ClothRay, is based on PovMan 0.62, and the generic unix
> sources are available at http://tofbouf.free.fr/clothray/index_en.html
> 
> There is some tests pictures, a mini-HOWTO, and if someone can (and
> want) compile a Windows version, he/she is more than welcome....
> 

Looks neat, 
could you maybe point out what source files are changed, so one could
easily adapt it to another Povray version?

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

From: Christophe Bouffartigue
Subject: Re: Wanna see my clothes ?
Date: 6 Feb 2001 07:29:11
Message: <3A7FEE16.D8E81776@nanterre.marelli.fr>
Christoph Hormann wrote:
> 
> could you maybe point out what source files are changed, so one could
> easily adapt it to another Povray version?

Yep:

new files:
---------
simcloth.c, simcloth.h

modified files:
--------------
express.c,
tokenize.c,
parse.h,
frame.h,
optout.h


Bouf.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Wanna see my clothes ?
Date: 6 Feb 2001 17:31:39
Message: <3A807B41.7C9E5177@gmx.de>
Thanks, 

I just compiled it with Cygwin, you can get it at:

http://www.schunter.etc.tu-bs.de/~chris/raytracing.html

I found it quite difficult to use, maybe you could think about changing
the way it is used to something similar to Warp's tesselation patch.  Some
functions could probably even be identical in both patches.  

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

From: Christophe Bouffartigue
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 02:54:03
Message: <3A80FF1A.C3FBD85C@nanterre.marelli.fr>
Christoph Hormann wrote:
> 
> Thanks,
> 
> I just compiled it with Cygwin, you can get it at:
> 
> http://www.schunter.etc.tu-bs.de/~chris/raytracing.html
> 
> I found it quite difficult to use, maybe you could think about changing
> the way it is used to something similar to Warp's tesselation patch.  Some
> functions could probably even be identical in both patches.

Thanks a lot. I think that your Windows version will be much appreciated
at the french newsgroup...

For the syntax, I'm not sure I am able to do something similar to Warp's
tesselation.
Implementation as a function was *very* easy (copy-paste of the trace()
function parsing code).

The advantage of generating a file with a bunch of points is that you
can do whatever you want with these points, not only a mesh (I'm
currently thinking of making a lying dress, with 2 parallel copy of the
points and a transmap....)

And I don't think I will do anything more until the end of the current
IRTC round (for which the patch was wrote...)

Bouf.


Post a reply to this message

From: Vahur Krouverk
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 03:21:26
Message: <3A810586.EB1C93DD@aetec.ee>
Christophe Bouffartigue wrote:
> 
> And I don't think I will do anything more until the end of the current
> IRTC round (for which the patch was wrote...)
> 
In this case would it be OK to include your patch in my new version of
POVMan? I intend to release new (merged with MegaPov 0.7) version soon
(in a week or so) and as Your patch is based on mine, then it should be
fairly easy to merge them.

Only problem is the name of such version: should it be ClothPovMan,
PovManCloths, PovRayManCloths or something else? :o)


Post a reply to this message

From: Christophe Bouffartigue
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 04:33:55
Message: <3A811682.15015760@nanterre.marelli.fr>
Vahur Krouverk wrote:
> 
> In this case would it be OK to include your patch in my new version of
> POVMan? I intend to release new (merged with MegaPov 0.7) version soon
> (in a week or so) and as Your patch is based on mine, then it should be
> fairly easy to merge them.

Of course, you should !!!

But, in this case, I think I'll have to write a more complete
documentation (function description, limitations, tips & tricks....)

> Only problem is the name of such version: should it be ClothPovMan,
> PovManCloths, PovRayManCloths or something else? :o)

Let's make a survey !!!! ;)

Bouf.


Post a reply to this message

From: Christoph Hormann
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 06:13:29
Message: <Pine.HPX.4.21.0102071158240.28797-100000@rzpool09.rz.tu-bs.de>
I'm writing this with pine form my university account, because my home
connection is broken again, so don't wonder about the different header
etc.

On Wed, 7 Feb 2001, Christophe Bouffartigue wrote:

> Thanks a lot. I think that your Windows version will be much appreciated
> at the french newsgroup...
> 

Maybe i should translate it, but i think my french is not sufficient for
that :-)

> For the syntax, I'm not sure I am able to do something similar to Warp's
> tesselation.
> Implementation as a function was *very* easy (copy-paste of the trace()
> function parsing code).
> 
> The advantage of generating a file with a bunch of points is that you
> can do whatever you want with these points, not only a mesh (I'm
> currently thinking of making a lying dress, with 2 parallel copy of the
> points and a transmap....)
> 

sounds reasonable, a more detailed documentation will probably also clear
things up.

> And I don't think I will do anything more until the end of the current
> IRTC round (for which the patch was wrote...)

Looking forward to it, i'm working on something too.

Christoph


Post a reply to this message

From: Ryan Constantine
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 12:14:31
Message: <3A818276.267161A2@ucdavis.edu>
for a name, how about MegaPov-CM, MegaPov:ClothMan, MegaPov^2 (squared),
MegaPov^CM (MegaPov raised to the CM power) etc.  I think it's kind of
important to let people know (by the name) that it is based on MegaPov
and has all of its features plus yours.  i think my favorite name was
the last one.  it would make for a good qraphic.


|\    /|                 |-----|             /-- |\/|
| \  / |                 |     |             |   |  |
|  \/  | |-- |--    /\   |-----| |--| \    / \-- |  |
|      | |-  |  -  /--\  |       |  |  \  /
|      | |-- |--| /    \ |       |--|   \/

hopefully, my ascii art remain in tact.

Christophe Bouffartigue wrote:
> 
> Vahur Krouverk wrote:
> >
> > In this case would it be OK to include your patch in my new version of
> > POVMan? I intend to release new (merged with MegaPov 0.7) version soon
> > (in a week or so) and as Your patch is based on mine, then it should be
> > fairly easy to merge them.
> 
> Of course, you should !!!
> 
> But, in this case, I think I'll have to write a more complete
> documentation (function description, limitations, tips & tricks....)
> 
> > Only problem is the name of such version: should it be ClothPovMan,
> > PovManCloths, PovRayManCloths or something else? :o)
> 
> Let's make a survey !!!! ;)
> 
> Bouf.


Post a reply to this message

From: Chris Huff
Subject: Re: Wanna see my clothes ?
Date: 7 Feb 2001 16:48:15
Message: <chrishuff-83201F.16491607022001@news.povray.org>
In article <3A818276.267161A2@ucdavis.edu>, Ryan Constantine 
<rcc### [at] ucdavisedu> wrote:

> for a name, how about MegaPov-CM, MegaPov:ClothMan, MegaPov^2 (squared),
> MegaPov^CM (MegaPov raised to the CM power) etc.

MegaPOVMan*c^2

MegaPOV++
;-)

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

Goto Latest 10 Messages Next 9 Messages >>>

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