Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JasonLSC/GSCodec_Studio
/ set_scene_rep
Method
set_scene_rep
examples/simple_viewer_dyn.py:207–208 ·
view source on GitHub ↗
(self, scene_rep)
Source
from the content-addressed store, hash-verified
205
# self.scene_rep = DynGSRenderer(args)
206
207
def
set_scene_rep(self, scene_rep):
208
self.scene_rep = scene_rep
209
210
def
render(self, camera, timestamp):
211
if
self.gui_show_depth.value:
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected