Changeset 10971
- Timestamp:
- Dec 11, 2015, 3:32:33 PM (9 years ago)
- Location:
- code/branches/campaignHS15
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/AITest.oxw
r10958 r10971 162 162 <!-- HERE ENDS DEMO FOR THE ACTIONPOINTS --> 163 163 <!-- HERE STARTS DEMO FOR FIGHTING --> 164 <!--164 165 165 166 166 <SpaceShip position="-4000, 1500, -1000" lookat="0,0,0" team=0 name="d1sd1"> … … 238 238 </WingmanController> 239 239 </controller> 240 </SpaceShip> -->240 </SpaceShip> 241 241 242 242 <!-- HERE ENDS DEMO FOR FIGHTING --> 243 243 <!-- HERE STARTS DEMO FOR FORMATIONS --> 244 244 <!-- 245 245 <Model mesh="cube.mesh" scale=8 position=" 0,2000, 0" /> 246 246 <Model mesh="cube.mesh" scale=8 position=" 0,2000,-2000" /> … … 291 291 </controller> 292 292 </SpaceShip> 293 293 --> 294 294 <!-- HERE ENDS DEMO FOR FORMATIONS --> 295 295 <!-- 1 division is roughly equal to 6 AIControllers--!> -
code/branches/campaignHS15/src/orxonox/controllers/ActionpointController.h
r10968 r10971 63 63 @note 64 64 ActionpointController will not work, if there is no MasterController in the level! 65 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 65 66 */ 66 67 namespace Action -
code/branches/campaignHS15/src/orxonox/controllers/DivisionController.h
r10955 r10971 39 39 @note 40 40 ActionpointController will not work, if there is no MasterController in the level! 41 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 41 42 */ 42 43 class _OrxonoxExport DivisionController : public ActionpointController -
code/branches/campaignHS15/src/orxonox/controllers/SectionController.h
r10968 r10971 38 38 @note 39 39 ActionpointController will not work, if there is no MasterController in the level! 40 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 40 41 */ 41 42 class _OrxonoxExport SectionController : public ActionpointController -
code/branches/campaignHS15/src/orxonox/controllers/WingmanController.h
r10968 r10971 39 39 @note 40 40 ActionpointController will not work, if there is no MasterController in the level! 41 All the demos are in a file called AITest.oxw. In the menu look for New AI Testing Level. 41 42 */ 42 43 class _OrxonoxExport WingmanController : public ActionpointController
Note: See TracChangeset
for help on using the changeset viewer.