POV-Ray : Newsgroups : povray.general : HTML insert menu update : Re: HTML insert menu update Server Time
6 Aug 2024 08:15:00 EDT (-0400)
  Re: HTML insert menu update  
From: Anders K 
Date: 17 Apr 2002 21:21:39
Message: <3cbe1fa3@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.