Atom sample viewer project for the Open 3D Engine
|
há 4 anos atrás | |
---|---|---|
Config | há 4 anos atrás | |
Gem | há 4 anos atrás | |
Materials | há 4 anos atrás | |
Objects | há 4 anos atrás | |
Passes | há 4 anos atrás | |
Registry | há 4 anos atrás | |
Scripts | há 4 anos atrás | |
ShaderLib | há 4 anos atrás | |
Shaders | há 4 anos atrás | |
Standalone | há 4 anos atrás | |
Textures | há 4 anos atrás | |
.gitattributes | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.lfsconfig | há 4 anos atrás | |
AssetProcessorGamePlatformConfig.ini | há 4 anos atrás | |
CMakeLists.txt | há 4 anos atrás | |
Config.xml | há 4 anos atrás | |
LICENSE.txt | há 4 anos atrás | |
README.md | há 4 anos atrás | |
atomsampleviewer_asset_files.cmake | há 4 anos atrás | |
game.cfg | há 4 anos atrás | |
gems.json | há 4 anos atrás | |
generate_asset_cmake.bat | há 4 anos atrás | |
project.json | há 4 anos atrás |
Welcome to the Project Spectra Private Preview. This is a confidential pre-release project; your use is subject to the nondisclosure agreement between you (or your organization) and Amazon. Do not disclose the existence of this project, your participation in it, or any of the materials provided, to any unauthorized third party. To request access for a third party, please contact Royal O'Brien, [email protected].
This repository uses Git LFS for storing large binary files. You will need to create a Github personal access token to authenticate with the LFS service.
You will need your personal access token credentials to authenticate when you clone the repository.
Create a personal access token with the 'repo' scope.
Recent versions of Git install a credential manager to store your credentials so you don't have to put in the credentials for every request.
It is highly recommended you check that you have a credential manager installed and configured
> git clone https://github.com/aws/o3de-atom-sampleviewer.git
Cloning into 'o3de-atom-sampleviewer'...
# initial prompt for credentials to download the repository code
# enter your Github username and personal access token
remote: Counting objects: 29619, done.
Receiving objects: 100% (29619/29619), 40.50 MiB | 881.00 KiB/s, done.
Resolving deltas: 100% (8829/8829), done.
Updating files: 100% (27037/27037), done.
# second prompt for credentials when downloading LFS files
# enter your Github username and personal access token
Filtering content: 100% (3853/3853), 621.43 MiB | 881.00 KiB/s, done.
If you have the Git credential manager core installed, you should not be prompted for your credentials anymore.
For terms please see the LICENSE*.TXT file at the root of this distribution.