MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / render

Method render

examples/simple_viewer_dyn.py:210–214  ·  view source on GitHub ↗
(self, camera, timestamp)

Source from the content-addressed store, hash-verified

208 self.scene_rep = scene_rep
209
210 def render(self, camera, timestamp):
211 if self.gui_show_depth.value:
212 return self.scene_rep.render(camera, timestamp, "ED")
213 else:
214 return self.scene_rep.render(camera, timestamp, "RGB")
215
216 @torch.no_grad()
217 def update(self):

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected