-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from readyplayerme/feat/support-for-post-proce…
…ssing-bloom feat/support post processing bloom effects
- Loading branch information
Showing
30 changed files
with
30,197 additions
and
35,711 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,6 @@ typings/ | |
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# Storybook | ||
storybook-static |
Empty file.
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,4 +1,5 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npm test | ||
npx lint-staged |
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 +1,2 @@ | ||
engine-strict=true | ||
engine-strict=true | ||
auto-install-peers=true |
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,9 +1,7 @@ | ||
import { create } from '@storybook/theming'; | ||
import logo from './logo.png'; | ||
import { create, themes } from '@storybook/theming'; | ||
|
||
export default create({ | ||
base: 'light', | ||
brandImage: logo, | ||
brandUlr: 'https://readyplayer.me', | ||
appBg: '#fafafa' | ||
brandImage: '/logo.png', | ||
brandUrl: 'https://readyplayer.me', | ||
}); |
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ npm install @readyplayerme/visage | |
|
||
Make sure to install peer-dependencies if your project doesn't already include them: | ||
```sh | ||
npm install @react-three/drei @react-three/fiber three three-stdlib suspend-react | ||
npm install @react-three/drei@9.79.3 @react-three/fiber@8.13.15 @react-three/[email protected] three@0.154 three-stdlib@2.23.13 suspend-react@0.1.3 [email protected] | ||
``` | ||
|
||
# Documentation & examples | ||
|
@@ -46,7 +46,7 @@ Supported resource formats are: | |
* Base64 strings | ||
* `data:application/octet-stream;base64` | ||
* `data:model/gltf-binary;base64` | ||
* Binary input as `model/gltf-binary` | ||
* Binary input such as `model/gltf-binary` | ||
|
||
## License | ||
|
||
|
Oops, something went wrong.