Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
droettger opened this issue May 7, 2024 · 2 comments

Comments

@droettger
Copy link

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
Copy link
Contributor

DRx3D commented May 12, 2024

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?

@echadwick-artist
Copy link
Contributor

I'm interested in remaking this scene, with pbr materials and consistent texel density.

Perhaps I could start with an existing city asset (like this one), then optimize and animate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants