Atom sample viewer project for the Open 3D Engine
|
il y a 3 semaines | |
---|---|---|
Config | il y a 4 ans | |
Gem | il y a 4 jours | |
Materials | il y a 3 semaines | |
Objects | il y a 2 ans | |
Passes | il y a 1 mois | |
Platform | il y a 3 ans | |
Registry | il y a 2 ans | |
ShaderLib | il y a 7 mois | |
Shaders | il y a 10 mois | |
Standalone | il y a 1 an | |
Textures | il y a 2 ans | |
cmake | il y a 2 ans | |
scripts | il y a 1 an | |
.clang-format | il y a 2 ans | |
.gitattributes | il y a 4 ans | |
.gitignore | il y a 2 ans | |
.lfsconfig | il y a 4 ans | |
CMakeLists.txt | il y a 2 ans | |
LICENSE.txt | il y a 4 ans | |
LICENSE_APACHE2.TXT | il y a 4 ans | |
LICENSE_MIT.TXT | il y a 4 ans | |
README.md | il y a 4 ans | |
atomsampleviewer_asset_files.cmake | il y a 1 an | |
game.cfg | il y a 4 ans | |
generate_asset_cmake.bat | il y a 2 ans | |
project.json | il y a 1 an |
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/o3de/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.