POV-Ray : Newsgroups : povray.unix : Linked pov files : Re: Linked pov files Server Time
6 Oct 2024 13:43:35 EDT (-0400)
  Re: Linked pov files  
From: Steve
Date: 2 Oct 2002 06:18:12
Message: <slrnaplgoq.s5.steve@zeropps.org.uk>
On Tue, 01 Oct 2002 20:06:34 +1200, nelson sandalwood wrote:
 
> it list /usr/lib/povray-3.5 and /usr/lib/povray-3.5/includes
> 
> This is the same on both machines,
> 
> /usr/lib/povray-3.5 on one machine is a link via nfs to the
> /usr/lib/povray-3.5 on theother machine.  Readble as normal users.
> 

What happens if you try rendering a short scene that dowsn't require
include files?

camera{
       location <0,0,-13>
       look_at <0,0,0>
      }
       
box{
    <-1,-1,-1>,<1,1,1>
    pigment{color rgb <1,0.5,0.5>}
    rotate<45,45,45>
    translate x*-5
   }

sphere{0,1
       translate x*4  
       pigment{color rgb <0.5,1,1>}
      }

light_source{<-40,30,-30>,1}
light_source{<40,-10,-10>,1}


-- 
%HAV-A-NICEDAY                    email mailto:ste### [at] zeroppsuklinuxnet
Steve                                web http://www.zeropps.uklinux.net/
                                             or http://start.at/zero-pps
 10:45am  up 96 days, 21:11,  2 users,  load average: 1.02, 1.01, 1.00


Post a reply to this message

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