POV-Ray : Newsgroups : povray.binaries.images : Secret Passage WIP (TINA CHeP) Server Time
19 Jul 2025 08:55:03 EDT (-0400)
  Secret Passage WIP (TINA CHeP) (Message 17 to 26 of 106)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>
From: Alain
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 9 Oct 2014 19:21:45
Message: <54371889$1@news.povray.org>

> So, I've spent a little while reworking some of this, and the thing that struck
> me is how rich the image maps come out, and how dull and lifeless the
> eye-dropper tool sampled rgb colors come out when I try to incorporate them into
> a color map.
>

When using the eye-dropper, it's often good to, at least slightly, blur 
the image.
Another thing to do is to zoom in by a large value. Here, zooming by 10x 
or more can realy help.

You can always add a "varnish" to your floor by adding a layered texture 
with a fully filtering yellow/golden hue. That top layer can also be 
used to controll the reflection and highlights.


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 9 Oct 2014 23:50:00
Message: <web.54375641cbb3d8155e7df57c0@news.povray.org>
I'm about done with edits for the day.

Thomas - thank you for sharing some of your texture collection.  I took some
time and fiddled with the second texture, jimmied the color map, and scaled it.
That seemed to give me a good start.
Laid down a loop of randomized boards for the floor - still needs work, I'd say.

Worked on the border and molding at the top of the fireplace.  Too stupid today
to difference the bevels.  Sometimes it's the simplest things that thwart me.
:\

Brick step texture is still botched.

Edited both stones.inc files to change everything to srgbt - maybe there's a
difference, but it's small.  Might have to snip out the ones I'm using and tweak
all of those textures in a special include file.

Tomorrow I think I'm going to work on adding ceiling fixtures and seeing what I
can do to make some real furniture.  THAT's gonna be a bit of a sticky wicket
for sure.

I was thinking about UV-mapping an SDL object with a ceiling medallion, but that
turned out to be an exercise in mind-bending frustration.  So many mapping types
and options and how to go about nesting what in what...

Is there a complete list of the mapping types?  all I found was

2.7.4.2 Map type constants
Plane_Map = 0
Sphere_Map = 1
Cylinder_Map = 2
Torus_Map = 5

But the docs say there is mapping for
bicubic_patch, box, lathe, sor, mesh, mesh2, ovus, parametric, sphere, and
torus.  What are the numerical constants for these?


Post a reply to this message


Attachments:
Download 'medallion1.png' (82 KB)

Preview of image 'medallion1.png'
medallion1.png


 

From: clipka
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 05:42:36
Message: <5437aa0c$1@news.povray.org>
Am 10.10.2014 05:45, schrieb Bald Eagle:

> I was thinking about UV-mapping an SDL object with a ceiling medallion, but that
> turned out to be an exercise in mind-bending frustration.  So many mapping types
> and options and how to go about nesting what in what...
>
> Is there a complete list of the mapping types?  all I found was
>
> 2.7.4.2 Map type constants
> Plane_Map = 0
> Sphere_Map = 1
> Cylinder_Map = 2
> Torus_Map = 5
>
> But the docs say there is mapping for
> bicubic_patch, box, lathe, sor, mesh, mesh2, ovus, parametric, sphere, and
> torus.  What are the numerical constants for these?

These are two separate things:

(1) In POV-Ray, the concept of a texture is generally 3-dimensional; 
objects can be thought of as being cut out of a 3D material. This is 
also true when you use an image_map: The 2D texture is "extruded" into 
the 3rd dimension, normally using a simple orthographic projection. The 
map_type can be used to change this projection.

(2) UV-mapping takes a single slice of a (3D) texture, and maps it onto 
the surface of a given geometric primitive according to rules specific 
to that primitive. There is generally no way to change this mapping, 
unless the primitive explicitly allows to specify UV mapping coordinates 
(such as mesh or mesh2).

Normally, when you use UV-mapping, you specifiy map_type 0 (or no 
map_type at all, as it is the default), so that the texture slice taken 
for the UV mapping is identical with the original image.


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 09:50:00
Message: <web.5437e2f0cbb3d8155e7df57c0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:

> These are two separate things:

Well, ok, my original statement should have been "somehow mapping" instead of
specifically uv-mapping, it just came out that way since I intuited that the uv
method might be best suited.  :)

The counting still seems weird, like the way ACLU or Microsoft counts.  0, 1, 2,
5.  Who do I need to have induct me into the inner circle, what blood sacrifice
needs to be made for me to pierce the veil of the Inner Mysteries of POV-Ray
mapping codes?  Are those missing constants are only known to the 3&4th Degree
Master Masons?  I'm guessing they map a _pyramidal_ sweep, or the obverse of
worthless Federal Reserve Notes...


I might see if I can mesh model something, but I haven't really ever used a mesh
modeler.  Not looking forward to making all those acanthus leaves and
scrollwork...
A heightfield might give me something I could image map just to see if I like
one particular design more than another.  Though a nicely shaded planar image
map would likely serve the same purpose.

Lastly, I was toying with cobbling together an SDL object that would mimic the
gross contours of the object and then image map over that to quickly give a
textured object with an actual 3D shape.  Worth doing?

{"No, you dolt - use a modeler, or perform another blood sacrifice and be
inculcated with the sacred power of POV SDL....")


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 10:10:01
Message: <web.5437e8a6cbb3d8155e7df57c0@news.povray.org>
Insufficient coffee made me forget to ask about scaling and repeating the image
mapping by omitting once and perhaps doing other clever things...


Post a reply to this message

From: Thomas de Groot
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 10:25:00
Message: <5437ec3c$1@news.povray.org>
On 10-10-2014 15:45, Bald Eagle wrote:
> I might see if I can mesh model something, but I haven't really ever used a mesh
> modeler.  Not looking forward to making all those acanthus leaves and
> scrollwork...

Both methods (sdl or modeller) have their pro and cons. With both you 
need only to model a small part of the object and then copy 
 >mirror>paste that to obtain the final result, with the better 
alternative being: doing those last actions in POV-Ray. . I think that 
sdl would take a little more time to get there but the basic workflow is 
the same. For really complex models mesh2 models are to be preferred to 
sdl models as they can be significantly faster to render. However, that 
is less of an issue nowadays with faster PC's.

> A heightfield might give me something I could image map just to see if I like
> one particular design more than another.  Though a nicely shaded planar image
> map would likely serve the same purpose.

Yes, but you need a good quality height map for your height_field and 
that is a bit more difficult to achieve imo.

>
> Lastly, I was toying with cobbling together an SDL object that would mimic the
> gross contours of the object and then image map over that to quickly give a
> textured object with an actual 3D shape.  Worth doing?

Yes, worth the try if the object is not too prominent in the camera view.

>
> {"No, you dolt - use a modeler, or perform another blood sacrifice and be
> inculcated with the sacred power of POV SDL....")

I would do both, which means /two/ blood sacrifices of course as you 
need the infernal modeller powers too... ;-)

Thomas


Post a reply to this message

From: Thomas de Groot
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 10:28:48
Message: <5437ed20$1@news.povray.org>
On 10-10-2014 16:09, Bald Eagle wrote:
> Insufficient coffee made me forget to ask about scaling and repeating the image
> mapping by omitting once and perhaps doing other clever things...
>

Hmm. If considering your image, which is circular, I guess you will need 
'once'...

Thomas


Post a reply to this message

From: Bald Eagle
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 10:50:00
Message: <web.5437f1c2cbb3d8155e7df57c0@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:

> Hmm. If considering your image, which is circular, I guess you will need
> 'once'...

I was thinking that since it's circular, if I had it repeat across the surface
so that I had 2 full images, each hemispherical, then I could map it onto an
oblate spheroid and then bury it halfway into the ceiling.

So there.

With regard to blood sacrifice, clipka has slayed the Gamma Dragon, so now
THAT's not an option.  Somehow Spline Ducks don't quite have the same sense of
grandeur.  But then..  wait ...  yes!  The Stanford Chocolate Bunny!!!

Bring out the Holy Hand Grenade!


Post a reply to this message

From: Doctor John
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 11:03:14
Message: <5437f532$1@news.povray.org>
On 10/10/14 15:48, Bald Eagle wrote:
> 
> Bring out the Holy Hand Grenade!
> 

And the LORD spake, saying, "First shalt thou take out the Holy Pin,
then shalt thou count to three, no more, no less.
Three shall be the number thou shalt count, and the number of the
counting shall be three.
Four shalt thou not count, neither count thou two, excepting that thou
then proceed to three.
Five is right out.
Once the number three, being the third number, be reached, then lobbest
thou thy Holy Hand Grenade of Antioch towards thy foe, who being naughty
in My sight, shall snuff it.

John (Bishop of Antioch)
-- 
Protect the Earth
It was not given to you by your parents
You hold it in trust for your children


Post a reply to this message

From: clipka
Subject: Re: Secret Passage WIP (TINA CHeP)
Date: 10 Oct 2014 12:11:07
Message: <5438051b$1@news.povray.org>
Am 10.10.2014 15:45, schrieb Bald Eagle:

> The counting still seems weird, like the way ACLU or Microsoft counts.  0, 1, 2,
> 5.  Who do I need to have induct me into the inner circle, what blood sacrifice
> needs to be made for me to pierce the veil of the Inner Mysteries of POV-Ray
> mapping codes?  Are those missing constants are only known to the 3&4th Degree
> Master Masons?  I'm guessing they map a _pyramidal_ sweep, or the obverse of
> worthless Federal Reserve Notes...

Well, the truth about those missing values is more along the profane 
Microsoft lines: They have been reserved for /some/ other fancy mappings 
since so long ago - without ever actually being implemented - that even 
the memory of /what/ mappings those were supposed to be is lost in the 
absorbing and scattering media of time.


> Lastly, I was toying with cobbling together an SDL object that would mimic the
> gross contours of the object and then image map over that to quickly give a
> textured object with an actual 3D shape.  Worth doing?

Worth trying at least.


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 10 Messages >>>

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