This commit is the equivalent of a atomic bomb
This commit is contained in:
73
braf_air2/braf_airplanes/braf_super_tucano/cfgPIP.hpp
Normal file
73
braf_air2/braf_airplanes/braf_super_tucano/cfgPIP.hpp
Normal file
@@ -0,0 +1,73 @@
|
||||
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"
|
||||
// };
|
||||
//};
|
||||
};
|
||||
Reference in New Issue
Block a user