mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 08:56:02 +02:00
added shadows to particles
This commit is contained in:
parent
18cbb2d00f
commit
08591481a6
1 changed files with 1 additions and 0 deletions
|
@ -2920,6 +2920,7 @@ void Application::updateShadowMap() {
|
|||
glTranslatef(translation.x, translation.y, translation.z);
|
||||
|
||||
renderAvatars(true);
|
||||
_particles.render();
|
||||
|
||||
glPopMatrix();
|
||||
|
||||
|
|
Loading…
Reference in a new issue