Atom sample viewer project for the Open 3D Engine

Akio Gaule c1375edaf7 Add extra check 2 anni fa
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) 4 anni fa
Gem c1375edaf7 Add extra check 2 anni fa
Materials dc1178619d I found a way to merge the preMaterialAzsli and postMaterialAzsli into a single file, and still put the material type source code in the middle. 2 anni fa
Objects 595ad6ff2f Add Eye material sample and test 3 anni fa
Passes a279ff39e4 Merge pull request #552 from aws-lumberyard-dev/Atom/santorac/ExposeDeferredPipelineToMaterialEditor 2 anni fa
Platform a69b9a2631 Add missing platform projects, necessary for Android. (#470) 3 anni fa
Registry d0c8137528 Adds a new VR pipeline called MultiView to RPI Mesh sample (#549) 2 anni fa
Scripts 2a32a4ccbd Increased tolerance for material pipeline screenshots 2 anni fa
ShaderLib 4b46cbbe01 ATOM-16063 Remove SetShaderResourceGroupCallback in scene and update scene srg handling (#215) 3 anni fa
ShaderVariants 0183af4d02 Replaced references to a removed DefaultObjectSrg.azsli 2 anni fa
Shaders e66b463d8d VariableRateShading RHI sample 2 anni fa
Standalone c3381a5914 Fixes to get MaterialHotReloadTest working on Linux. 2 anni fa
Textures e66b463d8d VariableRateShading RHI sample 2 anni fa
cmake 833debb39a Redcode/driller removal (#299) 3 anni fa
.gitattributes 69567068fb Initial commit 4 anni fa
.gitignore d49091092d Create Jenkins AR jobs for ASV 4 anni fa
.lfsconfig bc5b5862eb Gitflow 7/16/21 - Atom Sample Viewer (#172) 4 anni fa
CMakeLists.txt 833debb39a Redcode/driller removal (#299) 3 anni fa
LICENSE.txt d040aad81e o3de-atom-sampleviewer developent - license change (#149) 4 anni fa
LICENSE_APACHE2.TXT d040aad81e o3de-atom-sampleviewer developent - license change (#149) 4 anni fa
LICENSE_MIT.TXT d040aad81e o3de-atom-sampleviewer developent - license change (#149) 4 anni fa
README.md d040aad81e o3de-atom-sampleviewer developent - license change (#149) 4 anni fa
atomsampleviewer_asset_files.cmake 76cb518a6f Merge pull request #486 from aws-lumberyard-dev/Atom/santorac/RemovedUnusedPasses 2 anni fa
game.cfg 69567068fb Initial commit 4 anni fa
generate_asset_cmake.bat da2d52e240 Proposed changes to remove material hot reloading and related notification buses from inside material assets and classes 2 anni fa
project.json c3ef7b1b4a Atom sample viewer gem updates (#365) 3 anni fa

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.