Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PJLab-ADG/OASim
/ exportSce
Method
exportSce
limsim/simModel/fixedScene/model.py:424–425 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
422
self.drawScene()
423
424
def
exportSce(self):
425
return
self.ls.exportScene()
426
427
def
render(self):
428
self.gui.update_inertial_zoom()
Callers
5
FixedSimExample.py
File · 0.45
FixedSimInterReplayExample.py
File · 0.45
InterReplayExample.py
File · 0.45
run
Method · 0.45
model_move_step
Method · 0.45
Calls
1
exportScene
Method · 0.45
Tested by
no test coverage detected