├── EulerLightingNode.py ├── README.md ├── __init__.py ├── sample01_basic.json ├── sample02_2lamplighting.json ├── sample03_Animation.json ├── sample_diffuse.png ├── sample_normal.png └── sample_specular.png /EulerLightingNode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/EulerLightingNode.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/__init__.py -------------------------------------------------------------------------------- /sample01_basic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample01_basic.json -------------------------------------------------------------------------------- /sample02_2lamplighting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample02_2lamplighting.json -------------------------------------------------------------------------------- /sample03_Animation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample03_Animation.json -------------------------------------------------------------------------------- /sample_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample_diffuse.png -------------------------------------------------------------------------------- /sample_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample_normal.png -------------------------------------------------------------------------------- /sample_specular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TJ16th/comfyUI_TJ_NormalLighting/HEAD/sample_specular.png --------------------------------------------------------------------------------