This commit is the equivalent of a atomic bomb

This commit is contained in:
2026-02-15 08:08:56 -03:00
commit e4ac56b038
6934 changed files with 916278 additions and 0 deletions

View 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"
// };
//};
};