|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Would this be considered a bug?
Meshes allow an interior texture, but if even one triangle has an individual
texture, the entire 'back' of the mesh reverts to the exterior texture.
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Bug? Interior_texture on a mesh doesn't work if any triangles have a textu=
Date: 7 Aug 2002 15:11:28
Message: <3d5170df@news.povray.org>
|
|
|
| |
| |
|
|
Please don't put the whole thing in the subject line and then just ask
"is this a bug?" in the article itself.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Mike" <nomail@nomail> wrote in
news:web.3d515d5eee17e5d923878ff90@news.povray.org
> Interior_texture on a mesh doesn't work if any triangles have a texture
--
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> Please don't put the whole thing in the subject line and then just ask
>"is this a bug?" in the article itself.
I didn't. It seems my message got cut off, perhaps because of the long
subject line. I apologize.
I said that meshes allow an interior_texture to be applied to them, but if
even one triangle in the mesh has an individual texture, then the entire
back side of the mesh reverts to the exterior texture. Would this be
considered a bug or is it a limitation of meshes, i.e. too complicated to
get exterior, interior, and individual textures simultaneously?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <web.3d5196407a26c8fb8b0b6f760@news.povray.org>,
"Mike" <nomail@nomail> wrote:
> I didn't. It seems my message got cut off, perhaps because of the long
> subject line. I apologize.
Use a reasonable subject line next time. There is no reason to make the
subject line any longer than it needs to be to identify the subject of
the message. Just don't go the other direction and use subjects of
"Help!" and "Bug!".
> I said that meshes allow an interior_texture to be applied to them, but if
> even one triangle in the mesh has an individual texture, then the entire
> back side of the mesh reverts to the exterior texture. Would this be
> considered a bug or is it a limitation of meshes, i.e. too complicated to
> get exterior, interior, and individual textures simultaneously?
Not too complicated, but it would probably require more memory. It might
be that nobody noticed a mesh would require special coding for it, or it
might be that it wasn't considered worth the overhead.
--
Christopher James Huff <chr### [at] maccom>
POV-Ray TAG e-mail: chr### [at] tagpovrayorg
TAG web site: http://tag.povray.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|