This commit is the equivalent of a atomic bomb
This commit is contained in:
83
braf_armored/BRAF_Guarani/GuaraniPIP.hpp
Normal file
83
braf_armored/BRAF_Guarani/GuaraniPIP.hpp
Normal file
@@ -0,0 +1,83 @@
|
||||
class RenderTargets
|
||||
{
|
||||
class Remax_display
|
||||
{
|
||||
renderTarget="rendertarget0";
|
||||
class CameraView1
|
||||
{
|
||||
pointPosition="rendertarget0_pos";
|
||||
pointDirection="rendertarget0_dir";
|
||||
renderVisionMode=2;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
turret[]={0};
|
||||
};
|
||||
BBoxes[]=
|
||||
{
|
||||
"REMAX_TL",
|
||||
"REMAX_TR",
|
||||
"REMAX_BL",
|
||||
"REMAX_BR"
|
||||
};
|
||||
};
|
||||
class Commander_PiPL
|
||||
{
|
||||
renderTarget="rendertarget1";
|
||||
class CameraView1
|
||||
{
|
||||
pointPosition="PIP1_pos";
|
||||
pointDirection="PIP1_dir";
|
||||
renderVisionMode=0;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
};
|
||||
};
|
||||
class Commander_PiPC
|
||||
{
|
||||
renderTarget="rendertarget2";
|
||||
class CameraView2
|
||||
{
|
||||
pointPosition="PIP2_pos";
|
||||
pointDirection="PIP2_dir";
|
||||
renderVisionMode=0;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
};
|
||||
};
|
||||
class Commander_PiPR
|
||||
{
|
||||
renderTarget="rendertarget3";
|
||||
class CameraView2
|
||||
{
|
||||
pointPosition="PIP3_pos";
|
||||
pointDirection="PIP3_dir";
|
||||
renderVisionMode=0;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
};
|
||||
};
|
||||
class Left_mirror
|
||||
{
|
||||
renderTarget="rendertarget6";
|
||||
class CameraView2
|
||||
{
|
||||
pointPosition="PIP6_pos";
|
||||
pointDirection="PIP6_dir";
|
||||
renderVisionMode=4;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
};
|
||||
};
|
||||
class Right_mirror
|
||||
{
|
||||
renderTarget="rendertarget7";
|
||||
class CameraView2
|
||||
{
|
||||
pointPosition="PIP7_pos";
|
||||
pointDirection="PIP7_dir";
|
||||
renderVisionMode=4;
|
||||
renderQuality=2;
|
||||
fov=0.69999999;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user