├── .gitignore ├── .gitmodules ├── FastValveMaterial.py ├── FastValveMaterial_v221027.zip ├── LICENSE ├── README.md ├── config.md ├── phongwarp_steel.vtf └── resize.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/.gitmodules -------------------------------------------------------------------------------- /FastValveMaterial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/FastValveMaterial.py -------------------------------------------------------------------------------- /FastValveMaterial_v221027.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/FastValveMaterial_v221027.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/README.md -------------------------------------------------------------------------------- /config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/config.md -------------------------------------------------------------------------------- /phongwarp_steel.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/phongwarp_steel.vtf -------------------------------------------------------------------------------- /resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marv7000/FastValveMaterial/HEAD/resize.py --------------------------------------------------------------------------------