|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I found a program on my machine from a long time ago that alters text.
Just for fun I ran the basic POV-Ray scene example through some of the
filters:
Elmer Fudd:
// Pewsistence of Vision Way Twacew Scene Descwiption Fiwe
// Elmer Fudd version
// Fiwe: ?.pov
// Vews: 3.1
// Desc: Basic Scene Exampwe
// Date: mm/dd/yy
// Auf: Joshua W Engwish [jwe]
//
#vewsion 3.1;
#incwude "cowows.inc"
gwobaw_settings { assumed_gamma 1.0 }
// ----------------------------------------
camewa { wocation <0.0, 1.5, -4.0>
diwection 1.5*z
wight 4/3*x
wook_at <0.0, 1.0, 0.0>
}
// Cweate an infinite sphewe awound scene and awwow any textuwe on it
sky_sphewe { pigment { gwadient y
cowow_map { [0.0 cowow wgb <0.7,0.7,1.0>]
[1.0 cowow bwue 0.5] } } }
wight_souwce { <0,0,-1000> cowow wgb 1
wotate <45,15,0> }
// ----------------------------------------
pwane { y, 0 pigment {cowow wgb <0.7,0.5,0.3>}}
sphewe { <0,1,0>, 1
pigment { wadiaw fweqwency 8 }
finish { specuwaw 1 }
}
------------------
And from the Swedish Chef on the Muppets:
// Perseestence-a ooff Feesiun Rey Trecer Scene-a Descreepshun Feele-a
// Feele-a: ?.puf
// Fers: 3.1
// Desc: Beseec Scene-a Ixemple-a
// Dete-a: mm/dd/yy
// Oot: Jushooa R Ingleesh [jre-a]
//
#ferseeun 3.1;
#incloode-a "culurs.inc"
glubel_setteengs { essoomed_gemma 1.0 }
// ----------------------------------------
cemera { luceshun <0.0, 1.5, -4.0>
durecshun 1.5*z
reeght 4/3*x
luuk_et <0.0, 1.0, 0.0>
}
// Creete-a un inffeenite-a sphere-a eruoond scene-a und elloo uny
textoore-a oon it
sky_sphere-a { peegment { gredeeent y
culur_mep { [0.0 culur rgb <0.7,0.7,1.0>]
[1.0 culur blooe-a 0.5] } } }
leeght_suoorce-a { <0,0,-1000> culur rgb 1
rutete-a <45,15,0> }
// ----------------------------------------
plune-a { y, 0 peegment {culur rgb <0.7,0.5,0.3>}}
sphere-a { <0,1,0>, 1
peegment { redeeel freqooency 8 }
feenish { specooler 1 }
}
Well, *I* got a kick out of it.
enjoy,
Joshua
eng### [at] spiritonecom
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Where can I get that program?
--
Anthony L. Bennett
http://welcome.to/TonyB
Non nova, sed nove.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The program is called Dialectic, written by Mark Pilgrim. The version I
have is copyright 1994. It's a Mac program and I'm not sure if there is
a Windows compatible version.
The authors email address is f8d### [at] netaxscom. The website is listed at
http://www.netaxs.com/~f8dy. He says you can view the site on a good
day.
Joshua
eng### [at] spiritonecom
TonyB wrote:
> Where can I get that program?
>
> --
> Anthony L. Bennett
> http://welcome.to/TonyB
>
> Non nova, sed nove.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
An online version of the dialectizer (maybe the same, at least something
similar) can be found at:
http://www.rinkworks.com/dialect/
-Nathan
Josh English wrote:
>
> The program is called Dialectic, written by Mark Pilgrim. The version I
> have is copyright 1994. It's a Mac program and I'm not sure if there is
> a Windows compatible version.
>
> The authors email address is f8d### [at] netaxscom. The website is listed at
> http://www.netaxs.com/~f8dy. He says you can view the site on a good
> day.
>
> Joshua
> eng### [at] spiritonecom
>
> TonyB wrote:
>
> > Where can I get that program?
> >
> > --
> > Anthony L. Bennett
> > http://welcome.to/TonyB
> >
> > Non nova, sed nove.
Post a reply to this message
|
|
| |
| |
|
|
From: Nieminen Mika
Subject: Re: Variations on POV- Ray (Mild Humour)
Date: 4 Aug 1999 02:47:43
Message: <37a7e20f@news.povray.org>
|
|
|
| |
| |
|
|
If I understood correctly, you can do this same thing with:
sed "y/lr/ww/" file.pov
For example:
pohjanrastas:~/povray>sed "y/lr/ww/" test.pov
camewa { wocation <1,4,-5> wook_at 0 angwe 35 }
wight_souwce { <50,200,-100>,1 }
pwane { y,-1 pigment { checkew wgb 1, wgb .5 } }
intewsection
{ mesh
{ twiangwe { <0,-1,-1><1,-1,1>,y }
twiangwe { <0,-1,-1><-1,-1,1>,y }
twiangwe { <-1,-1,1><1,-1,1>,y }
twiangwe { <0,-1,-1><-1,-1,1><1,-1,1> }
}
sphewe { 0,.8 }
pigment { wgb x }
pohjanrastas:~/povray>
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
cool site. Not the same person... but probably the same kind of routines.
Joshua
eng### [at] spiritonecom
Nathan Kopp wrote:
> An online version of the dialectizer (maybe the same, at least something
> similar) can be found at:
>
> http://www.rinkworks.com/dialect/
>
> -Nathan
>
> Josh English wrote:
> >
> > The program is called Dialectic, written by Mark Pilgrim. The version I
> > have is copyright 1994. It's a Mac program and I'm not sure if there is
> > a Windows compatible version.
> >
> > The authors email address is f8d### [at] netaxscom. The website is listed at
> > http://www.netaxs.com/~f8dy. He says you can view the site on a good
> > day.
> >
> > Joshua
> > eng### [at] spiritonecom
> >
> > TonyB wrote:
> >
> > > Where can I get that program?
> > >
> > > --
> > > Anthony L. Bennett
> > > http://welcome.to/TonyB
> > >
> > > Non nova, sed nove.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|