Changes between Version 8 and Version 9 of circlefollower
- Timestamp:
- Nov 19, 2020, 9:25:01 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
circlefollower
v8 v9 81 81 === Changing 3D environment === 82 82 83 The 3D environment of the simulator is fixed by the launcher script (''simulator_x4.sh''); to change this environment edit the script and change the p rameter ''-s''.83 The 3D environment of the simulator is fixed by the launcher script (''simulator_x4.sh''); to change this environment edit the script and change the parameter ''-s''. 84 84 85 For ex emple, you can change it from85 For example, you can change it from 86 86 {{{ 87 87 -s $FLAIR_ROOT/flair-src/models/indoor_flight_arena.xml … … 92 92 }}} 93 93 94 You can also change the parameters inside the xml file. To change its size look at the section: 95 {{{ 96 <mesh id="0" model="voliere.bsp" > 97 <position x="0" y="0" z="0" /> 98 <rotation x="0" y="0" z="0" /> 99 <scale x="10" y="10" z="3" /> 100 </mesh> 101 }}} 102 The scale is by defaults 10m * 10m *3m. 103 You can have a bigger one (double each dimension) using: 104 {{{ 105 <mesh id="0" model="voliere.bsp" > 106 <position x="0" y="0" z="0" /> 107 <rotation x="0" y="0" z="0" /> 108 <scale x="20" y="20" z="6" /> 109 </mesh> 110 }}} 94 111 == Execution on target == 95 112