We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fab7c commit 16c279dCopy full SHA for 16c279d
packages/front/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/components-front",
3
"description": "Collection of frontend tools to author BIM apps.",
4
- "version": "3.1.4",
+ "version": "3.1.5",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/front/src/core/PostproductionRenderer/src/index.ts
@@ -55,6 +55,11 @@ export class Postproduction {
55
if (value && !this._initialized) {
56
this.initialize();
57
}
58
+ if (!value) {
59
+ for (const material of this.basePass.isolatedMaterials) {
60
+ material.visible = true;
61
+ }
62
63
64
65
get aoPass() {
0 commit comments