POV-Ray : Newsgroups : povray.beta-test : Possible bug in iso messages? Server Time
31 Jul 2024 06:14:50 EDT (-0400)
  Possible bug in iso messages? (Message 1 to 6 of 6)  
From: Tom Melly
Subject: Possible bug in iso messages?
Date: 13 Sep 2001 10:53:02
Message: <3ba0c84e$1@news.povray.org>
I receive a warning message under win2000 about no max_gradient set with the
following:

#version 3.5;
global_settings {  assumed_gamma 1.0}
camera {  location  <0.0, 10.0, -10.0>  look_at   <0.0, 0.0,  0.0> }
light_source {  <-30,30,0>    color rgb 1}

#declare fn_floor= function{pigment{agate color_map{[0 rgb 0][1 rgb 1]}}}
isosurface {
  function {y - fn_floor(x,0,z).red}
  max_gradient 30
  contained_by {box{<-5,-2,-5>,<5,2,5>}}
  accuracy 0.001
  evaluate 1, 1.2, 0.99
  pigment{rgb 1}

}
--
#macro G(D,E,F)#local I=array[3]{D,E,F}#local B=0;triangle{#while(
B<3)#while(I[B])A[mod(I[B],10)]+#local I[B]=div(I[B],10);#end<-5,-
2,9>#local B=B+1;#end}#end #local A=array[7]{x,x*2,x*4,y,y*2,y*4,z
}light_source{-x*6-z*9,1}mesh{G(105,10,146)G(105,246,10)G(105,56,
146)G(105,1256,246)G(1256,126,220)G(22156,2216,201)pigment{rgb 1}}//TM


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Possible bug in iso messages?
Date: 13 Sep 2001 11:41:41
Message: <3ba0d3b5$1@news.povray.org>
In article <3ba0c84e$1@news.povray.org> , "Tom Melly" <tom### [at] tomandlucouk>
wrote:

> I receive a warning message under win2000 about no max_gradient set with the
> following:

What is the *exact* message you get?

    Thorsten


____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Tom Melly
Subject: Re: Possible bug in iso messages?
Date: 13 Sep 2001 12:05:57
Message: <3ba0d965$1@news.povray.org>
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3ba0d3b5$1@news.povray.org...
> In article <3ba0c84e$1@news.povray.org> , "Tom Melly" <tom### [at] tomandlucouk>
> wrote:
>
> > I receive a warning message under win2000 about no max_gradient set with the
> > following:
>
> What is the *exact* message you get?
>
>     Thorsten
>

well, it would be easier to tell you if "Copy Pane" worked ;)

Here it is:
File: C:\Documents .... (etc.) Line:15
Warning: The maximum gradient found was 0.909, but no default max_gradient was
set.


Post a reply to this message

From: Chris Cason
Subject: Re: Possible bug in iso messages?
Date: 14 Sep 2001 11:00:02
Message: <3ba21b72@news.povray.org>
> well, it would be easier to tell you if "Copy Pane" worked ;)

It does (in beta 2). And in fact always did, but whether or not you could see
the copied data would depend on what program you were using to view it.

-- Chris


Post a reply to this message

From: Tom Melly
Subject: Re: Possible bug in iso messages?
Date: 14 Sep 2001 11:22:28
Message: <3ba220b4$1@news.povray.org>
"Chris Cason" <newsadmin@-despam-povray.org> wrote in message
news:3ba21b72@news.povray.org...
> > well, it would be easier to tell you if "Copy Pane" worked ;)
>
> It does (in beta 2). And in fact always did, but whether or not you could see
> the copied data would depend on what program you were using to view it.

I gathered (I saw the previous discussion on this) - not that it matters now,
but I used word. I couldn't get it to paste in whichever paste option I chose...


Post a reply to this message

From: Chris Cason
Subject: Re: Possible bug in iso messages?
Date: 15 Sep 2001 09:24:16
Message: <3ba35680@news.povray.org>
> I gathered (I saw the previous discussion on this) - not that it matters now,
> but I used word. I couldn't get it to paste in whichever paste option I chose...

Word would never have worked because it doesn't like to paste plain text (it will
always paste OEM text if it's pasting text at all).

-- Chris


Post a reply to this message

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