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

No lighting for a moment at level load #2344

Closed
theblooopz opened this issue Mar 31, 2019 · 2 comments
Closed

No lighting for a moment at level load #2344

theblooopz opened this issue Mar 31, 2019 · 2 comments

Comments

@theblooopz
Copy link
Contributor

For a moment it's black in both opengl and directx

Example

@theblooopz
Copy link
Contributor Author

relevant

for (U32 i = 0; i < activeLights.size(); ++i)
{
if (!getSceneManager()->mRenderedObjectsList.contains(activeLights[i]))
{
activeLights.erase(i);
--i;
}
}

@theblooopz
Copy link
Contributor Author

#2352

Areloch added a commit that referenced this issue Apr 6, 2019
Areloch added a commit to Areloch/GG-Torque3D that referenced this issue Jun 7, 2020
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

1 participant