SDF: Signed Distance Field—a mathematical representation where the value at a point indicates its distance to the nearest surface, useful for precise collision detection
3DBB: 3D Bounding Box—a simplified rectangular box enclosing an object, often used for rough collision detection but inaccurate for complex shapes
Agentic Framework: An AI system where an LLM acts as a controller that plans tasks and calls other models (tools) to execute them
Anchor Object: The central reference object in a scene (e.g., a sofa in a living room) around which other objects are positioned
PBR: Physically Based Rendering—rendering techniques that model how light interacts with materials realistically
DoF: Degrees of Freedom—the number of parameters defining an object's position and orientation (e.g., 5-DoF excludes roll/pitch for upright objects)
Semantic Correspondence: Finding matching points between two images (or an image and a 3D render) based on what the object parts are, rather than just pixel color