POV-Ray : Newsgroups : povray.windows : Modern Pov-Ray & Modern AI: chat-style generated scripts fail. Server Time
5 Feb 2025 11:49:23 EST (-0500)
  Modern Pov-Ray & Modern AI: chat-style generated scripts fail. (Message 1 to 2 of 2)  
From: Kinesis
Subject: Modern Pov-Ray & Modern AI: chat-style generated scripts fail.
Date: 4 Feb 2025 16:45:00
Message: <web.67a289e31fa2f7b6a0272dd0217c503a@news.povray.org>
Here's an example, as a screenshot. It is broken! I have been trying to utilize
PovRay for fun with AI but it is not working correctly (messages from Povray say
that '}' is misplaced, commonly).
--


Post a reply to this message


Attachments:
Download 'screenshot 2025-02-04 134122.png' (575 KB)

Preview of image 'screenshot 2025-02-04 134122.png'
screenshot 2025-02-04 134122.png


 

From: Bald Eagle
Subject: Re: Modern Pov-Ray & Modern AI: chat-style generated scripts fail.
Date: 4 Feb 2025 17:15:00
Message: <web.67a29112713242dc1f9dae3025979125@news.povray.org>
"Kinesis" <nomail@nomail> wrote:
> Here's an example, as a screenshot. It is broken! I have been trying to utilize
> PovRay for fun with AI but it is not working correctly (messages from Povray say
> that '}' is misplaced, commonly).
> --

You don't have a terminating } in your light source.

Try formatting your code to have { and } for each level at some fixed
indentation, so that it's easy to visually check opening and closing curly
braces.

texture
{
     pigment
     {
          pigment_map
          {

          }
     }
}

sorta thing.

- BW


Post a reply to this message

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