POV-Ray : Newsgroups : povray.binaries.scene-files : POV-Ray Mosaic Memes : Re: POV-Ray Mosaic Memes Server Time
24 Jun 2026 14:03:39 EDT (-0400)
  Re: POV-Ray Mosaic Memes  
From: kurtz le pirate
Date: 17 Jun 2026 10:42:40
Message: <6a32b260@news.povray.org>
On 17/06/2026 12:05, jr wrote:

> 
> it does run.  I used, as always, my 'povparse' command alias to check, without
> specifying the frames, "my bad".


Yeah, it works... but it produces a really strange images.
Take a look at the attached image.
I suspect that the image is hard-coded in little-endian mode.
See <https://en.wikipedia.org/wiki/Endianness>






As a general rule, to test scenes that include animations and avoid this 
kind of problem, simply add these lines:

#if (clock_on)
   #local fr = frame_number-1;
#else
   #local fr = 0;
#end



;)


-- 
kurtz le pirate
compagnie de la banquise


Post a reply to this message


Attachments:
Download 'heisenberg.png' (238 KB)

Preview of image 'heisenberg.png'
heisenberg.png


 

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