|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there any documentation for how to use/construct df3
files? I tried looking at the spiral.df3 in the pov
include dir but it's a binary file.
--
Tim Cook
http://home.bellsouth.net/p/PWP-empyrean
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Thu, 22 May 2003 07:55:57 -0400, Tim Cook <z99### [at] bellsouthnet> wrote:
> Is there any documentation for how to use/construct df3
> files? I tried looking at the spiral.df3 in the pov
> include dir but it's a binary file.
a little at http://staff.aist.go.jp/r-suzuki/e/povray/iso/df_body.htm
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tim Cook wrote:
>
> Is there any documentation for how to use/construct df3
> files? I tried looking at the spiral.df3 in the pov
> include dir but it's a binary file.
http://www.povray.org/documentation/view/195/#s06_07_11_11
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 28 Feb. 2003 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Christoph Hormann wrote:
> http://www.povray.org/documentation/view/195/#s06_07_11_11
Sorry, awkward wording of my question. Is there anything I
can use to create/edit a df3 file other than using notepad
and the df3Maker program I found which converts ascii csv
into df3 files? I want to make an emitting media computer
display, and want a df3 file with dimensions x,y,1 where x
and y are arbitrary sizes and the data is from an image.
--
Tim Cook
http://home.bellsouth.net/p/PWP-empyrean
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
3eccc3b2@news.povray.org...
> into df3 files? I want to make an emitting media computer
> display, and want a df3 file with dimensions x,y,1 where x
> and y are arbitrary sizes and the data is from an image.
You can borrow some of the techniques I used to create the clouds here.
http://www.oyonale.com/ressources/english/sources13.htm
In a nutshell, create tga files with povray by slicing your object in an
animation and put the files together with tga2df3. I did some neon signs
that way from ttf fonts, it's pretty straightforward.
G.
--
**********************
http://www.oyonale.com
**********************
- Graphic experiments
- POV-Ray and Poser computer images
- Posters
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Gilles Tran wrote:
> put the files together with tga2df3.
see, that's what i'm looking for...also a crazy idea occured
to me...to make an animation on a rendered computer monitor
by stacking frames of a video along the z-axis of a df3, and
stepping the texture along a path intersected by the media-
containing object, so that for each frame of the animation,
exactly one 'frame' of the df3 is in the object...hmm
--
Tim Cook
http://home.bellsouth.net/p/PWP-empyrean
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> Is there any documentation for how to use/construct df3
> files? I tried looking at the spiral.df3 in the pov
> include dir but it's a binary file.
There's an off chance this mihgt be helpful
http://astronomy.swin.edu.au/~pbourke/povray/df3/
--
Paul Bourke
pbo### [at] swineduau
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |