POV-Ray : Newsgroups : povray.programming : Re: Motion Blurring : Re: XML (was Re: Toughts about implementing motion-blur in POV-Ray...) Server Time
12 Jul 2025 12:52:32 EDT (-0400)
  Re: XML (was Re: Toughts about implementing motion-blur in POV-Ray...)  
From: Mark Wagner
Date: 3 Dec 1999 01:18:31
Message: <384760b7@news.povray.org>
Philippe Debar wrote in message <38468602@news.povray.org>...
>Jon A. Cruz wrote:
>> <sphere radius=1>
>>   <pigment>
>>     <color rgb='#ff00ff'>
>>   </pigment>
>>   <rotate x=0 y=10 z=0>
>> </sphere>
>
>BTW, wasn't some early POVscript (or DKB) that looked like that? Or am I
>completely mistaken once again?
>


DKBTrace had a similar syntax.

OBJECT
 SPHERE
  <0 2 0> 1
 END_SPHERE
 TEXTURE
  COLOUR RED 1 GREEN 1 BLUE 1
  PHONG 1
  DIFFUSE 0.1
  REFLECTION 0.9
  METALLIC
 END_TEXTURE
END_OBJECT

Mark


Post a reply to this message

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