Files

73 lines
1.3 KiB
C++

class RenderTargets
{
class Pilot_Mirror_Left
{
renderTarget="rendertarget0";
class CameraView1
{
pointPosition="pip0_pos";
pointDirection="pip0_dir";
renderQuality=2;
renderVisionMode=0;
fov=0.7;
};
};
class Pilot_Mirror_Right: Pilot_Mirror_Left
{
renderTarget="rendertarget1";
class CameraView1
{
pointPosition="pip1_pos";
pointDirection="pip1_dir";
};
};
class CoPilot_Mirror_Left: Pilot_Mirror_Left
{
renderTarget="rendertarget2";
class CameraView1
{
pointPosition="pip2_pos";
pointDirection="pip2_dir";
};
};
class CoPilot_Mirror_Right: Pilot_Mirror_Left
{
renderTarget="rendertarget3";
class CameraView1
{
pointPosition="pip3_pos";
pointDirection="pip3_dir";
};
};
//class FLIr_Render_Front
//{
// renderTarget="rendertarget4";
// class CameraView1
// {
// pointPosition="gunBeg";
// pointDirection="gunEnd";
// renderVisionMode=2;
// renderQuality=2;
// fov=0.69999999;
// turret[]={0};
// };
// BBoxes[]=
// {
// "FLIr0_TL",
// "FLIr0_TR",
// "FLIr0_BL",
// "FLIr0_BR"
// };
//};
//class FLIr_Render_Back: FLIr_Render_Front
//{
// renderTarget="rendertarget5";
// BBoxes[]=
// {
// "FLIr1_TL",
// "FLIr1_TR",
// "FLIr1_BL",
// "FLIr1_BR"
// };
//};
};