# ENV File for Inworld AI Wed SDK | Three.js - Innequin React Project
# The Inworld Character ID can be found on Inworld Studio
VITE_INWORLD_CHARACTER_ID=
# The Inworld Scene ID can be found on Inworld Studio
VITE_INWORLD_SCENE_ID=
# The URI to the generate token server.
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 et in config.json.
# Download asset files at=https://storage.googleapis.com/innequin-assets/v6/innequin-assets-v6.zip
VITE_INNEQUIN_BASE_URI=/assets/v6
# The path to the configuration
VITE_INNEQUIN_CONFIG_URI=/assets/v6/config_male.json
# Draco Compression Library URI
VITE_DRACO_COMPRESSION_URI=/draco-gltf/
# If debug logging is outputted
VITE_DEBUG=true
