-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
242 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "three-instanced-uniforms-mesh", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Extension to Three.js InstancedMesh supporting per-instance uniform values", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,7 +14,7 @@ | |
"module": "dist/three-instanced-uniforms-mesh.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-three-utils": "^0.46.0" | ||
"troika-three-utils": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"three": ">=0.125.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-2d", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Troika 2D", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,6 +14,6 @@ | |
"module": "dist/troika-2d.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-core": "^0.46.0" | ||
"troika-core": "^0.47.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d-text", | ||
"version": "0.46.3", | ||
"version": "0.47.0", | ||
"description": "SDF text for the Troika 3D scene management framework", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,9 +14,9 @@ | |
"module": "dist/troika-3d-text.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-3d": "^0.46.0", | ||
"troika-three-text": "^0.46.3", | ||
"troika-three-utils": "^0.46.0" | ||
"troika-3d": "^0.47.0", | ||
"troika-three-text": "^0.47.0", | ||
"troika-three-utils": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"three": ">=0.125.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d-ui", | ||
"version": "0.46.3", | ||
"version": "0.47.0", | ||
"description": "Troika 3D User Interface Toolkit", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,11 +15,11 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"object-path": "^0.11.4", | ||
"troika-3d": "^0.46.0", | ||
"troika-3d-text": "^0.46.3", | ||
"troika-core": "^0.46.0", | ||
"troika-flex-layout": "^0.46.3", | ||
"troika-three-utils": "^0.46.0" | ||
"troika-3d": "^0.47.0", | ||
"troika-3d-text": "^0.47.0", | ||
"troika-core": "^0.47.0", | ||
"troika-flex-layout": "^0.47.0", | ||
"troika-three-utils": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"three": ">=0.125.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-3d", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Troika 3D", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,8 +14,8 @@ | |
"module": "dist/troika-3d.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-core": "^0.46.0", | ||
"troika-three-utils": "^0.46.0" | ||
"troika-core": "^0.47.0", | ||
"troika-three-utils": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"three": ">=0.125.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-animation", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Troika Animation Utilities", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-core", | ||
"version": "0.46.0", | ||
"version": "0.47.0", | ||
"description": "Troika Core", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -15,7 +15,7 @@ | |
"module:src": "src/index.js", | ||
"dependencies": { | ||
"prop-types": "^15.6.2", | ||
"troika-animation": "^0.46.0" | ||
"troika-animation": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.5.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-examples", | ||
"version": "0.46.3", | ||
"version": "0.47.0", | ||
"private": true, | ||
"description": "Troika Examples", | ||
"author": "Jason Johnston <[email protected]>", | ||
|
@@ -22,15 +22,15 @@ | |
"react-dat-gui": "^4.0.0", | ||
"react-dom": "^16.5.2", | ||
"three": "^0.147.0", | ||
"three-instanced-uniforms-mesh": "^0.46.0", | ||
"three-instanced-uniforms-mesh": "^0.47.0", | ||
"three-line-2d": "^1.1.6", | ||
"troika-2d": "^0.46.0", | ||
"troika-3d": "^0.46.0", | ||
"troika-3d-text": "^0.46.3", | ||
"troika-3d-ui": "^0.46.3", | ||
"troika-animation": "^0.46.0", | ||
"troika-core": "^0.46.0", | ||
"troika-three-utils": "^0.46.0", | ||
"troika-xr": "^0.46.0" | ||
"troika-2d": "^0.47.0", | ||
"troika-3d": "^0.47.0", | ||
"troika-3d-text": "^0.47.0", | ||
"troika-3d-ui": "^0.47.0", | ||
"troika-animation": "^0.47.0", | ||
"troika-core": "^0.47.0", | ||
"troika-three-utils": "^0.47.0", | ||
"troika-xr": "^0.47.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "troika-flex-layout", | ||
"version": "0.46.3", | ||
"version": "0.47.0", | ||
"description": "Utility for calculating flexbox layouts in a web worker", | ||
"author": "Jason Johnston <[email protected]>", | ||
"repository": { | ||
|
@@ -14,8 +14,8 @@ | |
"module": "dist/troika-flex-layout.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-three-text": "^0.46.3", | ||
"troika-worker-utils": "^0.46.0" | ||
"troika-three-text": "^0.47.0", | ||
"troika-worker-utils": "^0.47.0" | ||
}, | ||
"devDependencies": { | ||
"terser": "^5.14.2", | ||
|
Oops, something went wrong.