-
Notifications
You must be signed in to change notification settings - Fork 0
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
Peter Couture
committed
Apr 3, 2024
1 parent
58fe7af
commit 92b55c6
Showing
7 changed files
with
91 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# ENV File for Inworld AI Wed Playground v3.0 | ||
|
||
# The following two variables require the Inworld Playground workspace to be imported into your Studio account | ||
# From Inworld Studio Workspaces page click on Import and use this token 2H3FDkRg5sX9 to add it. | ||
|
||
# This Inworld Character ID is the default id used if one hasn't been set directly on a character. | ||
# It can be found on Inworld Studio as any character in the workspace you want or use the Innequin character. | ||
VITE_INWORLD_CHARACTER_ID=workspaces/inworld-playground/characters/innequin | ||
|
||
# The Inworld Scene ID can be found on Inworld Studio | ||
VITE_INWORLD_SCENE_ID=workspaces/inworld-playground/scenes/inworld_playground | ||
|
||
# The URI to the generate token authentication server. Please see the README.md for more information on setting the | ||
# server up. | ||
VITE_INWORLD_GENERATE_TOKEN_URI=http://localhost:4000/ | ||
|
||
# Innequin base asset file location. It can be a local or external path. | ||
# Used as the prefix uri for the animation, texture and model file paths are set in config.json. | ||
# Assets are automatically installed as apart of the yarn postinstall process | ||
# Manually download asset files here at=https://storage.googleapis.com/innequin-assets/playground/inworld-web-playground-assets-v3.0.zip | ||
VITE_INNEQUIN_BASE_URI=https://storage.googleapis.com/innequin-assets/playground/v3.0/innequin | ||
|
||
# The path to the Innequin male configuration | ||
VITE_INNEQUIN_MALE_CONFIG_URI=https://storage.googleapis.com/innequin-assets/playground/v3.0/innequin/config_male.json | ||
|
||
# The path to the Innequin female configuration | ||
VITE_INNEQUIN_FEMALE_CONFIG_URI=https://storage.googleapis.com/innequin-assets/playground/v3.0/innequin/config_female.json | ||
|
||
# Ready Player Me base asset file location. It can be a local or external path. | ||
# Used as the prefix uri for the animation, texture and model file paths are set in config.json. | ||
# Assets are automatically installed as apart of the yarn postinstall process | ||
# Manually download asset files here at=https://storage.googleapis.com/innequin-assets/playground/inworld-web-playground-assets-v3.0.zip | ||
VITE_RPM_BASE_URI=https://storage.googleapis.com/innequin-assets/playground/v3.0/rpm | ||
|
||
# The path to the Ready Player Me configuration | ||
VITE_RPM_CONFIG_URI=https://storage.googleapis.com/innequin-assets/playground/v3.0/rpm/config_male.json | ||
|
||
# Draco Compression Library URI | ||
VITE_DRACO_COMPRESSION_URI=https://storage.googleapis.com/innequin-assets/draco-gltf/ | ||
|
||
# If debug logging is outputted | ||
VITE_DEBUG=false |
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
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