bx-1316-refactoring #14

Merged
ksenia_mikhailova merged 46 commits from bx-1316-refactoring into dev 2024-08-28 15:06:52 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fd434665ba - Show all commits

View File

@ -16,7 +16,7 @@ const makePostProcess = () => {
const renderPass = new RenderPass(scene.value, camera.value);
const outlinePass = new OutlinePass( new Vector2( window.innerWidth, window.innerHeight ), scene.value, camera.value)
const outputPass = new OutputPass();
composer.passes = [renderPass, outlinePass, outputPass]
// composer.passes = [renderPass, outlinePass, outputPass]
}
}
makePostProcess()