├── .github └── FUNDING.yml ├── .gitignore ├── LICENSE ├── LICENSE_ASSET.md ├── README.md ├── __init__.py ├── sdf_nodegroups.blend └── shader_nodes.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE_ASSET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/LICENSE_ASSET.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/__init__.py -------------------------------------------------------------------------------- /sdf_nodegroups.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/sdf_nodegroups.blend -------------------------------------------------------------------------------- /shader_nodes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamchange/b3dsdf/HEAD/shader_nodes.json --------------------------------------------------------------------------------