POV-Ray : Newsgroups : povray.windows : Modern Pov-Ray & Modern AI: chat-style generated scripts fail. : Re: Modern Pov-Ray & Modern AI: chat-style generated scripts fail. Server Time
5 Feb 2025 14:51:09 EST (-0500)
  Re: Modern Pov-Ray & Modern AI: chat-style generated scripts fail.  
From: Kenneth
Date: 5 Feb 2025 11:50:00
Message: <web.67a39591713242dce83955656e066e29@news.povray.org>
The AI-generated Pyramid macro is also badly composed:
        #macro Pyramid(position, size)

The lowercase 'size' variable used there is actually a POV-ray preserved
keyword, meant only for use in a 'facets' pattern-- which has nothing to do with
that particular macro. So the code would probably fail even with the additional
closing bracket that Bald Eagle mentioned.

The AI generator should have written it differently, like  Size  or  SIZE  or
something else, to be different from the keyword. Apparently 'the Brain' hasn't
learned such syntax rules yet ;-)


Post a reply to this message

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