MCPcopy Create free account
hub / github.com/city-super/Scaffold-GS / ViewBase

Method ViewBase

SIBR_viewers/src/core/view/ViewBase.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace sibr
17{
18 ViewBase::ViewBase(const unsigned int w, const unsigned int h)
19 {
20 _resolution = Vector2i(w, h);
21 _whichRT = 6; // poisson filling
22 }
23
24 void ViewBase::onUpdate(Input& input, const Viewport & vp) {
25 onUpdate(input);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected