Starting to integrate mesh optimizer
This commit is contained in:
@@ -81,7 +81,7 @@ BasePass::BasePass(Gfx::PGraphics graphics, PScene scene) : RenderPass(graphics)
|
||||
skybox = Seele::Component::Skybox{
|
||||
.day = scene->getLightEnvironment()->getEnvironmentMap()->getSkybox(),
|
||||
.night = scene->getLightEnvironment()->getEnvironmentMap()->getSkybox(),
|
||||
.fogColor = Vector(0.1, 0.1, 0.8),
|
||||
.fogColor = Vector(0, 0, 0),
|
||||
.blendFactor = 0,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user