Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
klevron committed Mar 13, 2021
1 parent 6c37b1e commit 090e9b7
Show file tree
Hide file tree
Showing 11 changed files with 561 additions and 230 deletions.
260 changes: 187 additions & 73 deletions build/trois.js

Large diffs are not rendered by default.

258 changes: 183 additions & 75 deletions build/trois.module.cdn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.cdn.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.cdn.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.cdn.min.js.map

Large diffs are not rendered by default.

258 changes: 183 additions & 75 deletions build/trois.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/trois.module.min.js.map

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": "troisjs",
"version": "0.1.13",
"version": "0.1.14",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const external = [
'three/examples/jsm/lights/RectAreaLightUniformsLib.js',
'three/examples/jsm/helpers/RectAreaLightHelper.js',
'three/examples/jsm/loaders/GLTFLoader.js',
'three/examples/jsm/loaders/FBXLoader.js',
'three/examples/jsm/postprocessing/BokehPass.js',
'three/examples/jsm/postprocessing/EffectComposer.js',
'three/examples/jsm/postprocessing/FilmPass.js',
Expand Down

0 comments on commit 090e9b7

Please sign in to comment.