mirror of
https://github.com/PrimitiveAnything/PrimitiveAnything.git
synced 2025-09-18 05:22:48 +08:00
10 lines
142 B
Python
Executable File
10 lines
142 B
Python
Executable File
# -*- coding: utf-8 -*-
|
|
|
|
from .volume import generate_dense_grid_points
|
|
|
|
from .mesh import (
|
|
MeshOutput,
|
|
save_obj,
|
|
savemeshtes2
|
|
)
|