2641
General Discussion / Re: Pload's Prison Escape
« on: April 30, 2012, 04:16:29 PM »How about... Rotating the camera?can you edit cameras that are locked in one direction? lets say i force the camera to look down
Code: [Select]
datablock PathCameraData(EventCam)
{
cameraMaxDist = 0;
cameraMinDist = 0;
cameraDefaultFov = 90;
cameraMinFov = 10;
cameraMaxFov = 150;
}
%rot = "1 0 0 90";
%cam = new PathCamera()
{
dataBlock = EventCam;
position = %camBrick.position;
rotation = %rot;
};can i freely adjust how it rotates?

