Atom sample viewer project for the Open 3D Engine

moraaar a69b9a2631 Add missing platform projects, necessary for Android. (#470) преди 3 години
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) преди 4 години
Gem a37f0049a6 Fixed a timing issue in MaterialHotReloadTest. When there were many AssetBuilder.exe processes running, many reload operations seemed to happen on the same frame, which made that frame to take the entire IdleSeconds(0.25). Since the shader reloading process can span multiple frames, this was not enough of a delay. So I made the test idle for 0.25s plus 2 frames. преди 3 години
Materials 4bc8b074a0 updating ASV materials for fullscreen shadow changes преди 3 години
Objects 595ad6ff2f Add Eye material sample and test преди 3 години
Passes 91301a00c0 ASV update for Fullscreen Shadows преди 3 години
Platform a69b9a2631 Add missing platform projects, necessary for Android. (#470) преди 3 години
Registry 178c1b0398 Fixed AssetProcessor settings hierarchy in the (#369) преди 3 години
Scripts 1d92a6f048 Merge pull request #467 from aws-lumberyard-dev/Atom/antonmic/reEnableReadbackTest преди 3 години
ShaderLib 4b46cbbe01 ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#215) преди 3 години
ShaderVariants 3ba7f9a0cc updating shader variant lists преди 3 години
Shaders 64499f0e2e All compilation flags required for shader (#355) преди 3 години
Standalone 82c2ffd05a bumping the timout for the test run преди 3 години
Textures d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) преди 4 години
cmake 833debb39a Redcode/driller removal (#299) преди 3 години
.gitattributes 69567068fb Initial commit преди 4 години
.gitignore d49091092d Create Jenkins AR jobs for ASV преди 4 години
.lfsconfig bc5b5862eb Gitflow 7/16/21 - Atom Sample Viewer (#172) преди 4 години
CMakeLists.txt 833debb39a Redcode/driller removal (#299) преди 3 години
LICENSE.txt d040aad81e o3de-atom-sampleviewer developent - license change (#149) преди 4 години
LICENSE_APACHE2.TXT d040aad81e o3de-atom-sampleviewer developent - license change (#149) преди 4 години
LICENSE_MIT.TXT d040aad81e o3de-atom-sampleviewer developent - license change (#149) преди 4 години
README.md d040aad81e o3de-atom-sampleviewer developent - license change (#149) преди 4 години
atomsampleviewer_asset_files.cmake ca30117440 Re-enabling Readback test in ASV now that TDR is resolved преди 3 години
game.cfg 69567068fb Initial commit преди 4 години
generate_asset_cmake.bat 3e1df4985c Shorten copyright headers by splitting into 2 lines преди 4 години
project.json c3ef7b1b4a Atom sample viewer gem updates (#365) преди 3 години

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.