|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I really would like to be able to use an image as a pattern without having
to create a df3 file first. Something like:
pigment {density_file tga "filename.tga" [interpolate Type]
[PIGMENT_MODIFIERS...] }
From the POV-Ray documentation:
"The syntax provides for the possibility of implementing other formats in
the future."
I hope other formats will be implemented then.
Until then, is there a program that can convert an image (tga, png, or
something) into a df3? I know of Df3Maker, but that's not what I need here.
Greetings,
Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated July 23)
/ Also visit http://www.povrayusers.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rune wrote:
>Until then, is there a program that can convert an image (tga, png, or
>something) into a df3? I know of Df3Maker, but that's not what I need
>here.
>
TGA2DF3 in:
Newsgroups: povray.binaries.utilities
Message-ID: <35F### [at] merlinnetau>
Date: Sat, 05 Sep 1998 05:45:23 +0930
From: PoD <pod### [at] merlinnetau>
Subject: Make df3 files from TGAs
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <398bdaf6@news.povray.org>, "Rune" <run### [at] inamecom>
wrote:
> I really would like to be able to use an image as a pattern without
> having to create a df3 file first. Something like:
>
> pigment {density_file tga "filename.tga" [interpolate Type]
> [PIGMENT_MODIFIERS...] }
>
> From the POV-Ray documentation:
> "The syntax provides for the possibility of implementing other formats in
> the future."
>
> I hope other formats will be implemented then.
You can use an image as a pattern already, in MegaPOV. There are at
least 3 ways: image_pattern, pigment_pattern with an image_map pigment,
pigment function pattern with an image_map...
I think it would be more useful to allow a "stack" image or a group of
images to be used directly. Movie formats would also make good
additions. Like this:
density_file {tga list N
"filename1.tga",
"filename2.tga",
"filename3.tga",
...
"filenameN.tga"
[interpolate Type]
}
density_file {qt_moov|mpeg|avi "MovieFile.mov"
[interpolate Type]
}
Also, it might be nice to have movie formats as ordinary image types...
you could specify the frame number or time(with 1 being the last frame,
and 0 being the first frame). It would be an easy way to animate
image_maps.
image_map {qt_moov "MyMovie.mov" time 0.7*clock | frame int(15*clock)...
--
Christopher James Huff - Personal e-mail: chr### [at] maccom
TAG(Technical Assistance Group) e-mail: chr### [at] tagpovrayorg
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sat, 05 Aug 2000 11:41:14 -0500, Chris Huff <chr### [at] maccom>
wrote:
>Also, it might be nice to have movie formats as ordinary image types...
How about supporting different codecs on different platforms?
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] usanet
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris Huff" wrote:
> You can use an image as a pattern already, in MegaPOV. There are at
> least 3 ways: image_pattern, pigment_pattern with an image_map pigment,
> pigment function pattern with an image_map...
Ah yes, image_pattern was what I needed. I had forgot about that one...
However, I still think it is a bit redundant to have two different syntax
that could do basically the same things.
Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated July 23)
/ Also visit http://www.povrayusers.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bruce L" wrote:
> > Until then, is there a program that can convert an image (tga,
> > png, or something) into a df3? I know of Df3Maker, but that's
> > not what I need here.
>
> My DMesh modeling program provides for this.
Right now I have found a better solution, but your program sure sounds
interesting, so I'll probably have a look at it another time. :-)
Greetings,
Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated July 23)
/ Also visit http://www.povrayusers.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"ingo" wrote:
> TGA2DF3 in:
>
> Newsgroups: povray.binaries.utilities
> Message-ID: <35F### [at] merlinnetau>
> Date: Sat, 05 Sep 1998 05:45:23 +0930
> From: PoD <pod### [at] merlinnetau>
> Subject: Make df3 files from TGAs
Thank you!
I also went to PoD's homepage, but I only got a blank page. Anybody knows
why?
Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated July 23)
/ Also visit http://www.povrayusers.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rune wrote:
>
> "ingo" wrote:
> > TGA2DF3 in:
> >
> > Newsgroups: povray.binaries.utilities
> > Message-ID: <35F### [at] merlinnetau>
> > Date: Sat, 05 Sep 1998 05:45:23 +0930
> > From: PoD <pod### [at] merlinnetau>
> > Subject: Make df3 files from TGAs
>
> Thank you!
>
> I also went to PoD's homepage, but I only got a blank page. Anybody knows
> why?
>
> Rune
Odd, I just checked it and it's there. The df3 thing isn't there though.
I haven't touched that page for ages, I really should get off my arse
and do a new one.
--
PoD.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"PoD" wrote:
> Rune wrote:
> > I also went to PoD's homepage, but I only got a blank page.
> > Anybody knows why?
>
> Odd, I just checked it and it's there.
I still get a blank page. I used http://pod.phong.com/ as listed in the
links at povray.org.
Should I use another address (in which case the link at povray.org should
also be updated)?
> The df3 thing isn't there though.
> I haven't touched that page for ages, I really should get off
> my arse and do a new one.
Yes, that would be great! :-)
Rune
--
\ Include files, tutorials, 3D images, raytracing jokes,
/ The POV Desktop Theme, and The POV-Ray Logo Contest can
\ all be found at http://rsj.mobilixnet.dk (updated July 23)
/ Also visit http://www.povrayusers.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rune wrote:
> I still get a blank page. I used http://pod.phong.com/ as listed in the
> links at povray.org.
> Should I use another address (in which case the link at povray.org should
> also be updated)?
I too get a blank page from that addressssssssssss............sssss.s.s.s.s
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |