Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pmndrs/postprocessing
/ render
Method
render
demo/src/demos/PostProcessingDemo.js:49–59 ·
view source on GitHub ↗
(deltaTime, timestamp)
Source
from the content-addressed store, hash-verified
47
}
48
49
render(deltaTime, timestamp) {
50
51
if
(this.controls !== null) {
52
53
this.controls.update(timestamp);
54
55
}
56
57
this.composer.render(deltaTime);
58
59
}
60
61
reset() {
62
Callers
1
index.js
File · 0.45
Calls
1
update
Method · 0.45
Tested by
no test coverage detected