POV-Ray : Newsgroups : povray.general : chr(0) problem : Re: chr(0) problem Server Time
6 Aug 2024 20:25:22 EDT (-0400)
  Re: chr(0) problem  
From: Gleb
Date: 28 Feb 2002 12:03:12
Message: <3c7e62d0$1@news.povray.org>
"Christoph Hormann" <chr### [at] gmxde> wrote in message
news:3C7E6052.BB0F78AB@gmx.de...
>
>
> Gleb wrote:
> >
> > > There is no graphics output in Povray, only some versions call API
> > > functions of the OS to display the render in the platform specific
code.
> > > This has nothing to do with the rendering program itself.
> > >
> > This is exactly what I mean: there is no graphics in Povray, but there
is
> > somehow binary images output
> >  and and input, isn't it?
>
> Yes, but this is platform independant due to precautions in the image file
> format definitions.  Simply writing your floats and vectors to a file as
> binary with some IO functions would be different.
>

OK, thank you, the reason is much clear now. Format of floats is really
platform dependent,

but byte strings i/o would be enough in this case, and it is almost there
already.


Post a reply to this message

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