POV-Ray : Newsgroups : povray.binaries.scene-files : 3D image map using df3 files (warning! 360K!) Server Time
2 Sep 2024 12:15:44 EDT (-0400)
  3D image map using df3 files (warning! 360K!) (Message 1 to 3 of 3)  
From: Ron Parker
Subject: 3D image map using df3 files (warning! 360K!)
Date: 8 Mar 2001 10:36:29
Message: <slrn9af9n4.8u9.ron.parker@fwi.com>
Here's code to use df3 files to make full-color 3d "image maps"  I've 
included three df3 files (red.df3, blu.df3, and grn.df3) and the source
used to generate them (pattern.pov) as well as the code that uses them.
It's nothing special, but it should communicate the idea.

Unzipped, each df3 file is a little under a megabyte.  They are 100x100x100.


Post a reply to this message


Attachments:
Download 'rgb3d.zip' (257 KB)

From: Peter Warren
Subject: Re: 3D image map using df3 files (warning! 360K!)
Date: 26 Mar 2001 06:02:49
Message: <3abf21d9@news.povray.org>
thanks ron,
peter


Post a reply to this message

From: Jensen Boey
Subject: Re: 3D image map using df3 files (warning! 360K!)
Date: 11 Dec 2002 12:35:03
Message: <web.3df776bca6b3c5be76117e480@news.povray.org>
Ron Parker wrote:
>Here's code to use df3 files to make full-color 3d "image maps"  I've
>included three df3 files (red.df3, blu.df3, and grn.df3) and the source
>used to generate them (pattern.pov) as well as the code that uses them.
>It's nothing special, but it should communicate the idea.
>
>Unzipped, each df3 file is a little under a megabyte.  They are 100x100x100.
>
Hello Ron Parker,

I'm quite a new user to POV-ray, but I have some queries regarding the .df3
files format and it's uses. I believe that this is still quite a new area
of development.

I am working on a project on 3D voxture mapping of brick walls and I have
tried using C++ code to generate the voxels and turn it into a .df3 file.
After which I have used POVray to display the file.

From the past threads that I have read, POVray does not support visualising
what is the interior of the object? Thus if I have the 3D voxture structure
in the .df3 file, I will not be able to either reproduce the internal
structure of the desired object nor the texture / interior using POVray? Is
this true?
I was looking at the viewpoint of like setting a brick to be removed from
the whole wall, thus POV-ray can still see what is inside the wall. A
method of doing this would be to set the value of that brick to be
transparent using the colormap(transmit 1).

I believe that if POVray is able to do this, it has great applications as
any model can be created in .df3 format and POVray can generate the .df3
file (with some scaling) to the actual size of an object.

Currently, I have only managed to texture the brick wall from the .df3 file,
while the interior(media()) does not help when using the .df3 file.

Is the POVray team currently developing this .df3 area? Or are there certain
fundamentals of raytracing that limit the ability to reproduce the internal
structure of the .df3 file?

I look forward to your reply. thanks

Jensen


Post a reply to this message

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