Ejemplo n.º 1
0
    def step(self):
        """
        Is called on every world step to advance the simulation.
        """
        World.step(self)

        # a 2D perspective projection
        self.get_perspective_projection(self.spockplugin.clientinfo.position)
Ejemplo n.º 2
0
    def step(self):
        """
        Is called on every world step to advance the simulation.
        """
        World.step(self)

        # a 2D perspective projection
        self.get_perspective_projection(self.spockplugin.clientinfo.position)
Ejemplo n.º 3
0
 def step(self):
     """
     Is called on every world step to advance the simulation.
     """
     World.step(self)
     self.project_and_render(self.spockplugin.world.map.columns, self.spockplugin.clientinfo.position)
Ejemplo n.º 4
0
 def step(self):
     World.step(self)