Skip to content

Commit 053d74c

Browse files
committed
update description
update description
1 parent fa759cf commit 053d74c

File tree

106 files changed

+135
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+135
-2
lines changed

Assets/X-PostProcessing/Effects/BokehBlur/BokehBlur.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BokehBlur/Editor/BokehBlurEditor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BokehBlur/Shader/BokehBlur.shader

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/BoxBlur.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/Editor/BoxBlurEditor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/Shader/BoxBlur.shader

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/DirectionalBlur.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/Editor/DirectionalBlurEditor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/Shader/DirectionalBlur.shader

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualBoxBlur/DualBoxBlur.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

0 commit comments

Comments
 (0)