LATO.2 has been introduced — a framework for 3D mesh generation that separates the process into two stages: Vertex Flow (generation of vertex positions) and Topology Flow (prediction of connections and topology). This approach allows controlling the number of vertices in the range of 200 to 5000 and enables component-wise generation to achieve high detail.



What happened
Developers have introduced LATO.2, an open-source framework (MIT license) that uses process decomposition. The model supports topologically adaptive editing: when the position of vertices changes, the mesh structure is automatically rebuilt without the need to re-optimize the entire model. The system requires only about 8 GB of VRAM to operate.
Context
Traditional monolithic methods for 3D object generation often face the problem of "drifting" vertices and surface tears. LATO.2 moves from the "black box" concept to controlled pipelines, where topology is a predictable parameter, which is critical for creating standardized and correct 3D assets.
Why this matters for the industry
Separating geometry and topology solves fundamental technical problems of monolithic architectures, paving the way for creating highly detailed and editable 3D objects with predictable complexity. This allows building production-ready pipelines where topology is controlled, simplifying subsequent rigging and animation.
Why this matters for users
Users get the ability not only to generate 3D models but also to precisely set their density (number of points) and easily edit individual parts of the model without breaking the overall mesh structure. The availability of the tool on consumer hardware and open-source code allow for the rapid prototyping of tools for "smart" editing of AI content.
What is still unknown / limitations
No explicit technical contradictions have been identified, however, potential questions may relate to scalability when creating ultra-complex scenes and integration into existing commercial workflows.
Sources
- LATO.2 | Factorized 3D Mesh Generation (Official Project Page)
- LATO.2: Factorized 3D Mesh Generation with Vertex and Topology Flow (arXiv)
- LATO.2 Repository (GitHub)
Author
Look at AI, editorial team
