mirror of
https://github.com/PrimitiveAnything/PrimitiveAnything.git
synced 2026-05-08 00:58:55 +08:00
init
This commit is contained in:
9
primitive_anything/michelangelo/graphics/primitives/__init__.py
Executable file
9
primitive_anything/michelangelo/graphics/primitives/__init__.py
Executable file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from .volume import generate_dense_grid_points
|
||||
|
||||
from .mesh import (
|
||||
MeshOutput,
|
||||
save_obj,
|
||||
savemeshtes2
|
||||
)
|
||||
Reference in New Issue
Block a user