Atom sample viewer project for the Open 3D Engine

moudgils 198624288b Updates related to Dxc update 4 tahun lalu
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) 4 tahun lalu
Gem b0b80302c7 Merge pull request #59 from aws-lumberyard-dev/Atom/dmcdiar/ATOM-13575 4 tahun lalu
Materials 997dada2d6 Merging main 4 tahun lalu
Objects 4e65799c97 Replace stanford bunny with new geo, replaced blender suzanne with new geo (legal audit). 4 tahun lalu
Passes 118e3e4988 ATOM-4661 (ASV) (#54) 4 tahun lalu
Registry 05dbcd9d8e Integrating through commit 90f050496 4 tahun lalu
Scripts a4348a8311 updating asv test 4 tahun lalu
ShaderLib 4b7a82818d Removed ShaderLib/raytracingscenesrg.srgi 4 tahun lalu
ShaderVariants 785211ea6e Used ShaderManagementConsole to update the shadervariantlist files. 4 tahun lalu
Shaders 198624288b Updates related to Dxc update 4 tahun lalu
Standalone ec10a32f70 putting periodic test back to 1200 second timeout 4 tahun lalu
Textures 14cd0c1901 This cubemap is on a CC atribution license, so we just need to drop this file here. 4 tahun lalu
.gitattributes 69567068fb Initial commit 4 tahun lalu
.gitignore e2eee38386 Add Cache folders to gitignore file 4 tahun lalu
.lfsconfig 63c6fe0c96 Updating lfs endpoint 4 tahun lalu
AssetProcessorGamePlatformConfig.setreg 4029600a96 Integrating latest from github/staging 4 tahun lalu
CMakeLists.txt 6c20d66ac6 Adding back add_subdirectory call ... 4 tahun lalu
EngineFinder.cmake 8aeb28bcfe Adding the EngineFinder.cmake file which is required to allow the (#45) 4 tahun lalu
LICENSE.txt 69567068fb Initial commit 4 tahun lalu
README.md 69567068fb Initial commit 4 tahun lalu
atomsampleviewer_asset_files.cmake 69567068fb Initial commit 4 tahun lalu
game.cfg 69567068fb Initial commit 4 tahun lalu
generate_asset_cmake.bat 69567068fb Initial commit 4 tahun lalu
project.json 69567068fb Initial commit 4 tahun lalu

README.md

Atom SampleViewer Project - Project Spectra Private Preview

Confidentiality; Pre-Release Access

Welcome to the Project Spectra Private Preview. This is a confidential pre-release project; your use is subject to the nondisclosure agreement between you (or your organization) and Amazon. Do not disclose the existence of this project, your participation in it, or any of the materials provided, to any unauthorized third party. To request access for a third party, please contact Royal O'Brien, [email protected].

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