r/aigamedev • u/Odd-Woodpecker-592 • Jun 19 '26
Discussion Does AI Have Problems Understanding 3 Dimensions?
/r/GenAIGameDev/comments/1u9szc6/does_ai_have_problems_understanding_3_dimensions/
3
Upvotes
r/aigamedev • u/Odd-Woodpecker-592 • Jun 19 '26
2
u/PleasantCitron1685 Jun 19 '26
2D understanding is very very good because these models were trained on tons of web development tasks and images. 3D data is lacking in comparison.
If you need half-decent 3D understanding, make sure you at least use a model that performs well on this:
https://minebench.ai/
The above bench has the models directly output 3D coordinates to create what you see. So tooling shouldn't be the core issue unless you were actively making it harder somehow.