The objects in your demo look perfectly arranged at right angles, was that already part of the ChatGPT response?
Or is that done by the the placement script? If so, how?
GPT-4 has a good spatial awareness and can place objects at right positions and even rotations. A great way to have more control on this is to include the rotation angle on X, Y, Z, axis in your request to the LLM as in, for example “include the X,Y,Z rotation for each object” and store that information in the desired result (for example, have the LLM store the info in a JSON variable).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.