POV-Ray : Newsgroups : moray.win : preview works/POV won't render? Server Time
29 Jul 2024 04:26:43 EDT (-0400)
  preview works/POV won't render? (Message 1 to 3 of 3)  
From: Steven
Subject: preview works/POV won't render?
Date: 11 Jun 1999 15:59:09
Message: <37616a8d@news.povray.org>
I creayed the followinging seen in moray. the preview renders fine, when I
tell povray to render a full size picture (800*600 AA) I get a messsage
error opening GIF file. Can anyone tell me what I am doing wrong?

//  Material Include file.
//
//  This file was generated for POV-Ray V3.1 by
//  NOTE: Do *NOT* remove the comment lines containing '$MRY$'.
//        To make Moray not re-export the material, change
//        the '$MRY$' to '$MRX$'.
//


//
// ********  MATERIALS  *******
//







// Materials from previous exports [MRY]

// Materials exported in this run [MRY]



//  $MRY$: 'starfeild'


#declare starfeild =
   material  // starfeild


      texture


         pigment
         {
            image_map
            {
               gif   "C:\My Documents\tallbg2.GIF"
               once
            }
         }
      }
   }


//  $MRY$: 'seattle'


#declare seattle =
   material  // seattle


      texture


         pigment
         {
            image_map
            {
               gif   "C:\My Documents\gif files\a-sn%20twilight.GIF"
               map_type 2
            }
            scale  <-1,1,1>
            rotate 90*x
         }
      }
   }


//  $MRY$: 'Polished_Chro1'


#declare Polished_Chro1 =
   material  // Polished_Chro1


      texture


         pigment
         {
            color rgb <0.2, 0.2, 0.2>
         }
         finish
         {
            ambient 0.1
            diffuse 0.7
            brilliance 6.0
            phong 0.8
            phong_size 120.0
            reflection 0.6
         }
      }
   }


Post a reply to this message

From: Bob
Subject: Re: preview works/POV won't render?
Date: 12 Jun 1999 01:01:54
Message: <3761E99E.73E13A68@aol.com>
My guess would have been the spaces in the file paths, but whats the %20 doing in that
second image_map? Looks like something went wrong.


Steven wrote:
> 
> I creayed the followinging seen in moray. the preview renders fine, when I
> tell povray to render a full size picture (800*600 AA) I get a messsage
> error opening GIF file. Can anyone tell me what I am doing wrong?
> 
> //  Material Include file.
> //
> //  This file was generated for POV-Ray V3.1 by
> //  NOTE: Do *NOT* remove the comment lines containing '$MRY$'.
> //        To make Moray not re-export the material, change
> //        the '$MRY$' to '$MRX$'.
> //
> 
> //
> // ********  MATERIALS  *******
> //
> 
> // Materials from previous exports [MRY]
> 
> // Materials exported in this run [MRY]
> 
> //  $MRY$: 'starfeild'
> 
> #declare starfeild =
>    material  // starfeild
> 
>       texture
> 
>          pigment
>          {
>             image_map
>             {
>                gif   "C:\My Documents\tallbg2.GIF"
>                once
>             }
>          }
>       }
>    }
> 
> //  $MRY$: 'seattle'
> 
> #declare seattle =
>    material  // seattle
> 
>       texture
> 
>          pigment
>          {
>             image_map
>             {
>                gif   "C:\My Documents\gif files\a-sn%20twilight.GIF"
>                map_type 2
>             }
>             scale  <-1,1,1>
>             rotate 90*x
>          }
>       }
>    }
> 
> //  $MRY$: 'Polished_Chro1'
> 
> #declare Polished_Chro1 =
>    material  // Polished_Chro1
> 
>       texture
> 
>          pigment
>          {
>             color rgb <0.2, 0.2, 0.2>
>          }
>          finish
>          {
>             ambient 0.1
>             diffuse 0.7
>             brilliance 6.0
>             phong 0.8
>             phong_size 120.0
>             reflection 0.6
>          }
>       }
>    }

-- 
 omniVERSE: beyond the universe
  http://members.aol.com/inversez/homepage.htm
 mailto://inversez@aol.com?Subject=PoV-News


Post a reply to this message

From: Steven
Subject: Re: preview works/POV won't render?
Date: 12 Jun 1999 11:38:10
Message: <37627ee2@news.povray.org>
thanks, but I solved the problem already. My mistake was so dumb I won't
even explain it here :o) I'd just as soon forget it.
Steven
Bob <inv### [at] aolcom> wrote in message news:3761E99E.73E13A68@aol.com...
> My guess would have been the spaces in the file paths, but whats the %20
doing in that
> second image_map? Looks like something went wrong.
>
>
> Steven wrote:
> >
> > I creayed the followinging seen in moray. the preview renders fine, when
I
> > tell povray to render a full size picture (800*600 AA) I get a messsage
> > error opening GIF file. Can anyone tell me what I am doing wrong?
> >
> > //  Material Include file.
> > //
> > //  This file was generated for POV-Ray V3.1 by
> > //  NOTE: Do *NOT* remove the comment lines containing '$MRY$'.
> > //        To make Moray not re-export the material, change
> > //        the '$MRY$' to '$MRX$'.
> > //
> >
> > //
> > // ********  MATERIALS  *******
> > //
> >
> > // Materials from previous exports [MRY]
> >
> > // Materials exported in this run [MRY]
> >
> > //  $MRY$: 'starfeild'
> >
> > #declare starfeild =
> >    material  // starfeild
> >
> >       texture
> >
> >          pigment
> >          {
> >             image_map
> >             {
> >                gif   "C:\My Documents\tallbg2.GIF"
> >                once
> >             }
> >          }
> >       }
> >    }
> >
> > //  $MRY$: 'seattle'
> >
> > #declare seattle =
> >    material  // seattle
> >
> >       texture
> >
> >          pigment
> >          {
> >             image_map
> >             {
> >                gif   "C:\My Documents\gif files\a-sn%20twilight.GIF"
> >                map_type 2
> >             }
> >             scale  <-1,1,1>
> >             rotate 90*x
> >          }
> >       }
> >    }
> >
> > //  $MRY$: 'Polished_Chro1'
> >
> > #declare Polished_Chro1 =
> >    material  // Polished_Chro1
> >
> >       texture
> >
> >          pigment
> >          {
> >             color rgb <0.2, 0.2, 0.2>
> >          }
> >          finish
> >          {
> >             ambient 0.1
> >             diffuse 0.7
> >             brilliance 6.0
> >             phong 0.8
> >             phong_size 120.0
> >             reflection 0.6
> >          }
> >       }
> >    }
>
> --
>  omniVERSE: beyond the universe
>   http://members.aol.com/inversez/homepage.htm
>  mailto://inversez@aol.com?Subject=PoV-News


Post a reply to this message

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