MCPcopy Create free account
hub / github.com/ICE27182/Python-3D-renderer / change_default_loading_dir

Method change_default_loading_dir

pyrender.py:232–236  ·  view source on GitHub ↗
(self, dir:str)

Source from the content-addressed store, hash-verified

230
231
232 def change_default_loading_dir(self, dir:str):
233 dir = dir.replace("\\", "/")
234 if not dir.endswith("/"):
235 dir += "/"
236 self.default_obj_dir = dir
237
238
239 def calculate_face_normals(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected