Changeset 12328
- Timestamp:
- May 2, 2019, 1:35:32 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/Asteroids2D.oxw
r11783 r12328 44 44 <!-- <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> --> 45 45 <Light type=directional position="-100, 10000, -700" lookat="0.2, -1, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 46 <SpawnPoint team=0 position="0,0, 0" lookat="0,0,0" spawnclass= Asteroids2DShip pawndesign=spaceshipasteroids2d />46 <SpawnPoint team=0 position="0,0,50" lookat="0,0,0" spawnclass= Asteroids2DShip pawndesign=spaceshipasteroids2d /> 47 47 48 48 <!--<Model mesh="axes.mesh" scale=10 position="0,0,0" /> --> -
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12314 r12328 51 51 </Template> 52 52 53 53 <Template name=OrxoBloxStonescameras defaults=0> 54 <OrxoBloxStones> 55 <camerapositions> 56 <CameraPosition position="55,75,200" absolute=true /> 57 </camerapositions> 58 </OrxoBloxStones> 59 </Template> 60 61 <Template name=OrxoBloxstone> 62 <OrxoBloxStones camerapositiontemplate=OrxoBloxStonescameras > 63 <attached> 64 <Model position="0,0,0" mesh="CuboidBody.mesh" scale=4.5 /> 65 <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> 66 </attached> 67 </OrxoBloxStones> 68 </Template> 69 70 <Template name=OrxoBloxWallcameras defaults=0> 71 <OrxoBloxWall> 72 <camerapositions> 73 <CameraPosition position="55,75,200" absolute=true /> 74 <!--CameraPosition position="0,50,160" drag=true mouselook=true /> 75 <CameraPosition position="0,50,0" pitch=-90 drag=true mouselook=true /--> 76 </camerapositions> 77 </OrxoBloxWall> 78 </Template> 79 80 <Template name=OrxoBloxwall> 81 <OrxoBloxWall camerapositiontemplate=OrxoBloxWallcameras> 82 </OrxoBloxWall> 83 </Template> 54 84 55 85 … … 78 108 79 109 80 <MovableEntity rotationrate= 5rotationaxis="0,0,1">110 <MovableEntity rotationrate=0 rotationaxis="0,0,1"> 81 111 <attached> 82 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="120,100" balltemplate=OrxoBloxball ballspeed=200 ballaccfactor=1.0>112 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="120,100" balltemplate=OrxoBloxball battemplate=OrxoBloxbat ballspeed=200 ballaccfactor=1.0 batspeed=130 batlength=0.25 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall> 83 113 <attached> 84 114 <!-- Balken die das Spielfeld begrenzen. --> -
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc
r12314 r12328 53 53 #include "OrxoBloxWall.h" 54 54 #include "OrxoBloxShip.h" 55 56 55 57 56 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.