|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I have updated the HTML version of the insert menu:
http://www-public.tu-bs.de:8080/~y0013390/imenu/insert_menu.html
I completely rewrote the generation program and tried to improve
navigation possibilities in the file.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Makes me a proud POV-Ray user. :o) Your page is bookmarked. Generally I
don't like so long pages but, maybe it's quick to have all the info like
this. And there's many nice illustrations!
Regards,
Hugo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 17 Apr 2002 16:21:13 +0200, "Hugo" <hua### [at] post3teledk> wrote:
> maybe it's quick to have all the info like
> this. And there's many nice illustrations!
Header of your post suggest you are using some kind of Windows. IIRC you have
3.5 installed. Am I right ? Have you noted this page contains things already
included in official distribution of 3.5 (release candidate) ?
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hugo wrote:
>
> Makes me a proud POV-Ray user. :o) Your page is bookmarked. Generally I
> don't like so long pages but, maybe it's quick to have all the info like
> this. And there's many nice illustrations!
I will consider making a version with several files, maybe using frames
would not be so bad for this purpose. If you have a slow connection you
can also download without the graphics and generate the images with WinPov
yourself (you just need to write all pictures to one directory and replace
the spaces in the filenames with underscores.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
You should properly escape the special characters <, >, and & in the code so
the browser doesn't try to interpret them. For example,
location <0.0, 0.5, -4.0>
becomes:
location <0.0, 0.5, -4.0>
and
#if (A & B)
becomes:
#if (A & B)
The lack of these is causing everything after the lathe entry to be
underlined in Mozilla.
Anders
--
light_source{6#local D=#macro B(E)#macro A(D)#declare E=(E-#declare
C=mod(E D);C)/D;C#end#while(E)#if(A(8)=7)#declare D=D+2.8;#else#if(
C>2)}torus{1..2clipped_by{box{-2y}}rotate<1 0C>*90translate<D+1A(2)
*2+1#else}cylinder{0(C-v=1).2translate<D+C*A(2)A(4)#end-2 13>finish
{specular 1}pigment{rgb x}#end#end#end-8;1B(445000298)B(519053970)B
(483402386)B(1445571258)B(77778740)B(541684549)B(42677491)B(70)}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Anders K." wrote:
>
> You should properly escape the special characters <, >, and & in the code so
> the browser doesn't try to interpret them. For example,
> location <0.0, 0.5, -4.0>
> becomes:
> location <0.0, 0.5, -4.0>
> and
> #if (A & B)
> becomes:
> #if (A & B)
>
> The lack of these is causing everything after the lathe entry to be
> underlined in Mozilla.
That's fixed now. I also made a version using frames and javascript with
separate files for each entry:
http://www.tu-bs.de/~y0013390/imenu/index.html
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 16 Apr. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 17 Apr 2002 00:09:08 +0200, Christoph Hormann wrote:
>
> I have updated the HTML version of the insert menu:
>
> http://www-public.tu-bs.de:8080/~y0013390/imenu/insert_menu.html
>
> I completely rewrote the generation program and tried to improve
> navigation possibilities in the file.
>
> Christoph
>
Hi Christoph I found your insert menu thingie really useful, but _very_
difficult to download for offline use, do you have a zipped up version
available for download?
--
sphere{z*5,1pigment{rgb.5}finish{reflection.3specular.5}}box{<-50,-3,-50>
<50,-2,50>pigment{checker/*\__\\__/ * \_\\__*/scale 2}finish{ambient.7}}
light_source/*__\\__\\__\\__\\__\( ~ )\__\\__\\__\\__\\*/{<2,5,1>*4,1}
/*\\__\\__\\__\\__\\__\\__\\__\\__\~ -/__\\__\\__\\__\\__\\*//* Steve */
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Steve wrote:
>
> [...]
>
> Hi Christoph I found your insert menu thingie really useful, but _very_
> difficult to download for offline use, do you have a zipped up version
> available for download?
I know it's difficult, i did not yet get a definitive answer from Mark
Gordon if this will be included in the official unix version of Povray
3.5, if not, i will surely make a zip for downloading (probably without
images, but with a script for generating them.
Christoph
--
POV-Ray tutorials, IsoWood include,
TransSkin and more: http://www.tu-bs.de/~y0013390/
Last updated 20 Apr. 2002 _____./\/^>_*_<^\/\.______
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |