RigidChips
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Quad-propeller plane

4 posters

Go down

Quad-propeller plane Empty Quad-propeller plane

Post by bwansy Wed Apr 06, 2011 2:02 pm

My first LB model! S/X for throttle and arrow keys for steering. Remember to turn unbreakable on or the prop blades will fly away.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<LB>
    <ATTRIB>
        <version>1.0.0</version>
        <TARGET>
            <u>0.2</u>
            <v>12</v>
        </TARGET>
        <LUA>
            <body>function OnFrame()
   lb.drawtext(32,32,&quot;Welcome Laputan Blueprints world!&quot;)
   lb.drawtext(32,52,string.format(&quot;FPS=%.2f&quot;,lb.getfps()))
   lb.drawtext(32,72,string.format(&quot;OBJ=%d&quot;,lb.getobjectcount()))
   
end
function OnInit()
   lb.print(lb.gettime(),&quot;Init&quot;)
end
function OnReset()
   lb.print(lb.gettime(),&quot;Reset&quot;)
end
</body>
        </LUA>
    </ATTRIB>
    <CONTROL>
        <name>ELEV</name>
        <default>0</default>
        <maintain>5</maintain>
        <min>-20</min>
        <max>20</max>
        <upKey0>1</upKey0>
        <upStep0>5</upStep0>
        <upKey1>2</upKey1>
        <upStep1>-5</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>AILER</name>
        <default>0</default>
        <maintain>5</maintain>
        <min>-30</min>
        <max>30</max>
        <upKey0>3</upKey0>
        <upStep0>5</upStep0>
        <upKey1>4</upKey1>
        <upStep1>-5</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>AILEL</name>
        <default>0</default>
        <maintain>5</maintain>
        <min>-30</min>
        <max>30</max>
        <upKey0>3</upKey0>
        <upStep0>5</upStep0>
        <upKey1>4</upKey1>
        <upStep1>-5</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>BA</name>
        <default>50</default>
        <maintain>0</maintain>
        <min>-200</min>
        <max>200</max>
        <upKey0>11</upKey0>
        <upStep0>1</upStep0>
        <upKey1>7</upKey1>
        <upStep1>-1</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>Brake</name>
        <default>0</default>
        <maintain>10</maintain>
        <min>-100</min>
        <max>100</max>
        <upKey0>5</upKey0>
        <upStep0>1</upStep0>
        <upKey1>0</upKey1>
        <upStep1>-1</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>Accel</name>
        <default>0</default>
        <maintain>0</maintain>
        <min>0</min>
        <max>100</max>
        <upKey0>10</upKey0>
        <upStep0>5</upStep0>
        <upKey1>6</upKey1>
        <upStep1>-5</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <CONTROL>
        <name>Handle</name>
        <default>0</default>
        <maintain>10</maintain>
        <min>-100</min>
        <max>100</max>
        <upKey0>3</upKey0>
        <upStep0>1</upStep0>
        <upKey1>4</upKey1>
        <upStep1>-1</upStep1>
        <upKey2>0</upKey2>
        <upStep2>1</upStep2>
        <upKey3>0</upKey3>
        <upStep3>1</upStep3>
    </CONTROL>
    <OBJ id="0">
        <name>Box2</name>
        <type>box</type>
        <u>-60</u>
        <v>-20</v>
        <width>120</width>
        <height>17</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="1">
        <name>Box5_2</name>
        <type>box</type>
        <u>-84</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="2">
        <name>Box5_1_5</name>
        <type>box</type>
        <u>-60</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="3">
        <name>Box5_1_3_1</name>
        <type>box</type>
        <u>-60</u>
        <v>-35</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="4">
        <name>Disk1_2</name>
        <type>disk</type>
        <u>-67</u>
        <v>-27</v>
        <width>1</width>
        <height>1</height>
        <thick>8</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="5">
        <name>Box5_1_2_1</name>
        <type>box</type>
        <u>54</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="6">
        <name>Box5_1_1_1</name>
        <type>box</type>
        <u>78</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="7">
        <name>Box5_1_4_1</name>
        <type>box</type>
        <u>54</u>
        <v>-35</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="8">
        <name>Disk1_1_1</name>
        <type>disk</type>
        <u>71</u>
        <v>-27</v>
        <width>1</width>
        <height>1</height>
        <thick>8</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="9">
        <name>Box8</name>
        <type>box</type>
        <u>-11</u>
        <v>9</v>
        <width>6</width>
        <height>8</height>
        <thick>2</thick>
        <material>1</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="10">
        <name>Box7_1</name>
        <type>box</type>
        <u>10</u>
        <v>72</v>
        <width>20</width>
        <height>13</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="11">
        <name>Box7</name>
        <type>box</type>
        <u>-40</u>
        <v>72</v>
        <width>20</width>
        <height>13</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="12">
        <name>Box6</name>
        <type>box</type>
        <u>-16</u>
        <v>70</v>
        <width>16</width>
        <height>16</height>
        <thick>2</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="13">
        <name>Box5_1_4</name>
        <type>box</type>
        <u>10</u>
        <v>-35</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="14">
        <name>Box5_1_3</name>
        <type>box</type>
        <u>-20</u>
        <v>-35</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="15">
        <name>Box5_1_2</name>
        <type>box</type>
        <u>10</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="16">
        <name>Box5_1_1</name>
        <type>box</type>
        <u>34</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="17">
        <name>Disk1_1</name>
        <type>disk</type>
        <u>27</u>
        <v>-27</v>
        <width>1</width>
        <height>1</height>
        <thick>8</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="18">
        <name>Disk2_3</name>
        <type>disk</type>
        <u>10</u>
        <v>64</v>
        <width>0</width>
        <height>3</height>
        <thick>2</thick>
        <material>9</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="19">
        <name>Disk2_2</name>
        <type>disk</type>
        <u>-10</u>
        <v>64</v>
        <width>0</width>
        <height>3</height>
        <thick>2</thick>
        <material>9</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="20">
        <name>Box5_1</name>
        <type>box</type>
        <u>-20</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="21">
        <name>Box5</name>
        <type>box</type>
        <u>-44</u>
        <v>-29</v>
        <width>10</width>
        <height>4</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="22">
        <name>Box3_1</name>
        <type>box</type>
        <u>80</u>
        <v>-18</v>
        <width>15</width>
        <height>8</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="23">
        <name>Disk2_1</name>
        <type>disk</type>
        <u>47</u>
        <v>-38</v>
        <width>0</width>
        <height>3</height>
        <thick>2</thick>
        <material>9</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="24">
        <name>Box4_1</name>
        <type>box</type>
        <u>30</u>
        <v>-39</v>
        <width>12</width>
        <height>3</height>
        <thick>2</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="25">
        <name>Disk2</name>
        <type>disk</type>
        <u>-47</u>
        <v>-38</v>
        <width>0</width>
        <height>3</height>
        <thick>2</thick>
        <material>9</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="26">
        <name>Box4</name>
        <type>box</type>
        <u>-42</u>
        <v>-39</v>
        <width>12</width>
        <height>3</height>
        <thick>2</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="27">
        <name>Box3</name>
        <type>box</type>
        <u>-95</u>
        <v>-18</v>
        <width>15</width>
        <height>8</height>
        <thick>1</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <OBJ id="28">
        <name>Disk1</name>
        <type>disk</type>
        <u>-27</u>
        <v>-27</v>
        <width>1</width>
        <height>1</height>
        <thick>8</thick>
        <material>6</material>
        <coloring>0</coloring>
        <lightweight>0</lightweight>
    </OBJ>
    <OBJ id="29">
        <name>Box1</name>
        <type>box</type>
        <u>-3</u>
        <v>9</v>
        <width>6</width>
        <height>56</height>
        <thick>4</thick>
        <material>5</material>
        <coloring>0</coloring>
        <lightweight>1</lightweight>
    </OBJ>
    <ATTACHMENT>
        <ATTACH>
            <type>motor</type>
            <direction>4</direction>
            <name>Accel</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>8</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>-0.0471405</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.958333</u>
            <v>0</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>motor</type>
            <direction>4</direction>
            <name>Accel</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>17</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.0471405</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.666667</u>
            <v>0</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>fix</type>
            <direction>5</direction>
            <angle>0</angle>
        </ATTACH>
        <FROM>
            <obj>24</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.333333</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.666667</u>
            <v>0.235294</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>fix</type>
            <direction>5</direction>
            <angle>0</angle>
        </ATTACH>
        <FROM>
            <obj>26</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.333333</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.333333</u>
            <v>0.235294</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>motor</type>
            <direction>4</direction>
            <name>Accel</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>28</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>-0.128565</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.333333</u>
            <v>0</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>motor</type>
            <direction>4</direction>
            <name>Accel</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>4</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>-0.192847</u>
            <v>-0.0642824</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.0416667</u>
            <v>0</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>AILER</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>22</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.375</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.764706</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>AILEL</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>27</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.333333</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>0</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.764706</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>fix</type>
            <direction>4</direction>
            <angle>0</angle>
        </ATTACH>
        <FROM>
            <obj>0</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.5</u>
            <v>0.235294</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>29</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.5</u>
            <v>0.428571</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>1</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>4</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>180</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>2</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>4</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>-60</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>3</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>4</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>60</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>5</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>8</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>-120</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>6</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>8</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>0</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>7</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>8</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>120</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>fix</type>
            <direction>4</direction>
            <angle>0</angle>
        </ATTACH>
        <FROM>
            <obj>9</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.5</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>29</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.5</u>
            <v>0.125</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>ELEV</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>10</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.285714</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>12</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.166667</u>
            <v>0.692308</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>5</direction>
            <name>ELEV</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>11</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.285714</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>12</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.166667</u>
            <v>0.692308</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>fix</type>
            <direction>4</direction>
            <angle>0</angle>
        </ATTACH>
        <FROM>
            <obj>12</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.222222</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>29</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.5</u>
            <v>0.946429</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>13</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>17</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>120</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>14</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>28</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>60</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>16</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>17</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>0</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>1</reverse>
        </ATTACH>
        <FROM>
            <obj>15</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>17</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>-120</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>free</type>
            <direction>5</direction>
        </ATTACH>
        <FROM>
            <obj>18</obj>
            <type>disk</type>
            <side>1</side>
            <coord>1</coord>
            <u>-0.0196078</u>
            <v>0.0196078</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>29</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.982143</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>free</type>
            <direction>5</direction>
        </ATTACH>
        <FROM>
            <obj>19</obj>
            <type>disk</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.0784314</u>
            <v>-0.0196078</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>29</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.982143</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>20</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>28</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>-60</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>servo</type>
            <direction>4</direction>
            <name>BA</name>
            <reverse>0</reverse>
        </ATTACH>
        <FROM>
            <obj>21</obj>
            <type>box</type>
            <side>2</side>
            <coord>1</coord>
            <u>1</u>
            <v>0.5</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>28</obj>
            <type>disk</type>
            <side>1</side>
            <coord>0</coord>
            <angle>180</angle>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>free</type>
            <direction>4</direction>
        </ATTACH>
        <FROM>
            <obj>23</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>0</u>
            <v>-0.037037</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>24</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.9</u>
            <v>0.333333</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
    <ATTACHMENT>
        <ATTACH>
            <type>free</type>
            <direction>4</direction>
        </ATTACH>
        <FROM>
            <obj>25</obj>
            <type>disk</type>
            <side>2</side>
            <coord>1</coord>
            <u>0.08</u>
            <v>0.04</v>
            <bury>0</bury>
            <cover>1</cover>
        </FROM>
        <TO>
            <obj>26</obj>
            <type>box</type>
            <side>1</side>
            <coord>1</coord>
            <u>0.0769231</u>
            <v>0.333333</v>
            <bury>0</bury>
        </TO>
    </ATTACHMENT>
</LB>

bwansy
Admin

Posts : 170
Join date : 2010-07-15

https://rigidchips.forumotion.com

Back to top Go down

Quad-propeller plane Empty Re: Quad-propeller plane

Post by Hellome Thu Apr 07, 2011 12:50 pm

I think with LB files it would be easier to upload files, we could use Box.net.
Hellome
Hellome
Plane
Plane

Posts : 42
Join date : 2011-02-24
Age : 26
Location : Here

Back to top Go down

Quad-propeller plane Empty Re: Quad-propeller plane

Post by DanielLC Thu Apr 07, 2011 1:21 pm

Is there any particular reason that you made it out of wood, rather than plastic?

In my experience, the blades sometimes break off when you start it, but don't break off when flying, whether unbreakable is on or off.

DanielLC
Tank
Tank

Posts : 78
Join date : 2010-10-23

Back to top Go down

Quad-propeller plane Empty Re: Quad-propeller plane

Post by Thorero Thu Apr 07, 2011 1:38 pm

Hellome wrote:I think with LB files it would be easier to upload files

But it's no more hassle to deal with LB files than RC files. Just copy the text, paste in a .txt document, and save.

Thorero
Admin

Posts : 23
Join date : 2010-07-16
Location : USA

Back to top Go down

Quad-propeller plane Empty Re: Quad-propeller plane

Post by bwansy Thu Apr 07, 2011 2:45 pm

DanielLC wrote:Is there any particular reason that you made it out of wood, rather than plastic?
Because wood A is lighter. However, I don't know if that has any effect on strength.

bwansy
Admin

Posts : 170
Join date : 2010-07-15

https://rigidchips.forumotion.com

Back to top Go down

Quad-propeller plane Empty Re: Quad-propeller plane

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum