Defold PBR Asset

We’d like to share with you the new assets library for Physically Based Rendering! :partying_face:

This asset provides a base metallic-roughness PBR material and shader stack that can be used directly, or included by another extension that adds features such as image based lighting. This is a bit different from our Defold PBR extension as it’s meant to be a re-usable system for games, and it works with the new Light components :light_bulb:

We actually released it recently a bit quietly, because it requires 1.13.1 with new Defold Lights components (now in beta), but those of you who are working with beta, can test it now and 1.13.1 will be released soon anyway :slightly_smiling_face:

Read more information in the repository documentation:

17 Likes

Thank you for the asset! This will be useful when my 3D tutorial series starts :slight_smile:

2 Likes

If you’ll make something with a use of this asset, share with us! :heart:

3 Likes

Can anyone make this version look the same as: defold-pbr 1.0?
Which is the same as the model alone looks in Blender (aka nice and shiny).
I have tried by making the lights white, but it looks flat and dull. Any ideas?

The extension (not the asset) adds image based lighting from hdr environment maps, which is what’s making the model look shiny. The extension is using the asset library shaders and adds this on top. We are building the backend code to put this into the core engine, but for now I’d suggest using the extension + the asset library to get all the functionally

2 Likes