Atom sample viewer project for the Open 3D Engine

Qing Tao d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 anos atrás
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) 4 anos atrás
Gem d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 anos atrás
Materials 248360a7c9 removing jira references from tests 4 anos atrás
Objects 2bc0d761ea Merge remote-tracking branch 'origin/main' into Atom/santorac/NewLayeringWorkflow 4 anos atrás
Passes 6c6070227f ATOM-4782 Remove transparentPassSrg from ASV (#92) 4 anos atrás
Registry b0a9d0f1d6 ATOM-15549 [RHI][Vulkan][Android] Add sponza from AtomContent to replace as model for samples using bistro 4 anos atrás
Scripts d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 anos atrás
ShaderLib 4b7a82818d Removed ShaderLib/raytracingscenesrg.srgi 4 anos atrás
ShaderVariants ce8b718248 Removed subsurface scattering and transmission features from StandardPBR.materialtype. 4 anos atrás
Shaders c8c4e4ad29 Addressing a shader build fix 4 anos atrás
Standalone fccbb7aa1c removing Trace;;Error from unexpected lines to unblock progress 4 anos atrás
Textures d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 anos atrás
.gitattributes 69567068fb Initial commit 4 anos atrás
.gitignore d49091092d Create Jenkins AR jobs for ASV 4 anos atrás
.lfsconfig 63c6fe0c96 Updating lfs endpoint 4 anos atrás
AssetProcessorGamePlatformConfig.setreg d5403933d8 ATOM-15691 Remove/Replace Sample Env, Update ASV tests (#95) 4 anos atrás
CMakeLists.txt 6c20d66ac6 Adding back add_subdirectory call ... 4 anos atrás
EngineFinder.cmake 8aeb28bcfe Adding the EngineFinder.cmake file which is required to allow the (#45) 4 anos atrás
LICENSE.txt 69567068fb Initial commit 4 anos atrás
README.md 69567068fb Initial commit 4 anos atrás
atomsampleviewer_asset_files.cmake 63f0d2510b renamed to sponza 4 anos atrás
game.cfg 69567068fb Initial commit 4 anos atrás
generate_asset_cmake.bat 8ae4f4b111 added comment 4 anos atrás
project.json 69567068fb Initial commit 4 anos atrás

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.