Esempio n. 1
0
 def __init__(self, world, entity):
     AttachableCamera.__init__(self, entity)
     self.world = world
     if not self.standardProjection:
         self.standardProjection = Graphics.Projection(
             float(4 / 3), 0.1, 300, 90.0)
     self.projection = self.standardProjection
Esempio n. 2
0
	def update(self, frametime):
		AttachableCamera.update(self, frametime)
Esempio n. 3
0
	def __init__(self, world, entity):
		AttachableCamera.__init__(self, entity )
		self.world  = world
		if not self.standardProjection:
			self.standardProjection = Graphics.Projection( float(4/3), 0.1, 300,90.0)
		self.projection = self.standardProjection
Esempio n. 4
0
 def update(self, frametime):
     AttachableCamera.update(self, frametime)