Atom sample viewer project for the Open 3D Engine

Chris Santora ce8b718248 Removed subsurface scattering and transmission features from StandardPBR.materialtype. vor 4 Jahren
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) vor 4 Jahren
Gem f33a3ce4ba Merge remote-tracking branch 'upstream/main' into Atom/santorac/MaterialTypeCleanup vor 4 Jahren
Materials 248360a7c9 removing jira references from tests vor 4 Jahren
Objects 2bc0d761ea Merge remote-tracking branch 'origin/main' into Atom/santorac/NewLayeringWorkflow vor 4 Jahren
Passes 7cac6095c8 add connection to checkerboard pipeline for linear depth input of Transparentpass (#80) vor 4 Jahren
Registry b0a9d0f1d6 ATOM-15549 [RHI][Vulkan][Android] Add sponza from AtomContent to replace as model for samples using bistro vor 4 Jahren
Scripts 840d8174c1 ATOM-15549 update lightculling expected screenshots vor 4 Jahren
ShaderLib 4b7a82818d Removed ShaderLib/raytracingscenesrg.srgi vor 4 Jahren
ShaderVariants ce8b718248 Removed subsurface scattering and transmission features from StandardPBR.materialtype. vor 4 Jahren
Shaders c8c4e4ad29 Addressing a shader build fix vor 4 Jahren
Standalone ec10a32f70 putting periodic test back to 1200 second timeout vor 4 Jahren
Textures 14cd0c1901 This cubemap is on a CC atribution license, so we just need to drop this file here. vor 4 Jahren
.gitattributes 69567068fb Initial commit vor 4 Jahren
.gitignore d49091092d Create Jenkins AR jobs for ASV vor 4 Jahren
.lfsconfig 63c6fe0c96 Updating lfs endpoint vor 4 Jahren
AssetProcessorGamePlatformConfig.setreg 4029600a96 Integrating latest from github/staging vor 4 Jahren
CMakeLists.txt 6c20d66ac6 Adding back add_subdirectory call ... vor 4 Jahren
EngineFinder.cmake 8aeb28bcfe Adding the EngineFinder.cmake file which is required to allow the (#45) vor 4 Jahren
LICENSE.txt 69567068fb Initial commit vor 4 Jahren
README.md 69567068fb Initial commit vor 4 Jahren
atomsampleviewer_asset_files.cmake 63f0d2510b renamed to sponza vor 4 Jahren
game.cfg 69567068fb Initial commit vor 4 Jahren
generate_asset_cmake.bat 8ae4f4b111 added comment vor 4 Jahren
project.json 69567068fb Initial commit vor 4 Jahren

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.