├── .gitignore ├── LICENSE ├── README.md └── __init__.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/Tesselate_texture_plane/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/Tesselate_texture_plane/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/Tesselate_texture_plane/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pullusb/Tesselate_texture_plane/HEAD/__init__.py --------------------------------------------------------------------------------