Пример #1
0
 def post(self):
     c = Viewer.Instance().camera
     c.position = (7, 7, 7)
     c.pointAt(Vec3(0, 0, 0), Vec3(0, 0, 1))
Пример #2
0
 def pre(self):
     c = Viewer.Instance().camera
     c.position = (0, 0, 10)
     c.pointAt(Vec3(0, 0, 0))