Atom sample viewer project for the Open 3D Engine

Nicholas Lawson 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) před 4 roky
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) před 4 roky
Gem fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
Materials fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
Objects 18cbbe8ce4 Merge pull request #117 from aws-lumberyard-dev/Atom/tonypeng/ATOM-15549-delete-assets před 4 roky
Passes 3ca9cb9a3a Fixes for ATOM-15792 and ATOM-15793 před 4 roky
Registry b0a9d0f1d6 ATOM-15549 [RHI][Vulkan][Android] Add sponza from AtomContent to replace as model for samples using bistro před 4 roky
Scripts e7f5cf7262 Merge pull request #154 from aws-lumberyard-dev/2016/antonmic/diffuse před 4 roky
ShaderLib fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
ShaderVariants ce8b718248 Removed subsurface scattering and transmission features from StandardPBR.materialtype. před 4 roky
Shaders fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
Standalone fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
Textures d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) před 4 roky
.gitattributes 69567068fb Initial commit před 4 roky
.gitignore d49091092d Create Jenkins AR jobs for ASV před 4 roky
.lfsconfig 13c8434209 Update .lfsconfig před 4 roky
AssetProcessorGamePlatformConfig.setreg d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) před 4 roky
CMakeLists.txt fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
EngineFinder.cmake fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
LICENSE.txt 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) před 4 roky
LICENSE_APACHE2.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) před 4 roky
LICENSE_MIT.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) před 4 roky
README.md 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) před 4 roky
atomsampleviewer_asset_files.cmake fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
game.cfg 69567068fb Initial commit před 4 roky
generate_asset_cmake.bat fbc377a2d5 Final update copyright headers to reference license files at the repo root (#152) před 4 roky
project.json 69567068fb Initial commit před 4 roky

README.md

Atom SampleViewer Project

Download and Install

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.

Create a Git Personal Access Token

You will need your personal access token credentials to authenticate when you clone the repository.

Create a personal access token with the 'repo' scope.

(Recommended) Verify you have a credential manager installed to store your credentials

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

Clone the repository

> 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.

License

For terms please see the LICENSE*.TXT file at the root of this distribution.