|
|
> Some of the live distros aren't doing the best job of seeing my mnt's, my
> hda's. Any tricks for invoking povray when that is the case?
Well, you can always mount your hdds yourself *and* specify the full
path when calling POV:
Say, you're normal root is hda3 with an ext3 file system, the POV-Ray
binary is in /usr/bin/povray and you've booted into a LiveCD.
As root:
# mkdir /mnt/hda3
# mount -t ext3 /dev/hda3 /mnt/hda3
As user:
$ /mnt/hda3/usr/bin/povray yourscene.pov
Could be that you have to change the permissions on the /mnt/hda3
directory to allow a normal user to access it. Feel free to ask if you
got questions about how it works.
HTH,
Florian
--
camera{look_at-y*10location<8,-3,-8>*10}#local a=0;#while(a<999)sphere{
#local _=.01*a-4.99;#local p=a*.01-5;#local c=.01*a-4.995;<sin(p*pi)*5p
*10pow(p,5)*.01>sin(c*c*c*.1)+1pigment{rgb 3}}#local a=a+1;#end
/******** http://www.torfbold.com ******** http://www.imp.org ********/
Post a reply to this message
|
|