Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Blakkis/PyGLMaze
/ loadTexture3D
Method
loadTexture3D
pymaze/textures.py:100–101 ·
view source on GitHub ↗
(cls, name, path)
Source
from the content-addressed store, hash-verified
98
99
@classmethod
100
def
loadTexture3D(cls, name, path):
101
cls.textures3D[name] = PWTexture3D(path)
102
103
@classmethod
104
def
getTexture3D(cls, name):
Callers
1
parseTextures
Method · 0.80
Calls
1
PWTexture3D
Class · 0.85
Tested by
no test coverage detected