@@ -121,19 +121,16 @@
"imageProcessing"
],
"minimal": [
- "freeCamera",
- "hemisphericLight"
- ],
- "minimalWithBuilder": [
"meshBuilder",
"freeCamera",
"hemisphericLight"
"360Viewer": [
- "hemisphericLight",
+ "arcRotateCamera",
- "picking"
+ "picking",
+ "backgroundMaterial",
+ "videoDome"
]
},
"workloads": {
@@ -1076,7 +1076,9 @@
MaterialHelper.BindFogParameters(scene, mesh, this._activeEffect);
// image processing
- this._imageProcessingConfiguration.bind(this._activeEffect);
+ if (this._imageProcessingConfiguration) {
+ this._imageProcessingConfiguration.bind(this._activeEffect);
+ }
}
this._uniformBuffer.update();