Atom sample viewer project for the Open 3D Engine

Chris Galvan 2f9af5c7b3 Merge pull request #293 from aws-lumberyard-dev/cgalvan/gitflow_211130_atomsampleviewer_main 3 年之前
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) 4 年之前
Gem c2c170b748 Set initial lighting preset to Palermo Sidewalk (#291) 3 年之前
Materials e954977baf Added the lighting preset control the SSR sample, and a mirror ground plane material 3 年之前
Objects c705d7c29a Added a new screenshot test for ThinObject transmission. 3 年之前
Passes 196e8ab3c7 Add Soak Test To Validate reload notifications of Shader related assets (#260) 3 年之前
Registry b0a9d0f1d6 ATOM-15549 [RHI][Vulkan][Android] Add sponza from AtomContent to replace as model for samples using bistro 4 年之前
Scripts 2d34bf6cd7 Resolved merge conflicts. 3 年之前
ShaderLib 4b46cbbe01 ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#215) 3 年之前
ShaderVariants ce8b718248 Removed subsurface scattering and transmission features from StandardPBR.materialtype. 4 年之前
Shaders 196e8ab3c7 Add Soak Test To Validate reload notifications of Shader related assets (#260) 3 年之前
Standalone ac637b6921 AtomSampleViewerApplication standalone launch fix for changes to startup. 3 年之前
Textures d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 年之前
.gitattributes 69567068fb Initial commit 4 年之前
.gitignore d49091092d Create Jenkins AR jobs for ASV 4 年之前
.lfsconfig 16d75c8e78 Updating .lfsconfig instructions 4 年之前
AssetProcessorGamePlatformConfig.setreg d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 年之前
CMakeLists.txt 3e1df4985c Shorten copyright headers by splitting into 2 lines 4 年之前
EngineFinder.cmake 3e1df4985c Shorten copyright headers by splitting into 2 lines 4 年之前
LICENSE.txt 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) 4 年之前
LICENSE_APACHE2.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) 4 年之前
LICENSE_MIT.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) 4 年之前
README.md 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) 4 年之前
atomsampleviewer_asset_files.cmake 4b46cbbe01 ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#215) 3 年之前
game.cfg 69567068fb Initial commit 4 年之前
generate_asset_cmake.bat 3e1df4985c Shorten copyright headers by splitting into 2 lines 4 年之前
project.json 69567068fb Initial commit 4 年之前

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.