-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3696.6c1688b5380783cd9763.bundle.js
More file actions
41 lines (41 loc) · 1.39 KB
/
3696.6c1688b5380783cd9763.bundle.js
File metadata and controls
41 lines (41 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
"use strict";
(self.webpackChunkmetapress = self.webpackChunkmetapress || []).push([
[3696], {
73696: (e, s, n) => {
n.r(s), n.d(s, {
default: () => r
});
var i = n(62371);
class r {
id = "core.render.ambient-occlusion";
name = "Ambient Occlusion";
description = "Adds ambient occlusion to the scene.";
version = "1.0.0";
requires = [];
provides = ["ambientOcclusion"];
onLoad() {}
ssaoeffect = {
blendFunction: i.YQ.MULTIPLY,
samples: 8,
rings: 3,
distanceThreshold: .05,
distanceFalloff: .03,
rangeThreshold: .5,
rangeFalloff: .15,
luminanceInfluence: .9,
radius: .5,
scale: .5,
bias: .1,
resolutionScale: 1
};
isEnabled = !0;
$renderer_getPipelineEffects(e) {
if (!this.isEnabled) return [];
let s = new i.bn(e, void 0, this.ssaoeffect);
return s.priority = -10, [s]
}
$renderer_getPipelinePasses(e) {}
}
}
}
]);