Archive 17/01/2023.

Simplified sponza scene for Urho3D

Lumak

I created a repository for a simplified sponza scene with Urho3D .mdl models here https://github.com/Lumak/Urho3D-Assets derived from Crytek’s obj file.
For a full version, there’s a link on the respository to Crytek’s obj file which you can download.
The scene file is SponzaSimple/SceneSponzaSimple.xml file.

Probably useful if you’re doing any kind of GI testing.

Egorbo

Looks great, Lumak!!

Screenshot:

Lumak

I hope you find it useful.

weitjong

Thanks for that! Keep it up. I think it will be even more useful for newcomer if you add a short description on how it was done, i.e. through which importer tool and using what parameters, etc.

dragonCASTjosh

Any chance for a PBR version :slight_smile:

Lumak

That might be useful.

[size=150]AssetImporter - how to import scene asset:[/size]
Setup: using Crytek’s sponza.obj model as an example.
-create a bin\Sponza folder
-copy sponza.obj to bin\Sponza folder along with *.mtl and all its *.tga files
-open a command line in your build project\bin\tools folder
-type:

AssetImporter.exe scene …\Sponza\sponza.obj …\Sponza\SceneSponza.xml

note* the use of the [color=#0000FF]scene [/color] option.
-open Editor (bin/Editor.bat), open SceneSponza.xml and verify the scene and make any adjustments.

Not interested in doing this. I just wanted to provide a common, prevalent scene typically used for gi testing.

weitjong

Thanks for the quick response. Although I was actually hoping the brief notes to be somewhere in your asset repo instead of this forum post, for the benefit of your reader who may visit your repo first and not this forum.

Lumak

Also not interested in doing this. I did, however, added a link to this thread on the repository.