~robot3d-team/robot3d/trunk

« back to all changes in this revision

Viewing changes to data/scenarios/organismLSyStyle.xml

  • Committer: Anne van Rossum
  • Date: 2010-08-10 15:58:55 UTC
  • Revision ID: anne@gamix-20100810155855-kve7x2vwouagdij9
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<Scene activateShadows="0" loadDetailedModels="1" map="NoObstacles" CollisionGeometryDetails="1" ConnectorsAsJoints="1">
 
3
 
 
4
 
 
5
<!--    <Organism structure="X[AD1X[BDX][CDX][ADX]][CDX[CDX][BDX][ADX]]" x="0" y="15" z="10" q_x="0" q_y="0" q_z="0" q_w="1">  --> 
 
6
    <Organism structure="X[ADX][BDX][CDX][DA1X[CDX[ADX][BDX][CDX]]]" x="-2.2" y="15" z="10" q_x="0.5" q_y="0.5" q_z="-0.5" q_w="0.5">  
 
7
                <Terminal id="X">
 
8
                        <Robot name="r" type="RobotKIT" connected="15"/>
 
9
                        <Controller name="c" type="UniKarl:SnakeRobot" parameter="0"/>
 
10
                </Terminal>
 
11
        </Organism>
 
12
 
 
13
 
 
14
        <!-- X[AD1X[BDX][CDX][ADX]][CDX[CDX][BDX][ADX]] -->
 
15
        
 
16
        <Controller type="Keyboard"/>
 
17
        <Controller type="GUI"/> 
 
18
        <Controller type="FreeCam" robotToControl="0" x="-100" y="0" z="40"/>
 
19
        
 
20
</Scene>