MCPcopy
hub / github.com/yerfor/GeneFacePlusPlus / density

Method density

modules/radnerfs/renderer.py:113–114  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

111
112 # separated density and color query (can accelerate non-cuda-ray mode.)
113 def density(self, x):
114 raise NotImplementedError()
115
116 def color(self, x, d, mask=None, **kwargs):
117 raise NotImplementedError()

Callers 1

update_extra_stateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected