Skip to content

Commit

Permalink
Initial commit from internal XeSS-VALAR-Demo repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ariakraf committed Mar 10, 2023
1 parent 43d0a2c commit dc56f0f
Show file tree
Hide file tree
Showing 2,718 changed files with 803,854 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@
*.exe
*.out
*.app

# Build output directory
build
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "xess"]
path = xess
url = https://github.com/intel/xess
Binary file added Assets/Particle/fire.dds
Binary file not shown.
64 changes: 64 additions & 0 deletions Assets/Particle/particles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"ParticleEmitters": [
{
"TexturePath": "Particle/sparkTex.dds",
"MinStartColor": [ 1, 1, 1, 0 ],
"MaxStartColor": [ 1, 1, 1, 0 ],
"MinEndColor": [ 1, 1, 1, 0 ],
"MaxEndColor": [ 1, 1, 1, 0 ],
"TotalActiveLifetime": 0.0,
"Size": [ 4, 8, 4, 8 ],
"Velocity": [ 20, 200, 50, 180 ],
"LifeMinMax": [ 1, 3 ],
"MassMinMax": [ 4.5, 15 ],
"EmitProperties": {
"Gravity": [ 0, -100, 0 ],
"FloorHeight": -0.5,
"EmitPosW": [ -1200, 185, -445 ],
"LastEmitPosW": [ -1200, 185, -445 ],
"MaxParticles": 800
},
"EmitRate": 64,
"Spread": [ 20, 50, 0.1 ]
},

{
"TexturePath": "Particle/smoke.dds",
"TotalActiveLifetime": 0.0,
"EmitProperties": {
"MaxParticles": 25,
"EmitPosW": [ 1120, 185, -445 ],
"LastEmitPosW": [ 1120, 185, -445 ]
},
"EmitRate": 64,
"LifeMinMax": [ 2.5, 4 ],
"Size": [ 60, 108, 30, 208 ],
"Velocity": [ 30, 30, 10, 40 ],
"MassMinMax": [ 1, 3.5 ],
"Spread": [ 60, 70, 20 ]
},

{
"TexturePath": "Particle/fire.dds",
"TotalActiveLifetime": 0.0,
"MinStartColor": [ 8, 8, 8, 0 ],
"MaxStartColor": [ 8, 8, 8, 0 ],
"MinEndColor": [ 8, 8, 8, 0 ],
"MaxEndColor": [ 8, 8, 8, 0 ],

"Size": [ 54, 68, 0.1, 0.3 ],
"Velocity": [ 10, 30, 50, 50 ],
"LifeMinMax": [ 1, 3 ],
"MassMinMax": [ 10.5, 14.0 ],
"EmitProperties": {
"Gravity": [ 0, 1, 0 ],
"EmitPosW": [ 1120, 125, 405 ],
"LastEmitPosW": [ 1120, 125, 405 ],
"MaxParticles": 25
},
"EmitRate": 64,
"Spread": [1, 60, 0.1]
}

]
}
Binary file added Assets/Particle/smoke.dds
Binary file not shown.
Binary file added Assets/Particle/sparkTex.dds
Binary file not shown.
1 change: 1 addition & 0 deletions Assets/Sponza/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The original PBR version of Sponza within MiniEngine is modifed to reduce the overal size.
Binary file added Assets/Sponza/pbr/background_baseColor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/background_normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/chain_texture_baseColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/chain_texture_normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions Assets/Sponza/pbr/copyright.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
PBR textures for the Sponza model.
For more informations: www.alexandre-pestana.com


Original copyright:

July 14, 2011 Morgan McGuire modified the model from Crytek's OBJ
export to correct some small errors. He computed bump maps from the
normal maps using <a
href="http://cs.williams.edu/~morgan/code/">normal2bump.cpp</a> (since
MTL files expect height bumps, not normals), put the "mask" textures
into the alpha channel of the associated diffuse texture, cleaned up
noise in the masks, created the missing gi_flag.tga texture, and
removed the long untextured banner floating in the middle of the
atrium that appears in the file but in none of the published images of
the model. The banner is in banner.obj.



http://www.crytek.com/cryengine/cryengine3/downloads


Sponza Model
August 19, 2010
The Atrium Sponza Palace, Dubrovnik, is an elegant and improved model created by Frank Meinl. The original Sponza model was created by Marko Dabrovic in early 2002. Over the years, the Sponza Atrium scene has become one of the most popular 3D scenes for testing global illumination and radiosity due to it's specific architectural structure which is particularly complex for global illumination light.

However, nowadays it is considered as a simple model, thus it was decided to crate a new model with highly improved appearance and scene complexity. It is donated to the public for radiosity and is represented in several different formats (3ds, Obj) for use with various commercial 3D applications and renderers.


Screenshot from the I3D paper
http://crytek.com/sites/default/files/20100301_lpv.pdf
Binary file added Assets/Sponza/pbr/lion_baseColor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/lion_metallicRoughness.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/lion_normal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Sponza/pbr/sponza2.bin
Binary file not shown.
Loading

0 comments on commit dc56f0f

Please sign in to comment.