|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William F. Pokorny <pok### [at] attglobalnet> wrote:
> How much time in the course is devoted to POV-Ray? What other tools do you
> employ?
It's presented as an example of a free tool which implements many of
the algorithms presented in the course.
Another exercise in the course is a program made in C/C++ which uses
OpenGL/GLUT to make a simple Descent-style program (ie. you can "fly"
freely inside a set of rooms).
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp's furious key-hammering produced this:
> Here are the results of this year (the first image is the one made with
> POV-Ray and the second image is the final CD cover):
>
> http://www.cs.tut.fi/~tgraf/harjoitustyot/Harkka1tulokset/index.html
Wow! Thanks for sharing.
Were these done in class, or was the project mainly for homework?
--
/*^*/light_source{100*<-5,2,-5>2}#macro I(i,n)#while(strlen(i)>=n)#local A=asc(
substr(i,n,1));#local a=asc(substr(i,n+1,1));cylinder{<div(A,8)-12,mod(A,8)-4,4
><div(a,8)-12,mod(a,8)-4,4>,0.1pigment{rgb z}}#local n=n+2;#end#end I("ScUe[]"1
/*<*/)I("mkmtlttk"1)//@_$#!,:<"Thhis polysig brought to you by Ian Burgmyer :)"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ian J. Burgmyer <the### [at] maccom> wrote:
> Were these done in class, or was the project mainly for homework?
Homework.
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> As some of you might already know, I am teaching assistant of the
> computer graphics course at Tampere University of Technology (for 5th
> year now).
> I get to completely decide about the exercises, so naturally one of
> them is related to POV-Ray. The task is to design a CD cover using
> POV-Ray and an image manipulation program.
I remember you've posted the results before (last year?). I like them
very much!
How does the students like it? Does anyone of them continue using
POV-Ray?
-Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp's furious key-hammering produced this:
>> Were these done in class, or was the project mainly for homework?
>
> Homework.
Ouch. :)
Did you offer the students object libraries, or did they do all of the coding
in the scene? Also, I noticed that many of them were post-processed.
Photoshop, I assume?
--
/*^*/light_source{100*<-5,2,-5>2}#macro I(i,n)#while(strlen(i)>=n)#local A=asc(
substr(i,n,1));#local a=asc(substr(i,n+1,1));cylinder{<div(A,8)-12,mod(A,8)-4,4
><div(a,8)-12,mod(a,8)-4,4>,0.1pigment{rgb z}}#local n=n+2;#end#end I("ScUe[]"1
/*<*/)I("mkmtlttk"1)//@_$#!,:<"Thhis polysig brought to you by Ian Burgmyer :)"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ian J. Burgmyer <the### [at] maccom> wrote:
> Did you offer the students object libraries, or did they do all of the coding
> in the scene?
They had to do everything "by hand".
> Also, I noticed that many of them were post-processed.
> Photoshop, I assume?
Quoting myself:
"The task is to design a CD cover using POV-Ray and an image manipulation
program."
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Peter Hertel <peter@hertel**nospam**.no> wrote:
> How does the students like it? Does anyone of them continue using
> POV-Ray?
I don't know. I can't know what they do with their lives after the course
is over... :)
--
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp's furious key-hammering produced this:
>> Did you offer the students object libraries, or did they do all of the coding
>> in the scene?
>
> They had to do everything "by hand".
They did a really nice job on those objects, then!
>> Also, I noticed that many of them were post-processed.
>> Photoshop, I assume?
>
> Quoting myself:
>
> "The task is to design a CD cover using POV-Ray and an image manipulation
> program."
Yes, I know. I'm not that thick. :)
I'm just wondering what program was used to do all of that.
--
/*^*/light_source{100*<-5,2,-5>2}#macro I(i,n)#while(strlen(i)>=n)#local A=asc(
substr(i,n,1));#local a=asc(substr(i,n+1,1));cylinder{<div(A,8)-12,mod(A,8)-4,4
><div(a,8)-12,mod(a,8)-4,4>,0.1pigment{rgb z}}#local n=n+2;#end#end I("ScUe[]"1
/*<*/)I("mkmtlttk"1)//@_$#!,:<"Thhis polysig brought to you by Ian Burgmyer :)"
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ian J. Burgmyer <the### [at] maccom> wrote:
> I'm just wondering what program was used to do all of that.
Whichever they wanted. Gimp was provided in the computer labs, but its
use was not mandatory.
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > How does the students like it? Does anyone of them continue using
> > POV-Ray?
> I don't know. I can't know what they do with their lives after the
course
> is over... :)
Hunt them down and ask them? :)
Would've been fun to meet some of them in the newsgroup eh?
--
Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|