|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
I'm a newbie to linux, i'm trying to install pov on my collage linux
account, but there is problem (probably because I dont have root
permision).
Do I realy must have root permisions, since I just want to run povray, or
to install it ONLY for my user (i.e. not for every user of the machine)
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
spa### [at] raf256com news:Xns### [at] 204213191226
> I'm a newbie to linux, i'm trying to install pov on my collage linux
> account, but there is problem (probably because I dont have root
> permision).
More exacly:
[...]
drwxrwxrwx 15 rmaj student 2048 Oct 22 2002 scenes
drwxrwxrwx 2 rmaj student 2048 Oct 22 2002 scripts
drwxrwxrwx 2 rmaj student 2048 Oct 22 2002 tests
bash-2.05a$ ./install
cp: cannot create directory `/usr/local/share/povray-3.5': Permission
denied
mv: cannot stat `/usr/local/share/povray-3.5/povray.1': No such file or
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray': No such file or
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray.ini': No such file or
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray.conf': No such file or
directory
mkdir: cannot create directory `/usr/local/share/doc': Permission denied
mv: cannot stat `/usr/local/share/povray-3.5/povray-3.5*': No such file or
directory
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Simply copy the povray binary which was built to somewhere and the
povray.conf to ~/.povray.conf (and povray.ini to ~/.povrayrc if you
want) and that's it.
--
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
(Of course you might also want to copy the contents of the include
directory somewhere and put a proper +L line on ~/.povrayrc as well...)
--
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
war### [at] tagpovrayorg news:3fdbdf74@news.povray.org
> Simply copy the povray binary which was built to somewhere and the
Oh yes, I didnt noticed that binary was already build :)
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
spa### [at] raf256com news:Xns### [at] 204213191226
>> Simply copy the povray binary which was built to somewhere and the
> Oh yes, I didnt noticed that binary was already build :)
But, I still have problem, PovRay starts but he complains about acces
denied to povray.ini and suggesting me to modify povray.conf
can povray.conf be placed in same directory where pov executable is?
Povray.conf and povray.ini has mode 777, and in povray.conf security is
disabled (as default - so its relaing on filemode settings).
What to change to make it work?
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rafal 'Raf256' Maj <spa### [at] raf256com> wrote:
> can povray.conf be placed in same directory where pov executable is?
Did you read my reply?
Copy povray.conf to ~/.povray.conf
> Povray.conf and povray.ini has mode 777
Extremely bad idea.
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|