# shader-graph-examples **Repository Path**: AIGAMESTUDIO.AILHC/shader-graph-examples ## Basic Information - **Project Name**: shader-graph-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shader Graph Examples Examples for https://github.com/2youyou2/shader-graph based on Cocos Creator 3D v1.1.1. # Install 1. git clone git@github.com:2youyou2/shader-graph-examples.git 2. git submodule update --init 3. cd packages/shader-graph 4. npm install # Usage 1. Click the **shader-graph** menu on the top bar. ![image](https://user-images.githubusercontent.com/1862402/90206720-fb00c580-de16-11ea-8f20-40989e3d6196.png) 2. Add the src folder and dst folder to configuration. - The src folder should contains the *.ShaderGraph files and the relative *.ShaderSubGraph files. - Shader Graph will generate the effect files to the dst folder. 3. Click **generate** button # Screenshots ![image](https://user-images.githubusercontent.com/1862402/90206312-f1c32900-de15-11ea-9db6-2cbb5df9df36.png) ![image](https://user-images.githubusercontent.com/1862402/90207181-2fc14c80-de18-11ea-88a5-6c16c45fd331.png) ![image](https://user-images.githubusercontent.com/1862402/90206362-09021680-de16-11ea-93e5-8890e0b9ce4d.png) ![image](https://user-images.githubusercontent.com/1862402/90206424-26cf7b80-de16-11ea-95f2-dbb1993ff9d8.png)