Material and texture support, simpler tessellation and valid models

This commit is contained in:
Yeicor
2024-02-04 22:55:22 +01:00
parent 2202a86464
commit f98a95791d
8 changed files with 189 additions and 706 deletions

View File

@@ -13,12 +13,9 @@ python = "^3.9"
build123d = "^0.3.0"
partcad = "^0.3.84"
# Web
aiohttp = "^3.9.3"
# Misc
pygltflib = "^1.16.1"
[tool.poetry.group.dev.dependencies]
aiohttp-devtools = "^1.1.2"
tqdm = "^4.66.1"
[build-system]
requires = ["poetry-core"]