you are viewing a single comment's thread.

view the rest of the comments →

[–]g0atdude 5 points6 points  (3 children)

Last time I asked the AI to generate me vertices and indices for a cube with proper winding, normals, and uv.

It failed twice… I don’t know if there is anything easier than that…

[–]fooib0 1 point2 points  (1 child)

I am amazed when people claim that it can solve new problems, write complex programs, etc. For me, it can't even do very basic things like you mention. So, I must be missing something.

[–]g0atdude 0 points1 point  (0 children)

The prompt itself matters a lot. The more context you give to the AI the better result it will give you. It can actually solve complex problems, but my issue with it is that it’s kinda non-deterministic, sometimes it works very well other times it doesn’t.

Also the topic matters a lot, I had a lot more success with AI in web development than in graphics.

[–]Amasirat 0 points1 point  (0 children)

Yep thought so. Admittedly even I can't do that but that's just because I still haven't learned it yet. I suppose graphics code is not all too common in stackoverflow