Advertisement
Guest User

model.cfg

a guest
Dec 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 21.65 KB | None | 0 0
  1. //© PABOLEX
  2.  
  3. class CfgSkeletons
  4. {
  5.     class ventilo_Skeleton
  6.     {
  7.         isDiscrete=1;
  8.         skeletonInherit = "";
  9.         skeletonBones[]=
  10.         {
  11.             "elices","elices_axis",
  12.             "speed_bottom","bottom_axis"
  13.         };
  14.     };
  15.    
  16.     class imp3d_Skeleton
  17.     {
  18.         isDiscrete=1;
  19.         skeletonInherit = "";
  20.         skeletonBones[]=
  21.         {
  22.             "door_3d","door3d_axis",
  23.             "imp_3d","imp3d_axis",
  24.             "change_image_3d"
  25.         };
  26.     };
  27.    
  28.     class ce_Skeleton
  29.     {
  30.         isDiscrete=1;
  31.         skeletonInherit = "";
  32.         skeletonBones[]=
  33.         {
  34.             "ce_tirroir","cetirroir_axis",
  35.             "money_take","take_money",
  36.             "screen_axis"
  37.         };
  38.     };
  39.    
  40.     class mbp_Skeleton
  41.     {
  42.         isDiscrete=1;
  43.         skeletonInherit = "";
  44.         skeletonBones[]=
  45.         {
  46.             "clapet_mbp","clapetmbp_axis",
  47.             "screen_mbp","screenmbp_axis"
  48.         };
  49.     };
  50.    
  51.     class ecranp_Skeleton
  52.     {
  53.         isDiscrete=1;
  54.         skeletonInherit = "";
  55.         skeletonBones[]=
  56.         {
  57.             "screenp","screenp_axis",
  58.             "screenb","screenb_axis",
  59.             "change_proj","screentext1"
  60.  
  61.         };
  62.     };
  63.  
  64.     class ecrans_Skeleton
  65.     {
  66.         isDiscrete=1;
  67.         skeletonInherit = "";
  68.         skeletonBones[]=
  69.         {
  70.             "change_proj_1","screens_axis"
  71.  
  72.         };
  73.     };
  74.  
  75.     class tvcurv_Skeleton
  76.     {
  77.         isDiscrete=1;
  78.         skeletonInherit = "";
  79.         skeletonBones[]=
  80.         {
  81.             "lcd_tv_inc","change_tv2"
  82.  
  83.         };
  84.     };
  85.  
  86.     class smtv_Skeleton
  87.     {
  88.         isDiscrete=1;
  89.         skeletonInherit = "";
  90.         skeletonBones[]=
  91.         {
  92.             "lcd_tv_smg","change_tv"
  93.  
  94.         };
  95.     };
  96.  
  97.     class smtvm_Skeleton
  98.     {
  99.         isDiscrete=1;
  100.         skeletonInherit = "";
  101.         skeletonBones[]=
  102.         {
  103.             "lcd_tv_smg1","change_tv1"
  104.  
  105.         };
  106.     };
  107.  
  108.     class datacpl_Skeleton
  109.     {
  110.         isDiscrete=1;
  111.         skeletonInherit = "";
  112.         skeletonBones[]=
  113.         {
  114.             "start_center","datacpl_axis"
  115.  
  116.         };
  117.     };
  118.  
  119.     class data1tour_Skeleton
  120.     {
  121.         isDiscrete=1;
  122.         skeletonInherit = "";
  123.         skeletonBones[]=
  124.         {
  125.             "start_center1","data1tour_axis"
  126.  
  127.         };
  128.     };
  129.  
  130.     class data1tourpc_Skeleton
  131.     {
  132.         isDiscrete=1;
  133.         skeletonInherit = "";
  134.         skeletonBones[]=
  135.         {
  136.             "start_center1pc","data1tourpc_axis"
  137.  
  138.         };
  139.     };
  140.  
  141.     class imac_Skeleton
  142.     {
  143.         isDiscrete=1;
  144.         skeletonInherit = "";
  145.         skeletonBones[]=
  146.         {
  147.             "imac_screen","screen_imacaxis"
  148.  
  149.         };
  150.     };
  151.  
  152.     class surfp_Skeleton
  153.     {
  154.         isDiscrete=1;
  155.         skeletonInherit = "";
  156.         skeletonBones[]=
  157.         {
  158.             "ecran_change_sup","screensurf_axis"
  159.  
  160.         };
  161.     };
  162.  
  163.     class cfgcpl_Skeleton
  164.     {
  165.         isDiscrete=1;
  166.         skeletonInherit = "";
  167.         skeletonBones[]=
  168.         {
  169.             "start_pc","startpc_axis"
  170.  
  171.         };
  172.     };
  173.  
  174.     class cfge_Skeleton
  175.     {
  176.         isDiscrete=1;
  177.         skeletonInherit = "";
  178.         skeletonBones[]=
  179.         {
  180.             "pc_ecran","ecran_axis"
  181.  
  182.         };
  183.     };
  184.  
  185.     class cfg_Skeleton
  186.     {
  187.         isDiscrete=1;
  188.         skeletonInherit = "";
  189.         skeletonBones[]=
  190.         {
  191.             "cfg_start","cfg_axis"
  192.  
  193.         };
  194.     };
  195.  
  196.     //Autres
  197.  
  198.     class antenne_Skeleton
  199.     {
  200.         isDiscrete=1;
  201.         skeletonInherit = "";
  202.         skeletonBones[]= {};
  203.     };
  204.  
  205.     class antenne1_Skeleton
  206.     {
  207.         isDiscrete=1;
  208.         skeletonInherit = "";
  209.         skeletonBones[]= {};
  210.     };
  211.  
  212.     class clavier_Skeleton
  213.     {
  214.         isDiscrete=1;
  215.         skeletonInherit = "";
  216.         skeletonBones[]= {};
  217.     };
  218.  
  219.     class tsouris_Skeleton
  220.     {
  221.         isDiscrete=1;
  222.         skeletonInherit = "";
  223.         skeletonBones[]= {};
  224.     };
  225.  
  226.     class souris_Skeleton
  227.     {
  228.         isDiscrete=1;
  229.         skeletonInherit = "";
  230.         skeletonBones[]= {};
  231.     };
  232.  
  233.     class s9_Skeleton
  234.     {
  235.         isDiscrete=1;
  236.         skeletonInherit = "";
  237.         skeletonBones[]= {};
  238.     };
  239.  
  240.     class hp_Skeleton
  241.     {
  242.         isDiscrete=1;
  243.         skeletonInherit = "";
  244.         skeletonBones[]= {};
  245.     };
  246.  
  247.     class clavier1_Skeleton
  248.     {
  249.         isDiscrete=1;
  250.         skeletonInherit = "";
  251.         skeletonBones[]= {};
  252.     };
  253.  
  254.     class sourisi_Skeleton
  255.     {
  256.         isDiscrete=1;
  257.         skeletonInherit = "";
  258.         skeletonBones[]= {};
  259.     };
  260.  
  261.     class i6s_Skeleton
  262.     {
  263.         isDiscrete=1;
  264.         skeletonInherit = "";
  265.         skeletonBones[]= {};
  266.     };
  267.  
  268.     class xs_Skeleton
  269.     {
  270.         isDiscrete=1;
  271.         skeletonInherit = "";
  272.         skeletonBones[]= {};
  273.     };
  274.  
  275.     class nokia_Skeleton
  276.     {
  277.         isDiscrete=1;
  278.         skeletonInherit = "";
  279.         skeletonBones[]= {};
  280.     };
  281.  
  282.     class nokialm_Skeleton
  283.     {
  284.         isDiscrete=1;
  285.         skeletonInherit = "";
  286.         skeletonBones[]= {};
  287.     };
  288.  
  289.     class videop_Skeleton
  290.     {
  291.         isDiscrete=1;
  292.         skeletonInherit = "";
  293.         skeletonBones[]= {};
  294.     };
  295.  
  296.     class videop1_Skeleton
  297.     {
  298.         isDiscrete=1;
  299.         skeletonInherit = "";
  300.         skeletonBones[]= {};
  301.     };
  302. };
  303.  
  304. class CfgModels
  305. {
  306.     class Rotation;
  307.     class Translation;
  308.    
  309.     class InheritedFromSomething
  310.     {
  311.         class Animations;
  312.     };
  313.    
  314.     class ventilot_pabo: InheritedFromSomething
  315.     {    
  316.         skeletonName = "ventilo_Skeleton";
  317.         sectionsInherit = "";
  318.         sections[]= {};
  319.        
  320.         class Animations: Animations
  321.         {
  322.            
  323.             class elices: Rotation
  324.             {
  325.                 type="rotation";
  326.                 source="time";
  327.                 selection="elices";
  328.                 axis="elices_axis";
  329.                 memory = 1;
  330.                 sourceAddress="loop";
  331.                 minValue=0;
  332.                 maxValue=1;
  333.                 angle0=0;
  334.                 angle1="rad -360";
  335.             };
  336.            
  337.             class speed_bottom: Rotation
  338.             {
  339.                 type="rotation";
  340.                 source="bottomventi";
  341.                 selection="speed_bottom";
  342.                 axis="bottom_axis";
  343.                 memory = 1;
  344.                 minValue=0;
  345.                 maxValue=1;
  346.                 angle0=0;
  347.                 angle1="rad 180";
  348.             };
  349.         };
  350.     };
  351.    
  352.     class imprimante_3d_pabo: InheritedFromSomething
  353.     {    
  354.         skeletonName = "imp3d_Skeleton";
  355.         sectionsInherit = "";
  356.         sections[]= {"change_image_3d"};
  357.        
  358.         class Animations: Animations
  359.         {
  360.             class door_3d: Rotation
  361.             {
  362.                 type="rotation";
  363.                 source="Door3D";
  364.                 selection="door_3d";
  365.                 axis="door3d_axis";
  366.                 memory = 1;
  367.                 minValue=0;
  368.                 maxValue=1;
  369.                 angle0=0;
  370.                 angle1="rad -90";
  371.             };
  372.            
  373.             class imp_3d: Translation
  374.             {
  375.                 type="translationX";
  376.                 source="timeRndOffset";
  377.                 animPeriod = 1;
  378.                 selection="imp_3d";
  379.                 axis="imp3d_axis";
  380.                 memory = 1;
  381.                 sourceAddress="mirror";
  382.                 minValue=-0.15;
  383.                 maxValue=0.15;
  384.                 angle0=0;
  385.                 angle1=0;
  386.             };
  387.  
  388.             class change_image_3d: Translation
  389.             {
  390.                 type="hide";
  391.                 source="change_image_3d";
  392.                 selection="change_image_3d";
  393.                 axis="image_3d_axis";
  394.                 memory = 1;
  395.                 minValue=0;
  396.                 maxValue=1;
  397.                 angle0=0;
  398.                 angle1=0;
  399.             };
  400.  
  401.         };
  402.     };
  403.    
  404.     class caisse_enregistreuse_pabo: InheritedFromSomething
  405.     {    
  406.         skeletonName = "ce_Skeleton";
  407.         sectionsInherit = "";
  408.         sections[]= {"ce_ecran"};
  409.        
  410.         class Animations: Animations
  411.         {
  412.             class ce_tirroir: Translation
  413.             {
  414.                 type="translationZ";
  415.                 source="tirroir";
  416.                 selection="ce_tirroir";
  417.                 axis="cetirroir_axis";
  418.                 memory = 1;
  419.                 minValue=0;
  420.                 maxValue=0.27;
  421.                 angle0=0;
  422.                 angle1=0;
  423.             };
  424.            
  425.             class money_take: Translation
  426.             {
  427.                 type="translationZ";
  428.                 source="moneytake";
  429.                 selection="money_take";
  430.                 axis="cetirroir_axis";
  431.                 memory = 1;
  432.                 minValue=0;
  433.                 maxValue=0.27;
  434.                 angle0=0;
  435.                 angle1=0;
  436.             };
  437.            
  438.             class money_take1: Translation
  439.             {
  440.                 type="hide";
  441.                 source="moneytake1";
  442.                 selection="money_take";
  443.                 axis="take_money";
  444.                 memory = 1;
  445.                 minValue=0;
  446.                 maxValue=0.27;
  447.                 angle0=0;
  448.                 angle1=0;
  449.             };
  450.  
  451.             class ce_ecran: Translation
  452.             {
  453.                 type="hide";
  454.                 source="ce_ecran";
  455.                 selection="ce_ecran";
  456.                 axis="screen_axis";
  457.                 memory = 1;
  458.                 minValue=0;
  459.                 maxValue=1;
  460.                 angle0=0;
  461.                 angle1=0;
  462.             };
  463.         };
  464.     };
  465.    
  466.     class macbook_pro2018_pabo: InheritedFromSomething
  467.     {    
  468.         skeletonName = "mbp_Skeleton";
  469.         sectionsInherit = "";
  470.         sections[]= {"screen_mbp"};
  471.        
  472.         class Animations: Animations
  473.         {
  474.             class clapet_mbp: Rotation
  475.             {
  476.                 type="rotation";
  477.                 source="clapmbp";
  478.                 selection="clapet_mbp";
  479.                 axis="clapetmbp_axis";
  480.                 memory = 1;
  481.                 minValue=0;
  482.                 maxValue=1;
  483.                 angle0=0;
  484.                 angle1="rad -90";
  485.             };
  486.  
  487.          class screen_mbp: Translation
  488.             {
  489.                 type="hide";
  490.                 source="screen_mbp";
  491.                 selection="screen_mbp";
  492.                 axis="screenmbp_axis";
  493.                 memory = 1;
  494.                 minValue=0;
  495.                 maxValue=1;
  496.                 angle0=0;
  497.                 angle1=0;
  498.             };
  499.         };
  500.     };
  501.    
  502.     class ecran_mur_pabo: InheritedFromSomething
  503.     {    
  504.         skeletonName = "ecranp_Skeleton";
  505.         sectionsInherit = "";
  506.         sections[]= {"change_proj"};
  507.        
  508.         class Animations: Animations
  509.         {
  510.             class screenp: Translation
  511.             {
  512.                 type="hide";
  513.                 source="screenp";
  514.                 selection="screenp";
  515.                 axis="screenp_axis";
  516.                 memory = 1;
  517.                 minValue=0;
  518.                 maxValue=1;
  519.                 angle0=0;
  520.                 angle1=0;
  521.             };
  522.            
  523.             class screenb: Translation
  524.             {
  525.                 type="translationY";
  526.                 source="screenbar";
  527.                 selection="screenb";
  528.                 axis="screenb_axis";
  529.                 memory = 1;
  530.                 minValue=0;
  531.                 maxValue=0.88;
  532.                 angle0=0;
  533.                 angle1=0;
  534.             };
  535.  
  536.             class change_proj: Translation
  537.             {
  538.                 type="hide";
  539.                 source="change_proj";
  540.                 selection="change_proj";
  541.                 axis="screenp_axis";
  542.                 memory = 1;
  543.                 minValue=0;
  544.                 maxValue=1;
  545.                 angle0=0;
  546.                 angle1=0;
  547.             };
  548.         };
  549.     };
  550.  
  551.     class ecran_sol_pabo: InheritedFromSomething
  552.     {    
  553.         skeletonName = "ecrans_Skeleton";
  554.         sectionsInherit = "";
  555.         sections[]= {"change_proj_1"};
  556.        
  557.         class Animations: Animations
  558.         {
  559.             class change_proj_1: Translation
  560.             {
  561.                 type="hide";
  562.                 source="change_proj_1";
  563.                 selection="change_proj_1";
  564.                 axis="screens_axis";
  565.                 memory = 1;
  566.                 minValue=0;
  567.                 maxValue=1;
  568.                 angle0=0;
  569.                 angle1=0;
  570.             };
  571.         };
  572.     };
  573.  
  574.     class tele_incurve_pabo: InheritedFromSomething
  575.     {    
  576.         skeletonName = "tvcurv_Skeleton";
  577.         sectionsInherit = "";
  578.         sections[]= {"lcd_tv_inc"};
  579.        
  580.         class Animations: Animations
  581.         {
  582.             class lcd_tv_inc: Translation
  583.             {
  584.                 type="hide";
  585.                 source="lcd_tv_inc";
  586.                 selection="lcd_tv_inc";
  587.                 axis="change_tv2";
  588.                 memory = 1;
  589.                 minValue=0;
  590.                 maxValue=1;
  591.                 angle0=0;
  592.                 angle1=0;
  593.             };
  594.         };
  595.     };
  596.  
  597.     class smart_tv_smg_pabo: InheritedFromSomething
  598.     {    
  599.         skeletonName = "smtv_Skeleton";
  600.         sectionsInherit = "";
  601.         sections[]= {"lcd_tv_smg"};
  602.        
  603.         class Animations: Animations
  604.         {
  605.             class lcd_tv_smg: Translation
  606.             {
  607.                 type="hide";
  608.                 source="lcd_tv_smg";
  609.                 selection="lcd_tv_smg";
  610.                 axis="change_tv";
  611.                 memory = 1;
  612.                 minValue=0;
  613.                 maxValue=1;
  614.                 angle0=0;
  615.                 angle1=0;
  616.             };
  617.         };
  618.     };
  619.  
  620.     class smart_tv_smg_murale_pabo: InheritedFromSomething
  621.     {    
  622.         skeletonName = "smtvm_Skeleton";
  623.         sectionsInherit = "";
  624.         sections[]= {"lcd_tv_smg1"};
  625.        
  626.         class Animations: Animations
  627.         {
  628.             class lcd_tv_smg: Translation
  629.             {
  630.                 type="hide";
  631.                 source="lcd_tv_smg1";
  632.                 selection="lcd_tv_smg1";
  633.                 axis="change_tv1";
  634.                 memory = 1;
  635.                 minValue=0;
  636.                 maxValue=1;
  637.                 angle0=0;
  638.                 angle1=0;
  639.             };
  640.         };
  641.     };
  642.  
  643.     class data_center_complet_pabo: InheritedFromSomething
  644.     {    
  645.         skeletonName = "datacpl_Skeleton";
  646.         sectionsInherit = "";
  647.         sections[]= {"start_center"};
  648.        
  649.         class Animations: Animations
  650.         {
  651.             class start_center: Translation
  652.             {
  653.                 type="hide";
  654.                 source="start_center";
  655.                 selection="start_center";
  656.                 axis="datacpl_axis";
  657.                 memory = 1;
  658.                 minValue=0;
  659.                 maxValue=1;
  660.                 angle0=0;
  661.                 angle1=0;
  662.             };
  663.         };
  664.     };
  665.  
  666.     class data_center_1tour_pabo: InheritedFromSomething
  667.     {    
  668.         skeletonName = "data1tour_Skeleton";
  669.         sectionsInherit = "";
  670.         sections[]= {"start_center1"};
  671.        
  672.         class Animations: Animations
  673.         {
  674.             class start_center1: Translation
  675.             {
  676.                 type="hide";
  677.                 source="start_center1";
  678.                 selection="start_center1";
  679.                 axis="data1tour_axis";
  680.                 memory = 1;
  681.                 minValue=0;
  682.                 maxValue=1;
  683.                 angle0=0;
  684.                 angle1=0;
  685.             };
  686.         };
  687.     };
  688.  
  689.     class data_center_1tour_pc_pabo: InheritedFromSomething
  690.     {    
  691.         skeletonName = "data1tourpc_Skeleton";
  692.         sectionsInherit = "";
  693.         sections[]= {"start_center1pc"};
  694.        
  695.         class Animations: Animations
  696.         {
  697.             class start_center1pc: Translation
  698.             {
  699.                 type="hide";
  700.                 source="start_center1pc";
  701.                 selection="start_center1pc";
  702.                 axis="data1tourpc_axis";
  703.                 memory = 1;
  704.                 minValue=0;
  705.                 maxValue=1;
  706.                 angle0=0;
  707.                 angle1=0;
  708.             };
  709.         };
  710.     };
  711.  
  712.     class ecran_imac_pabo: InheritedFromSomething
  713.     {    
  714.         skeletonName = "imac_Skeleton";
  715.         sectionsInherit = "";
  716.         sections[]= {"imac_screen"};
  717.        
  718.         class Animations: Animations
  719.         {
  720.             class imac_screen: Translation
  721.             {
  722.                 type="hide";
  723.                 source="imac_screen";
  724.                 selection="imac_screen";
  725.                 axis="screen_imacaxis";
  726.                 memory = 1;
  727.                 minValue=0;
  728.                 maxValue=1;
  729.                 angle0=0;
  730.                 angle1=0;
  731.             };
  732.         };
  733.     };
  734.  
  735.     class surface_pro_pabo: InheritedFromSomething
  736.     {    
  737.         skeletonName = "surfp_Skeleton";
  738.         sectionsInherit = "";
  739.         sections[]= {"ecran_change_sup"};
  740.        
  741.         class Animations: Animations
  742.         {
  743.             class ecran_change_sup: Translation
  744.             {
  745.                 type="hide";
  746.                 source="ecran_change_sup";
  747.                 selection="ecran_change_sup";
  748.                 axis="screensurf_axis";
  749.                 memory = 1;
  750.                 minValue=0;
  751.                 maxValue=1;
  752.                 angle0=0;
  753.                 angle1=0;
  754.             };
  755.         };
  756.     };
  757.  
  758.     class config_assemble_pabo: InheritedFromSomething
  759.     {    
  760.         skeletonName = "cfgcpl_Skeleton";
  761.         sectionsInherit = "";
  762.         sections[]= {"ecran_change_sup"};
  763.        
  764.         class Animations: Animations
  765.         {
  766.             class start_pc: Translation
  767.             {
  768.                 type="hide";
  769.                 source="start_pc";
  770.                 selection="start_pc";
  771.                 axis="startpc_axis";
  772.                 memory = 1;
  773.                 minValue=0;
  774.                 maxValue=1;
  775.                 angle0=0;
  776.                 angle1=0;
  777.             };
  778.         };
  779.     };
  780.  
  781.     class ecran_pc_pabo: InheritedFromSomething
  782.     {    
  783.         skeletonName = "cfge_Skeleton";
  784.         sectionsInherit = "";
  785.         sections[]= {"pc_ecran"};
  786.        
  787.         class Animations: Animations
  788.         {
  789.             class pc_ecran: Translation
  790.             {
  791.                 type="hide";
  792.                 source="pc_ecran";
  793.                 selection="pc_ecran";
  794.                 axis="ecran_axis";
  795.                 memory = 1;
  796.                 minValue=0;
  797.                 maxValue=1;
  798.                 angle0=0;
  799.                 angle1=0;
  800.             };
  801.         };
  802.     };
  803.  
  804.     class pc_gamer_pabo: InheritedFromSomething
  805.     {    
  806.         skeletonName = "cfg_Skeleton";
  807.         sectionsInherit = "";
  808.         sections[]= {"cfg_start"};
  809.        
  810.         class Animations: Animations
  811.         {
  812.             class cfg_start: Translation
  813.             {
  814.                 type="hide";
  815.                 source="cfg_start";
  816.                 selection="cfg_start";
  817.                 axis="cfg_axis";
  818.                 memory = 1;
  819.                 minValue=0;
  820.                 maxValue=1;
  821.                 angle0=0;
  822.                 angle1=0;
  823.             };
  824.         };
  825.     };
  826.  
  827.     //Autres
  828.  
  829.     class antenne_rateau_pabo: InheritedFromSomething
  830.     {    
  831.         skeletonName = "antenne_Skeleton";
  832.         sectionsInherit = "";
  833.         sections[]= {};
  834.        
  835.         class Animations: Animations
  836.         {
  837.  
  838.         };
  839.     };
  840.  
  841.     class antenne_rateau1_pabo: InheritedFromSomething
  842.     {    
  843.         skeletonName = "antenne1_Skeleton";
  844.         sectionsInherit = "";
  845.         sections[]= {};
  846.        
  847.         class Animations: Animations
  848.         {
  849.            
  850.         };
  851.     };
  852.  
  853.     class clavier_pabo: InheritedFromSomething
  854.     {    
  855.         skeletonName = "clavier_Skeleton";
  856.         sectionsInherit = "";
  857.         sections[]= {};
  858.        
  859.         class Animations: Animations
  860.         {
  861.            
  862.         };
  863.     };
  864.  
  865.     class tapis_souris_pabo: InheritedFromSomething
  866.     {    
  867.         skeletonName = "tsouris_Skeleton";
  868.         sectionsInherit = "";
  869.         sections[]= {};
  870.        
  871.         class Animations: Animations
  872.         {
  873.            
  874.         };
  875.     };
  876.  
  877.     class souris_gamer_pabo: InheritedFromSomething
  878.     {    
  879.         skeletonName = "souris_Skeleton";
  880.         sectionsInherit = "";
  881.         sections[]= {};
  882.        
  883.         class Animations: Animations
  884.         {
  885.            
  886.         };
  887.     };
  888.  
  889.     class gs9_pabo: InheritedFromSomething
  890.     {    
  891.         skeletonName = "s9_Skeleton";
  892.         sectionsInherit = "";
  893.         sections[]= {};
  894.        
  895.         class Animations: Animations
  896.         {
  897.            
  898.         };
  899.     };
  900.  
  901.     class hp_pabo: InheritedFromSomething
  902.     {    
  903.         skeletonName = "hp_Skeleton";
  904.         sectionsInherit = "";
  905.         sections[]= {};
  906.        
  907.         class Animations: Animations
  908.         {
  909.            
  910.         };
  911.     };
  912.  
  913.     class clavier_imac_pabo: InheritedFromSomething
  914.     {    
  915.         skeletonName = "clavier1_Skeleton";
  916.         sectionsInherit = "";
  917.         sections[]= {};
  918.        
  919.         class Animations: Animations
  920.         {
  921.            
  922.         };
  923.     };
  924.  
  925.     class souris_imac_pabo: InheritedFromSomething
  926.     {    
  927.         skeletonName = "souris1_Skeleton";
  928.         sectionsInherit = "";
  929.         sections[]= {};
  930.        
  931.         class Animations: Animations
  932.         {
  933.            
  934.         };
  935.     };
  936.  
  937.     class Phone6s_pabo: InheritedFromSomething
  938.     {    
  939.         skeletonName = "i6s_Skeleton";
  940.         sectionsInherit = "";
  941.         sections[]= {};
  942.        
  943.         class Animations: Animations
  944.         {
  945.            
  946.         };
  947.     };
  948.  
  949.     class iPhone_XS_pabo: InheritedFromSomething
  950.     {    
  951.         skeletonName = "xs_Skeleton";
  952.         sectionsInherit = "";
  953.         sections[]= {};
  954.        
  955.         class Animations: Animations
  956.         {
  957.            
  958.         };
  959.     };
  960.  
  961.     class n3310_pabo: InheritedFromSomething
  962.     {    
  963.         skeletonName = "nokia_Skeleton";
  964.         sectionsInherit = "";
  965.         sections[]= {};
  966.        
  967.         class Animations: Animations
  968.         {
  969.            
  970.         };
  971.     };
  972.  
  973.     class nl_1520_pabo: InheritedFromSomething
  974.     {    
  975.         skeletonName = "nokialm_Skeleton";
  976.         sectionsInherit = "";
  977.         sections[]= {};
  978.        
  979.         class Animations: Animations
  980.         {
  981.            
  982.         };
  983.     };
  984.  
  985.     class videop_pf_pabo: InheritedFromSomething
  986.     {    
  987.         skeletonName = "videop_Skeleton";
  988.         sectionsInherit = "";
  989.         sections[]= {};
  990.        
  991.         class Animations: Animations
  992.         {
  993.            
  994.         };
  995.     };
  996.  
  997.     class videop_tb_pabo: InheritedFromSomething
  998.     {    
  999.         skeletonName = "videop1_Skeleton";
  1000.         sectionsInherit = "";
  1001.         sections[]= {};
  1002.        
  1003.         class Animations: Animations
  1004.         {
  1005.            
  1006.         };
  1007.     };
  1008. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement