MCPcopy Create free account
hub / github.com/aosabook/500lines / render_self

Method render_self

modeller/code/node.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 glPopMatrix()
36
37 def render_self(self):
38 raise NotImplementedError("The Abstract Node Class doesn't define 'render_self'")
39
40 def translate(self, x, y, z):
41 self.translation_matrix = numpy.dot(self.translation_matrix, translation([x, y, z]))

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected