CHANGELOG.md
MANIFEST.in
README.md
pyproject.toml
pyrightconfig.json
checks/benchmark_nbt_groups.py
checks/benchmark_projection_sheet.py
checks/public_api.py
checks/validate_gltf.cjs
docs/architecture.md
docs/block-render-audit-26.2.md
docs/formats.md
docs/guide.md
docs/refactoring.md
docs/release-0.8.1.md
src/structura_render/__init__.py
src/structura_render/__init__.pyi
src/structura_render/__main__.py
src/structura_render/assets.py
src/structura_render/atlas.py
src/structura_render/block_colours.py
src/structura_render/block_geometry.py
src/structura_render/block_model.py
src/structura_render/build_full_cube_list.py
src/structura_render/build_opaque_blocks.py
src/structura_render/camera.py
src/structura_render/diagnostics.py
src/structura_render/doctor.py
src/structura_render/entities.py
src/structura_render/entity_mobs.py
src/structura_render/entity_models.py
src/structura_render/entity_objects.py
src/structura_render/entity_shapes.py
src/structura_render/entity_state.py
src/structura_render/examples.py
src/structura_render/export.py
src/structura_render/export_io.py
src/structura_render/font.py
src/structura_render/full_cube.py
src/structura_render/geometry.py
src/structura_render/gltf.py
src/structura_render/hero.py
src/structura_render/item_models.py
src/structura_render/legacy_input.py
src/structura_render/mesh.py
src/structura_render/mesh_export.py
src/structura_render/mesh_models.py
src/structura_render/mob_catalog.py
src/structura_render/model_textures.py
src/structura_render/obj.py
src/structura_render/overlays.py
src/structura_render/projection_grid.py
src/structura_render/projections.py
src/structura_render/py.typed
src/structura_render/shape_geometry.py
src/structura_render/signs.py
src/structura_render/stl.py
src/structura_render/svg.py
src/structura_render/textures.py
src/structura_render/usd_scene.py
src/structura_render/usdz.py
src/structura_render/vox.py
src/structura_render.egg-info/PKG-INFO
src/structura_render.egg-info/SOURCES.txt
src/structura_render.egg-info/dependency_links.txt
src/structura_render.egg-info/entry_points.txt
src/structura_render.egg-info/requires.txt
src/structura_render.egg-info/top_level.txt
src/structura_render/data/entity_models_26_2.json
src/structura_render/data/full_cube_blocks.json
src/structura_render/data/opaque_blocks.json
src/structura_render/data/examples/README.md
src/structura_render/data/examples/blocks.nbt
src/structura_render/data/examples/coverage.json
src/structura_render/data/examples/demo.nbt
src/structura_render/data/examples/entities.nbt
tests/test_additional_exports.py
tests/test_asset_context.py
tests/test_camera.py
tests/test_doctor.py
tests/test_entities.py
tests/test_entity_unwrap.py
tests/test_examples.py
tests/test_export_io.py
tests/test_fallback_geometry.py
tests/test_geometry_exports.py
tests/test_hero.py
tests/test_legacy_input.py
tests/test_mesh.py
tests/test_projections.py
tests/test_scene_geometry.py
tests/test_textures.py
tests/test_usdz.py