KhronosGroup / glTF-Sample-Assets

To store all models and other assets related to glTF
255 stars 30 forks source link

VirtualCity model is not defining any lights and is closed by a single-sided dome #121

Open droettger opened 1 month ago

droettger commented 1 month ago

The VirtualCity model will look completely black in a global illumination renderer because none of the materials define any emission and the city is enclosed by a single-sided dome geometry.

It works when switching all materials to unlit.

The right way to implement self-illuminating objects (the surrounding dome, lit windows on the buildings) would have been to assign the textures currently used for the baseColorTexture to the emissiveTexture with an emissiveFactor of white (also or instead, depending on the intended surface material look).

DRx3D commented 1 month ago

We are looking for a replacement that illustrates moving models and animated cameras done in current style of model building and scene design. Do you any recommendations?