POV-Ray : Newsgroups : povray.general : pls make a app... : Re: pls make a app... Server Time
13 Aug 2026 03:02:49 EDT (-0400)
  Re: pls make a app...  
From: Bald Eagle
Date: 23 Jul 2026 06:10:00
Message: <web.6a61e8717015a132d1d09a9825979125@news.povray.org>
wrote:
> > - "crashes" should, of course, not happen.  you can use, for instance, the
> > 'all_file' option[*] to "record" POV-Ray's text output, including error message.
> >  it would be helpful if you could post additional information on the bug (?),
> yeah... i know... idk if my laptop having a bug or something. i just tried it
> again but when i move object, it doesn't move. idk if i can solve this (im a
> begineer)

#version needs to come first before anything else. (except comments)
It's also useful to define your scene gamma.

#version 3.8;
global_settings {assumed_gamma 1.0}

But in the absence of any code, that's all I got.

- BE


Post a reply to this message

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