Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jan 24, 2018
1 parent 4074131 commit 602dcbd
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 18 deletions.
23 changes: 18 additions & 5 deletions dist/claygl.es.js

Large diffs are not rendered by default.

296 changes: 290 additions & 6 deletions dist/claygl.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/claygl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claygl",
"version": "1.0.1",
"version": "1.0.2",
"description": "WebGL graphic library",
"keywords": [
"graphic",
Expand Down
2 changes: 1 addition & 1 deletion src/prePass/ShadowMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var ShadowMapPass = Base.extend(function () {
0, -1
]),

precision: 'mediump',
precision: 'highp',

_lastRenderNotCastShadow: false,

Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* @name clay.version
*/
export default '1.0.1';
export default '1.0.2';

0 comments on commit 602dcbd

Please sign in to comment.