View Full Version : How to program Camera


jcikal
Aug 13, 2006, 03:27 PM
What do I need to make the center the camera on a moving unit? which file or files do I need to tamper with? Thanks for any info.

Grey Fox
Aug 13, 2006, 04:50 PM
in python:
CyCamera().JustLookAtPlot(pUnit.plot())

Gerikes
Aug 13, 2006, 08:56 PM
in python:
CyCamera().JustLookAtPlot(pUnit.plot())


Also possibly helpful is...

CyCamera().LookAtUnit(pUnit)