Skip to content

Commit ed3a15c

Browse files
committed
Ported latest changes and fixes from master
1 parent 756b7b1 commit ed3a15c

Some content is hidden

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

84 files changed

+1102
-668
lines changed

core/src/assets/shaders/ColorFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/ColorVert.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/LightFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/LightVert.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/LineFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/LineVert.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/MaskFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/PointFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/PointVert.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

core/src/assets/shaders/TexFrag.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Part of the Processing project - http://processing.org
33
4-
Copyright (c) 2012-15 The Processing Foundation
4+
Copyright (c) 2012-16 The Processing Foundation
55
Copyright (c) 2004-12 Ben Fry and Casey Reas
66
Copyright (c) 2001-04 Massachusetts Institute of Technology
77

0 commit comments

Comments
 (0)