|
![](/i/fill.gif) |
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
|
![](/i/fill.gif) |