Beispiel #1
0
	def spawn(self):
		orient = self.orientation.as_quat()
		cuid = B2D.b2CircleShape 
		cuid.m_p.Set(self.position)
		if (self.parent):
			self.joint = B2D.b2RevoluteJoint()
		return cuid