MCPcopy Create free account
hub / github.com/ai4ce/RAP / SH2RGB

Function SH2RGB

utils/sh_utils.py:115–116  ·  view source on GitHub ↗
(sh)

Source from the content-addressed store, hash-verified

113 return (rgb - 0.5) / C0
114
115def SH2RGB(sh):
116 return sh * C0 + 0.5

Callers 1

readNerfSyntheticInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected