Archive 17/01/2023.

How to use pbr in urho3d?

tbutton2005

hi. how to use pbr in urho3d?

jmiller

Hi,

The 42_PBRMaterials sample demonstrates PBR. C++ version for reference:
https://github.com/urho3d/Urho3D/tree/master/Source/Samples/42_PBRMaterials

Its scene file
https://github.com/urho3d/Urho3D/blob/master/bin/Data/Scenes/PBRExample.xml
also references some resources in the bin/AutoLoad directory
https://github.com/urho3d/Urho3D/tree/master/bin/Autoload/LargeData

Extended material definitions, roughness-metallic maps, HDR skybox maps…

There are a number of PBR-related threads, some with more implementation details.

related docs (non-PBR-specific)
materials
render path

Leith

Yeah I kind of avoided replying to this one, because there is a decent demo, but then I went and looked in the sourcecode for tutorial 42, and found it lacking in detail. There is almost nothing to learn from the sourcecode, and given that it is the flagship product for educating the public how to use it, I find it lacking, and mostly, in substance.